1
Yesterday I installed Xoops2 on my hosted account. After install I got a blank initial page. Went through the blank page troubleshooter and did the MySQL update suggested and now when I got to the page I get:
Warning [Xoops]: Smarty error: problem writing temporary file '/home/armes/public_html/templates_c/41c473993e15b' in file class/smarty/Smarty.class.php line 1042
Warning [PHP]: touch(): Unable to create file /home/armes/public_html/templates_c/db%3Asystem_block_login.html because Permission denied in file class/smarty/Smarty.class.php line 1575
Warning [PHP]: fetch(/home/armes/public_html/templates_c/db%3Asystem_block_login.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1164
Warning [PHP]: fetch(/home/armes/public_html/templates_c/db%3Asystem_block_login.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1164
Warning [PHP]: fetch(): Failed opening '/home/armes/public_html/templates_c/db%3Asystem_block_login.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file class/smarty/Smarty.class.php line 1164
Warning [Xoops]: Smarty error: problem writing temporary file '/home/armes/public_html/templates_c/41c4739941808' in file class/smarty/Smarty.class.php line 1042
Warning [PHP]: touch(): Unable to create file /home/armes/public_html/templates_c/db%3Asystem_block_mainmenu.html because Permission denied in file class/smarty/Smarty.class.php line 1575
Warning [PHP]: fetch(/home/armes/public_html/templates_c/db%3Asystem_block_mainmenu.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1164
Warning [PHP]: fetch(/home/armes/public_html/templates_c/db%3Asystem_block_mainmenu.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1164
Warning [PHP]: fetch(): Failed opening '/home/armes/public_html/templates_c/db%3Asystem_block_mainmenu.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file class/smarty/Smarty.class.php line 1164
Warning [Xoops]: Smarty error: problem writing temporary file '/home/armes/public_html/templates_c/41c4739945a6c' in file class/smarty/Smarty.class.php line 1042
Warning [PHP]: touch(): Unable to create file /home/armes/public_html/templates_c/default^theme.html because Permission denied in file class/smarty/Smarty.class.php line 1575
Warning [PHP]: fetch(/home/armes/public_html/templates_c/default^theme.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1158
Warning [PHP]: fetch(/home/armes/public_html/templates_c/default^theme.html): failed to open stream: Permission denied in file class/smarty/Smarty.class.php line 1158
Warning [PHP]: fetch(): Failed opening '/home/armes/public_html/templates_c/default^theme.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file class/smarty/Smarty.class.php line 1158
THese are all saying permission denied but as far as I can tell all the permissions are setup correctly. The class/smarty directory is 755, the file Smarty.class.php is 644. I am not a big server person (or PHP person for that matter) but the last line referring to /usr/lib/php & /usr/loacal/lib/php makes it seem liek maybe the libraries they are tryign to call are not in those default linux directories?? ANy help would be greatly appreciated.
Thanks
Karmes