7
I've created the database but I'm still having the same problem though. I DID go through the Apache logs and found several errors like:
PHP Fatal error: Failed opening required 'XOOPS_ROOT_PATH/class/template.php' (include_path='.:/usr/share/pear:/php/includes:/usr/share/php:/
var/www/html/adodb:/usr/local/ampoliros/etc') in /var/www/html/xoops/header.php on line 62
There seems to be one line like this for several files that are requested in header.php
I did go back and check that the mainfile.php has XOOPS_ROOT_PATH set correctly (i.e., /var/www/html/xoops)
The files ARE there and I changed them all to 777 just in case (and they are currently owned by uid=root gid=root
Any ideas what's up here?