Having the problem of the blank white page on my site.
I follow the instruction at the
https://xoops.org/modules/smartfaq/faq.php?faqid=80 after finishing the step 2 which is:
2. If you can't get to the administration page, but have access to mysql, try the query "UPDATE xoops_config SET conf_value=1 WHERE conf_name = 'debug_mode'". Be sure to make sure "xoops_config" matches the name of the config table in your installation. (NOTE: This does not work with XOOPS 2.2, see 2a)
some errors pop up as follows,
Warning [PHP]: fetch(/var/www/html/xoops/templates_c/%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening '/var/www/html/xoops/templates_c/%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.:/usr/share/pear') in file class/smarty/Smarty.class.php line 1255
Warning [PHP]: fetch(/var/www/html/xoops/templates_c/%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening '/var/www/html/xoops/templates_c/%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.:/usr/share/pear') in file class/smarty/Smarty.class.php line 1255
Warning [PHP]: fetch(/var/www/html/xoops/templates_c/%%20^200^200DC337%%theme.html.php): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1248
Warning [PHP]: fetch(): Failed opening '/var/www/html/xoops/templates_c/%%20^200^200DC337%%theme.html.php' for inclusion (include_path='.:/usr/share/pear') in file class/smarty/Smarty.class.php line 1248
my checklists are:
XOOPS Version: 2.2
Module Name/Version:
PHP Version: 4.3.9
MySQL Version: 4.1.7
Web Server Software (Apache/IIS/Other): Apache
Operating System: Redhat enterprise 4 linux
Theme you are using:
Custom template: (Yes/No) No
PHP Debug Messages:
MySQL Debug Messages:
Smarty Debug Messages:
A full description of the issue:
please help me:
what should I do to fix the problem .