1
Hi,
I am having some issues installing 2.5.7.1 on a brand new Linux Ubuntu Server
PHP 5.5.9
mysql 5.5.41
If I run the following commands and launch the webinstall I get a blank page
chmod 777 uploads
chmod 777 uploads/avatars/
chmod 777 uploads/images/
chmod 777 uploads/ranks/
chmod 777 uploads/smilies/
mv mainfile.dist.php mainfile.php
chmod 777 mainfile.php
chmod 777 include/license.php
chmod 777 xoops_lib/modules/protector/configs/
chmod 777 xoops_data/caches
chmod 777 xoops_data/caches/xoops_cache
chmod 777 xoops_data/caches/smarty_cache
chmod 777 xoops_data/caches/smarty_compile
chmod 777 xoops_data/configs
chmod 777 xoops_data/data
mv xoops_data/data/secure.dist.php xoops_data/data/secure.php
chmod 777 xoops_data/data/secure.php
whith this error;
[Sun Feb 08 21:09:05.214629 2015] [:error] [pid 1138] [client 192.168.1.107:57179] PHP Warning: require(/data/secure.php): failed to open stream: No such file or directory in /var/www/html/xoops/mainfile.php on line 68
[Sun Feb 08 21:09:05.214848 2015] [:error] [pid 1138] [client 192.168.1.107:57179] PHP Fatal error: require(): Failed opening required '/data/secure.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/xoops/mainfile.php on line 68
Now if I do not rename "mainfile.dist.php" to "mainfile.php" but make it writable at least the webinstall page is showing fine and I can go through the install process until I get an error message saying that it can't write to mainfile.php
Then I am back to blank page and can' t see error messages on the apache2 log
Please note that I have enabled "display_errors" & "error_reporting" in php.ini
Regards,
Fabou