Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 5:08 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: update() function error
Posted: Sat Feb 17, 2007 9:21 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 02, 2006 3:50 pm
Posts: 3
Location: TX US
Hi guys,

i have a website running under Joomla! 1.0.12 Stable, i don't know what exactly did i install (component oder module) and changed something in my joomla files. anyway when the user login in to the website he become a empty page and when i turn the debug modus on it says:
"Fatal error: Call to undefined function: update() in /home/jre/public_html/includes/joomla.php on line 1072 "

The Line 1072 :
$session->update();

i was looking where the function update  is defined. it's in the line 3377 :

function update( $updateNulls=false ) {
$ret = $this->_db->updateObject( $this->_tbl, $this, 'session_id', $updateNulls );

if( !$ret ) {
$this->_error = strtolower(get_class( $this ))."::store failed
" . $this->_db->stderr();
return false;
} else {
return true;
}
}

i tried to define it before the line 1072, it give the same error.

i ll be thankful if somebody could help me to fix this problem.


Thank you.

RK

_________________
Mac my Day Mac my Way


Top
  E-mail  
 
Posted: Mon Feb 19, 2007 10:18 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 02, 2006 3:50 pm
Posts: 3
Location: TX US
i uninstall the component joomsites, and everything is fine.

_________________
Mac my Day Mac my Way


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: princegen, zantetzuken and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group