View Single Post
Old 01-03-2008, 06:03 AM   #7 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Fatal error: Call to a member function sendQueryError() on a non-object in C:\wamp\www\suReality\includes\classes\mysql.class .php on line 130

Line 130 states; $mail->sendQueryError($errorMessage);
This is defined in the email.class.php as new suRealityEmail;, so it is ALWAYS defined when included/required.

$this-> didn't work either. $this-> returned;
Fatal error: Call to undefined method suRealityMySQL::sendQueryError() in C:\wamp\www\suReality\includes\classes\mysql.class .php on line 130

sendQueryError() is defined in the email.class.php, so it should be accessed since you use it in the SOURCE index.php, when BOTH are already included.

You see the problem?
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote