Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Fatal Error Code - Need Help
Old 01-23-2009, 11:05 AM Fatal Error Code - Need Help
Experienced Talker

Posts: 32
Name: Brandon
Location: Tennessee
Trades: 0
NEW TO PHP


I get this error message:

Quote:
Fatal error: Call to a member function on a non-object in /homepages/43/d228305551/htdocs/testsite/install/install.controller.php on line 60


when installing a php forum. Not sure why but line 60 reads:

Code:
$this->step("install"); 
I get this message right after setting up MySQL settings.

Any help would be greatly appreciated.

Last edited by BrandonK1989; 01-23-2009 at 10:18 PM..
BrandonK1989 is offline
Reply With Quote
View Public Profile Visit BrandonK1989's homepage!
 
 
Register now for full access!
Old 01-23-2009, 12:28 PM Re: Fatal Error Code - Need Help
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
$this->step(); Has not been defined.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 01-23-2009, 01:28 PM Re: Fatal Error Code - Need Help
Experienced Talker

Posts: 32
Name: Brandon
Location: Tennessee
Trades: 0
Thats probably very helpful but not to me because I do not know what that means.

Im new to php probably should have said that in the first post.
BrandonK1989 is offline
Reply With Quote
View Public Profile Visit BrandonK1989's homepage!
 
Old 01-23-2009, 01:32 PM Re: Fatal Error Code - Need Help
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
The $this keyword always refers to the object which instantiated a class, and the reference is always contained by the class which is instantiated. Although I don't recall ever getting the error message you refer to, it seems to me that it would happen if you attempted to use $this outside of a class definition, which makes it seem likely that you have a corrupt or incomplete install package.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 01-23-2009, 10:17 PM Re: Fatal Error Code - Need Help
Experienced Talker

Posts: 32
Name: Brandon
Location: Tennessee
Trades: 0
I have resolved this issue, my server was not running the newest version of php available but now it, this fixed the problem.
BrandonK1989 is offline
Reply With Quote
View Public Profile Visit BrandonK1989's homepage!
 
Reply     « Reply to Fatal Error Code - Need Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15212 seconds with 12 queries