On my browsing computer you mean?
Main Topics
Browse All TopicsI am moving data from one Plesk server to another. In the sites is Magento. It works properly on the 'old' server but not on the new. I created a Plesk backup and restored it on the new server, using Plesk. I have not done anything Magento specific on the new server.
When I visit the URL for the new server, the static pages load properly, but when I visit the Magento site, it does not load. I receive a 500 error (internal server). The URL for Magento is: http://www.site.com/store
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Since the new server and the old server are both online, I have added entries in my host file to re-direct all traffic to the new server:
123.1.1.1 site.com
123.1.1.1 www.site.com
As stated, the static pages work fine, but the store seems to be the problem and yes I have cleared my local cache.
(nagios-plugins 1.4.5)"
1.2.3.4 - - [08/Sep/2009:17:03:47 -0500] "GET / HTTP/1.0" 500 - "-" "check_http/1.96 (nagios-plugins 1.4.5)"
1.2.3.4 - - [08/Sep/2009:17:06:52 -0500] "GET / HTTP/1.0" 500 - "-" "check_http/1.96 (nagios-plugins 1.4.5)"
1.2.3.4 - - [08/Sep/2009:17:09:55 -0500] "GET / HTTP/1.0" 500 - "-" "check_http/1.96 (nagios-plugins 1.4.5)"
1.2.3.4 - - [08/Sep/2009:17:13:25 -0500] "GET / HTTP/1.0" 500 - "-" "check_http/1.96
Not sure about that, but it is more likely to be the open_basedir setting in PHP.ini
what version of PHP is the server running?
and in php.ini (which should be in the magento root) what is the open_basedir setting
I think there could be another setting for it too in the Apache config files (.htaccess, http.conf or in httpd.include which should be in
/var/www/vhosts/default/co
have a look see if it is in these too
:-)
Ahh. ok.
The open_basedir function defines the locations or paths from which PHP is allowed to access files using functions like fopen() and gzopen(). If a file is outside of the paths defined by open_basdir, PHP will refuse to open it. You cannot use a symbolic link as a workaround, because the path that the symbolic link resolves to falls under the restrictions of the open_basedir function.
It can, apparently, be turned off by adding the following line:
php_admin_value open_basedir none
into file httpd.conf
Ok, it is good in so far as we now know that it isn't the actual install of Magento. So how about
http://blogs.reliablepengu
intAResting...
http://www.magentocommerce
Actually, now i receive:
[Wed Sep 09 20:31:00 2009] [error] [client 123.1.2.3] PHP Fatal error: Unknown: Failed opening required '/var/www/vhosts/site.com/
any ideas?
Business Accounts
Answer for Membership
by: logudotcomPosted on 2009-09-08 at 05:25:32ID: 25281086
did you clear the cache and check?