I keep Getting This Error on my site but i dont know what it means
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/lib/php/./templates/tmpl1//./templates/tmpl1/index.tpl.html) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a2438169/public_html/cynscriptz/buy/smarty/core/core.get_include_path.php on line 34
Do you have shared hosting? or a VPS? "open_basedir restriction in effect." is a setting in your php.ini file which can be access through root on any server. I would contact your host.
__________________ The-Pixel
Please login or register to view this content. Registration is FREE :: iPhone Apps, Pre-Made Templates, Widgets, Menus, etc.
Please login or register to view this content. Registration is FREE :: Web Design / Development, Business Cards, Logo Designs, etc.
Your accessing something outside of what you are allocated.
Check your $_include_path, it may be set to something like /home/ or /home/bla/ which you really do not have access to, and you need to set it to your directory.