Hi i was move page on other server and now when i open page on top write this : Warning: Unknown: open_basedir restriction in effect. File(/home/admin/__processed_stats/page.com.phplog) is not within the allowed path(s): (/home/page/:/tmp:/var/tmp:/usr/local/lib/php/) in Unknown on line 0 HTML:
You might have enabled open_basedir in your php configuration. If you are using cPanel, it is quite easy to disable it. However, if you are using different control panel, you should edit your php.ini file and search for open_basedir. It should be set to off. You can get php.ini path using following command.
It is not advisable to disable open_basedir. Either change your script to write/access file within your home directory or add your path in allowed directory. - Kailash
I agree, its there for a security reason. In my case this error stopped when i editted .htaccess file in my website root folder. There was some unnecessary lines in it.