
Running Ubuntu Linux 8.04, Apache, MySQL5, PHP5 as a localhost web server (not using as a live 'real web' site). I installed the LAMP-Server architecture.
I have tested that PHP is working OK using a phpinfo.php file.
I have also got phpmyadmin working fine in /var/www/phpmyadmin
I am trying to migrate an established 2.0.X XOOPS web site to my localhost system. I have restored the MySQL database, copied all the XOOPS site files to /var/www/xoops, given write permissions to cache, templates_c and uploads, and edited mainfile.php to match the new physical and virtual paths but when I navigate to the site I get an error :
Fatal error : Failed opening '/var/www/xoops/index.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
Can anyone help me out?
Thanks a lot
Ted