Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect

Mobile
feeds
Welcome Login | Register

Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Linux Hosting Forums
        » » Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect
Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect
Post Description: solved warning file exists functionfile exists open basedir restriction in effect Linux Hosting
Post Tags:
This Post Has Been Viewed 1309 Times Since Sun Jul 22, 2007 5:29 pm Author vesil.com with 3 replies
Next Post »» webmin default username and password new installation setup
Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect
Advertise On This Page




thanks webune.com for their support, but i have another question, i m trying to install solidstate billing script and for some reason i get this error

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/templates/manager_frames.tpl) is not within the allowed path(s): (/var/www/web/) in /var/www/web/scripts/solidstate/solidworks/smarty/Smarty.class.php on line 1644

i lease a dedicated server with linux redhat/fedora core os and i was hoping you could help me fixing this error

thanks


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect

Comments and replies About Solved - Warning: file_exists() [function.file-exists]: open_basedir restriction in effect
:: 1 :: Reply #12105 Reply By hostman On Sun Jul 22, 2007 5:32 pm
hostman:
ok, if you are getting this error you need to make some changes on your dedicated server you leased from http://www.webune.com

you need to login to your ssh account and login as root, then you will need to edit your /etc/php.ini file

look for this line:
display_errors = On


now change it to:
display_errors = Off


then reboot your web server with this command:
/etc/init.d/httpd restart


this took me a while to figure out, but i got some help with the support team at www.webune.com

hope this helps
:: 2 :: Reply #12122 Reply By vesil.com On Sun Jul 22, 2007 7:28 pm
vesil.com:
yup, im not seeing that error anymore..
:: 3 :: Reply #12123 Reply By hostman On Sun Jul 22, 2007 7:30 pm
hostman:
i think its just a warning rather than an error.

but im pretty sure there got to be a reason why are you seeing it.. not sure, i would check to make sure you have the right permissions set on your files or try playing with the php.ini file, specially on the line that says


; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =