16
debug mode is on, but the page is blank!
I edit php.ini and set display_error = on
the error is:
Parse error: syntax error, unexpected ')' in /var/www/cms/xoops/htdocs/modules/test/admin/index.php on line 54
and the error for this code :
$indexAdmin->addInfoBoxLine(_AM_TEST_TOPIC,_AM_TEST_THEREARE_TOPIC, $count_topic, );
$indexAdmin->addInfoBoxLine(_AM_TEST_TOPIC,_AM_TEST_THEREARE_TOPIC_ONLINE, $topic_online, );
$indexAdmin->addInfoBoxLine(_AM_TEST_TOPIC,_AM_TEST_THEREARE_TOPIC_PENDING, $topic_pending, );
$indexAdmin->addInfoBox(_AM_TEST_DISCOUNT);
$indexAdmin->addInfoBoxLine(_AM_TEST_DISCOUNT,_AM_TEST_THEREARE_DISCOUNT, $count_discount, );
$indexAdmin->addInfoBoxLine(_AM_TEST_DISCOUNT,_AM_TEST_THEREARE_DISCOUNT_ONLINE, $discount_online, );
$indexAdmin->addInfoBoxLine(_AM_TEST_DISCOUNT,_AM_TEST_THEREARE_DISCOUNT_PENDING, $discount_pending, );
I edit the codes and another error display:
Fatal error: Call to a member function getVar() on a non-object in /var/www/cms/xoops/htdocs/modules/test/include/config.php on line 41