I am using Neuron on WP 1.5.1 – my system is PHP 4.1.2 and I have verified that the open_basedir has “no value”
I am getting an open_basedir error:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/fldemolay.net/httpdocs/wp-content/themes/neuron/index.php on line 10
Now line 10 of index.php is:
<?php require('post.php'); ?>
which is in the directory.
Any additional suggestions?