Page 1 of 1

Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 12:25 am
by x9zero
Right I'm moving my cart folder and i'm having problems.
Im moving the store from

/htdocs/lable/store
to
/htdocs/russthewebmaster/store

So in the config and admin config .php files i'm changing all the relevent lines and when I upload them with the new info, I get a load of system log errors showing and I cannot see the admin page ? What am i doing wrong

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 1:02 am
by tapspeed
Hello, You may changed the DIR_STORAGE url while it remain the same !!

Unless you moved the storage folder to other folder !!

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 1:06 am
by x9zero
I've not altered this its still

/htdocs/storage/

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 1:08 am
by JNeuhoff
You are getting these warnings:

Code: Select all

Warning: "continue 2" targeting switch is equivalent to "break 2". Did you mean to use "continue 3"? in /homepages/46/d77376898/htdocs/russthewebmaster/store/vqmod/vqmod.php on line 684
Warning: Cannot modify header information - headers already sent by (output started at /homepages/46/d77376898/htdocs/russthewebmaster/store/vqmod/vqmod.php:684) in /homepages/46/d77376898/htdocs/label/store/system/framework.php on line 108Warning: Cannot modify header information - headers already sent by (output started at /homepages/46/d77376898/htdocs/russthewebmaster/store/vqmod/vqmod.php:684) in /homepages/46/d77376898/htdocs/label/store/catalog/controller/startup/session.php on line 25Warning: Cannot modify header information - headers already sent by (output started at /homepages/46/d77376898/htdocs/russthewebmaster/store/vqmod/vqmod.php:684) in /homepages/46/d77376898/htdocs/label/store/catalog/controller/startup/startup.php on line 99Warning: Cannot modify header information - headers already sent by (output started at /homepages/46/d77376898/htdocs/russthewebmaster/store/vqmod/vqmod.php:684) in /homepages/46/d77376898/htdocs/label/store/catalog/controller/startup/startup.php on line 157
The errors are caused by your using a newer PHP version (probably 7.4 instead 7.3 or earlier).

This is usually a sign that you are using an outdated VQmod. Either upgrade it from here: https://github.com/vqmod/vqmod/releases
Or replace it with the Integrated VQmod: https://www.opencart.com/index.php?rout ... n_id=19501

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 1:24 am
by x9zero
This is my store

http://www.the-viper-label.co.uk/store/index.php

I've now got the front end working but not the admin

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 2:14 am
by johnp
Try clearing all your caches.

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 5:27 pm
by x9zero
Right i've now sorted all my problems except one : PHP7.3+ Required
Which i'm using but ....... it's still showing the PHP7.3+ Required text

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 5:29 pm
by x9zero
Right thats now sorted but i'm now getting this error when i'm trying to load the admin

Fatal error: Uncaught Twig_Error_Loader: Unable to find template "extension/module/category.twig" (looked into: /homepages/46/d77376898/htdocs/russthewebmaster/store/catalog/view/theme). in /homepages/46/d77376898/htdocs/russthewebmaster/store/system/library/template/Twig/Loader/Filesystem.php:215 Stack trace: #0 /homepages/46/d77376898/htdocs/russthewebmaster/store/system/library/template/Twig/Loader/Filesystem.php(139): Twig_Loader_Filesystem->findTemplate('extension/modul...') #1 /homepages/46/d77376898/htdocs/russthewebmaster/store/system/library/template/Twig/Environment.php(312): Twig_Loader_Filesystem->getCacheKey('extension/modul...') #2 /homepages/46/d77376898/htdocs/russthewebmaster/store/system/library/template/Twig/Environment.php(378): Twig_Environment->getTemplateClass('extension/modul...', NULL) #3 /homepages/46/d77376898/htdocs/storage/modification/system/library/template/twig.php(59): Twig_Environment->loadTemplate('extension/modul...') #4 /homepages/46/d77376898/htdocs/storage/modification/system/library in /homepages/46/d77376898/htdocs/russthewebmaster/store/system/library/template/Twig/Loader/Filesystem.php on line 215

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 6:27 pm
by xxvirusxx
Possible files lost on moving....

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 8:58 pm
by x9zero
i've recopied an original download as is and still getting the same result

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 9:04 pm
by x9zero
strange I now have got rid of the last error now I have a new one :D

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 9:09 pm
by ADD Creative
Does logs directory exist in you storage directory? Does it have the correct permissions?

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 9:22 pm
by x9zero
Well i've sorted it!
It's now all good!

Re: Moving Folders and Having Problems

Posted: Sun Feb 20, 2022 9:42 pm
by fegdeed
Your admin page is showing fine at my end. Also, once you get everything up and running it is recommended to use SSL especially if you're going to be selling products.