Hello,
I get the following error
is_file(): open_basedir
restriction in effect.
File(/home/www/user_name/htdocs/_maincode/lib/fatfreeClass.php) is not within the allowed path(s):
(/home/WWW/user_name)
The class fatfreeClass.php is loaded from AUTOLOAD folder set in config.ini.
The corect path to the website si home/WWW/user_name (WWW uppercase)
The problem is that the f3 autoload class (witch loads the fatfreeClass.php) is changeing the path to all lowercase and I get that error.
Any idea how to fix this?.. I don't want to modify the fatfree base.php class (where I think is the problem)