Loading...
 
Architecture / Installation

Architecture / Installation


Re: completely blank site

posts: 25 United States

Maybe it would be a good idea to post up the recomended PHP.ini or oer directory PHP settings? I'm still fighting with this and not gaining any ground. I'm down to setting vars in the mod_php4.c directive in the virtual server config now...

I've got a new blank 1.9 site I tried to setup today with the following directives with no luck:


php_admin_value open_basedir "/www/ndm-tiki/tikiwiki"
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
php_admin_value error_reporting "E_ALL"
php_admin_value log_errors "On"
php_admin_value ignore_repeated_errors "On"
php_admin_value error_log "/var/log/apache/ndm-tiki_php4_error.log"
#php_value session.save_path "/home/ndm-wiki/sessions"

php_value memory_limit "16M"




I think that the error_reporting one won't work because of the "E_ALL" maybe an internal constant...

I also noticed a bunch of these in the error.log file:

Sun Dec 26 16:12:07 2004 error PHP Warning: fetch(): Failed opening 'templates_c//en/%%80/80F/80F4A592%%tiki.tpl.php' for inclusion (include_path='lib/pear:lib/adodb:lib/pear:lib:.:/usr/share/php:/usr/share/pear') in /mnt/bigd/www/ndm-tiki/tikiwiki/lib/smarty/libs/Smarty.class.php on line 1247

I checked the directory and the account that apache is running under has:

-rwxrwsr-x

to all files and the directory.

verified that it could be written to by su'ing to the account and touching new files in the dir...

really weird... Looking forward to any new info on these.

There are no comments at this time.