Tracy Perry
Well-known member
@MattW I installed and when went to my forum I get the below displayed (on all 3 forums)
Looks like if you don't have RM installed it errors out since that table does not exist.
Comment out the RM code in the related php files and it works - but still displays the RM on the forum home when enabled.
Code:
Mysqli prepare error: Table 'apple4me.xf_resource' doesn't exist
Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
Zend_Db_Adapter_Abstract->fetchOne() in DailyStats/Model/DailyStats.php at line 38
DailyStats_Model_DailyStats->getTotalResource() in DailyStats/ControllerPublic/DailyStats.php at line 16
DailyStats_ControllerPublic_DailyStats->actionIndex() in XenGallery/ControllerPublic/Index.php at line 7
XenGallery_ControllerPublic_Index->actionIndex() in XenForo/FrontController.php at line 337
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/apple4me/index.php at line 13
Looks like if you don't have RM installed it errors out since that table does not exist.
Comment out the RM code in the related php files and it works - but still displays the RM on the forum home when enabled.
Last edited: