我的域名上有一个opencart eshop,工作正常。我试图将整个商店移动到其他域名,因此我复制了所有文件并上传到新域名。更改了配置文件,包括路由,但我收到此错误
Notice: Error: Could not load template /data/web/virtuals/60000/virtual/www/catalog/view/theme/default/template/module/banner.tpl! in /data/web/virtuals/60000/virtual/www/system/engine/controller.php on line 70 Fatal error: Call to a member function get() on a non-object in /data/web/virtuals/60000/virtual/www/index.php on line 105
当我去myeshop.com/admin时,它开始变得非常奇怪。管理员登录以某种方式显示(见下图)但无法登录,这些错误显示。
Warning: file_exists(): open_basedir restriction in effect. File(/home/www/top-yyy.cz/www/top-yyy.cz/vqmod/logs/Sun.log) is not within the allowed path(s): (/data/web/virtuals/60000/virtual) in /data/web/virtuals/60000/virtual/www/vqmod/vqmod.php on line 406Warning: file_put_contents(): open_basedir restriction in effect. File(/home/www/top-yyy.cz/www/top-yyy.cz/vqmod/logs/Sun.log) is not within the allowed path(s): (/data/web/virtuals/60000/virtual) in /data/web/virtuals/60000/virtual/www/vqmod/vqmod.php on line 415Warning: file_put_contents(/home/www/top-yyy.cz/www/top-yyy.cz/vqmod/logs/Sun.log): failed to open stream: Operation not permitted in /data/web/virtuals/60000/virtual/www/vqmod/vqmod.php on line 415LOG FILE COULD NOT BE WRITTEN
http://i.stack.imgur.com/QSWDy.png
我感觉有些文件可能丢失或损坏,所以我检查了好几次,但看起来所有文件都没问题。你能帮我么?感谢
答案 0 :(得分:0)
请更新与新服务器文件夹路径对应的config.php
和admin/config.php
中给出的文件夹路径。
另外,请确保您的文件夹权限正确无误:
755 or 777 for image/
755 or 777 for image/cache/
755 or 777 for cache/
755 or 777 for download/
755 or 777 for config.php
755 or 777 for admin/config.php
755 or 777 for vqmod/
755 or 777 for vqmod/vqcache/
755 or 777 for vqmod/logs/
755 or 777 for vqmod/modse.cache
如果0755不起作用,请尝试0777。
度过美好的一天!!