Smarty open_basedir error

Status
Not open for further replies.

Rolus

New Member
Messages
9
Reaction score
0
Points
0
So i was working on this new script, setting up the basic structure, uploaded everything and tried to load my login page when i got the following errors:

WARNING: 'is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/lib/php//home/rolandus/public_html/auc_bc_analyser/includes/..//styles/default//login.html) is not within the allowed path(s): (/home/:/tmp)', in /home/rolandus/public_html/auc_bc_analyser/includes/environment/smarty/internals/core.get_include_path.php on line 34.


WARNING: 'Smarty error: unable to read resource: "login.html"', in /home/rolandus/public_html/auc_bc_analyser/includes/environment/smarty/Smarty.class.php on line 1092.


As you can see im using the Smarty templating engine and it seems to run into problems when it tries to read the template. To me that error text seems to contradict itself, the file does seem to be within the allowed paths (branches of from /home). Ive been searching around a bit on the forums bit didnt come across anything that solved my problem.


Does any1 know what's going on here?


Thx in advance,
Roland
 
Status
Not open for further replies.
Top