Page 1 of 1
Migration to local host
Posted: Sun Sep 27, 2020 12:58 am
by kolovel
Hello
I m trying to migrate my opencart eshop to my local host for developing and error checking.
After copying everything I have the following errors:
"Warning: require_once(./vqmod/vqmod.php): failed to open stream: No such file or directory in C:\xampp\htdocs\hartnomik.com\index.php on line 32
Fatal error: require_once(): Failed opening required './vqmod/vqmod.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\hartnomik.com\index.php on line 32"
Please help
Re: Migration to local host
Posted: Sun Sep 27, 2020 5:53 am
by IP_CAM
You'll have to install VqMod on your Local Server first too,
to make it work. Just copying the files from the Server won't work.
Re: Migration to local host
Posted: Mon Sep 28, 2020 5:35 pm
by paulfeakins
IP_CAM wrote: ↑Sun Sep 27, 2020 5:53 am
You'll have to
install VqMod on your Local Server first too,
to make it work. Just copying the files from the Server won't work.
That should work.
Re: Migration to local host
Posted: Mon Sep 28, 2020 5:43 pm
by OSWorX
paulfeakins wrote: ↑Mon Sep 28, 2020 5:35 pm
IP_CAM wrote: ↑Sun Sep 27, 2020 5:53 am
You'll have to
install VqMod on your Local Server first too,
to make it work. Just copying the files from the Server won't work.
That should work.
Well, IF he has copied ALL files, it should work also without installing anything else.
Or how do you think it works when I am copying whole stores (files) from one host to another?
Re: Migration to local host
Posted: Mon Sep 28, 2020 6:14 pm
by uksitebuilder
Agreed. There is no reason vqmod should need to be reinstalled if it was working remotely.
OP make sure you have copied all files and folders.
Re: Migration to local host
Posted: Mon Sep 28, 2020 6:38 pm
by JNeuhoff
Well, the OP didn't give enough details to really help him. For OpenCart 2.x and 3.x releases, there is no line 32 in the index.php.
In general, after copying all the files, including a pre-installed VQmod, to a localhost server, the following files need to be adjusted:
config.php
admin/config.php
.htaccess
Re: Migration to local host
Posted: Sun Oct 04, 2020 5:19 am
by kolovel
Thank you!