Been a long time since I came here for any advice, I'm glad to see how large Zen cart has grown since! :)
Anyway, my problem is quite simple. I've moved hosting provider, instead of re-installing zen cart I'm just trying to transition it to the new server. Seems successful aside from one error, which is a restriction against accessing the root 'tmp' directory on my new, free hosting.
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/sential.co.uk/htdocs/shop/admin/includes/local/skip_version_check.ini) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a8601869/public_html/shop/admin/includes/application_top.php on line 52
I did my googling, and saw someone solve a very similar problem on the same hosting provider, but with different software. The solution was:
forum.phpvideotutorials.com/showthread.php?p=65606#post65606just replace $_SERVER['DOCUMENT_ROOT']; with '/home/a7396436/public_html/'
…which makes sense to me, but can someone tell me what file, and which line[s], I should edit in zen cart.
Thank you! :)




