Keyword

Fatal error: Call to a member function load() on a non-object in

More
13 years 5 months ago #96061 by Clark
I am continuing to receive the following error and I need assistance in resolving the  issue:

 







Fatal error: Call to a member function load() on a non-object in /home3/ucplaorg/public_html/libraries/joomla/user/user.php on line 597

 

 

Here is the related  code lines  593-607 (line 597 is in bold)

 

 593 // Create the user table object

 594 $table =& $this->getTable(); 595

596 // Load the JUserModel object based on the user id or throw a warning.

 597 if(!$table->load($id)) {

598 JError::raiseWarning( 'SOME_ERROR_CODE', 'JUser::_load: Unable to load user with id: '.$id); 599  return false;

 600 }

601

602 /*

 603 * Set the user parameters using the default xml file.  We might want to

 604 * extend this in the future to allow for the ability to have custom

605 * user parameters, but for right now we'll leave it how it is.

606 */

607 $this->_params->loadINI($table->params);

 

Thanks, 





 

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #96062 by william white
Not sure this i a k2 error. Search google for "Fatal error: Call to a member function load() on a non-object" and you will find many conflicts...mention bb's , virtumart, phoca gallery etc

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum