Table class TableLog not found in file II

Status
Not open for further replies.

JcAndres

Member
Hi, I get this error and looking for info i see this thread, where user have the same problem and was fixed with git update.

http://liquid.fabrikar.com/forums/showthread.php?t=22306

I get and upload update but the problem persist.

In debug mode i get the next info:

Table class TableLog not found in file.

Call stack
# Function Location
1 JSite->render() /home/altanota_web/om/index.php:49
2 JApplication->triggerEvent() /home/altanota_web/om/includes/application.php:265
3 JDispatcher->trigger() /home/altanota_web/om/libraries/joomla/application/application.php:557
4 JEvent->update() /home/altanota_web/om/libraries/joomla/event/dispatcher.php:115
5 plgSystemFabrikcron->onAfterRender() /home/altanota_web/om/libraries/joomla/event/event.php:46
6 plgSystemFabrikcron->doCron() /home/altanota_web/om/plugins/system/fabrikcron/fabrikcron.php:191
7 JTable::getInstance() /home/altanota_web/om/plugins/system/fabrikcron/fabrikcron.php:68
8 JError::raiseWarning() /home/altanota_web/om/libraries/joomla/database/table.php:166
9 JError::raise() /home/altanota_web/om/libraries/joomla/error/error.php:194

Any sugestion?
 
can you double check that in plugins/system/fabrikcron/fabrikcron.php

line 68 looks like:

PHP:
$log = FabTable::getInstance('Log', 'FabrikTable');

thx
Rob
 
Hi I check and only appear this:

$log =& JTable::getInstance('Log', 'Table');

I Fix this and now work fine, but i get the next error:

Warning: Invalid argument supplied for foreach() in /home/altanota_web/om/libraries/joomla/database/database/mysql.php on line 701

Any sugestion?

Thanks
JCP.
 
sounds like you are not up to date with the files from github, double tripple check that first.

-Rob
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top