https://shop.grassroots1968.com/
Healthy & Organic Food Store OpenCart Template 62075
I had my store online and operational on a different host. I copied all of the files and directories as well as copying the SQL file. The site is now on the new server, I have set my config files in both main and admin. Files are CHMOD 644 and directories are 755.
1st problem is the images are not showing up
2nd problem is when I try to login to the admin section, it bounces me back to the main entry page
https://shop.grassroots1968.com/admin/
Any help getting this back online again will be greatly appreciated.
Shared server. Improper permission CHMOD settings set on those folders, storage folder not mentioned to be outside of the public_html folder. chown needs to be used by host or in SSH console. .htaccess, config.php and / or admin/config.php file configuration issues.WavMixer wrote: ↑Sun Sep 12, 2021 4:49 amOC 2.3.0.2
https://shop.grassroots1968.com/
Healthy & Organic Food Store OpenCart Template 62075
I had my store online and operational on a different host. I copied all of the files and directories as well as copying the SQL file. The site is now on the new server, I have set my config files in both main and admin. Files are CHMOD 644 and directories are 755.
1st problem is the images are not showing up
2nd problem is when I try to login to the admin section, it bounces me back to the main entry page
https://shop.grassroots1968.com/admin/
Any help getting this back online again will be greatly appreciated.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Yes, there are correct.
Check both config files, especially path for /home/
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Without errors during the process, those would be the right settings.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
post part under // DIR of your config files do not post part under // DB
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
define('DIR_APPLICATION', '/home/master/applications/vhyarpusrw/public_html/admin/');
define('DIR_SYSTEM', '/home/master/applications/vhyarpusrw/public_html/system/');
define('DIR_IMAGE', '/home/master/applications/vhyarpusrw/public_html/image/');
define('DIR_LANGUAGE', '/home/master/applications/vhyarpusrw/public_html/admin/language/');
define('DIR_TEMPLATE', '/home/master/applications/vhyarpusrw/public_html/admin/view/template/');
define('DIR_CONFIG', '/home/master/applications/vhyarpusrw/public_html/system/config/');
define('DIR_CACHE', '/home/master/applications/vhyarpusrw/public_html/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/master/applications/vhyarpusrw/public_html/system/storage/download/');
define('DIR_LOGS', '/home/master/applications/vhyarpusrw/public_html/system/storage/logs/');
define('DIR_MODIFICATION', '/home/master/applications/vhyarpusrw/public_html/system/storage/modification/');
define('DIR_UPLOAD', '/home/master/applications/vhyarpusrw/public_html/system/storage/upload/');
define('DIR_CATALOG', '/home/master/applications/vhyarpusrw/public_html/catalog/');
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
should be:
/home/641028.cloudwaysapps.com/vhyarpusrw/public_html/
since your shop is in a subdomain, callede shop, it could also be
/home/641028.cloudwaysapps.com/vhyarpusrw/public_html/shop/
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Look in your cPanel > File Manager at the root tree on the left-end side if your startup folders do match with your config.php files' paths. Alternatively, see this post to test your paths: viewtopic.php?f=199&t=198781&p=699560#p699560 .WavMixer wrote: ↑Sat Oct 02, 2021 11:45 amActually I believe that the path is correct, otherwise the rest of the files would not be visible. This host has this setup so there is one app (directory) for the main site installation and database with a totally different app for the store files and database, kind of like a portioned drive if you will.
In addition, ensure that when the CHMOD recursive settings are applied to your required folders (not on files!) that the entire operation from, either FTP or SSH, do NOT contain any error messages. Also, the storage folder does not need to be moved outside of the public_html folder for OC versions prior to v3.x releases.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
If done using symbolic links, then that could be the problem. https://github.com/opencart/opencart/is ... -445841482WavMixer wrote: ↑Sat Oct 02, 2021 11:45 amActually I believe that the path is correct, otherwise the rest of the files would not be visible. This host has this setup so there is one app (directory) for the main site installation and database with a totally different app for the store files and database, kind of like a portioned drive if you will.
You product images don't seem to have anything in the src attribute, which also could point to the above. However, it could also be an issue with your theme/extension that lazy loads your images.
Check both you PHP and OpenCart error logs for anything related.
For you admin you have a redirect to the non-secure version of you subdomain. Check your .htaccess files (including any in your admin folder) and your hosting for any redirects.
For example: https://shop.grassroots1968.com/image/c ... ts_fam.jpg
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Once logged into the admin panel there were still no product images showing so I tried adding a product and received an error "Warning: directory does not exist!" So then I came here to search for "Warning: directory does not exist!" Went to bed last night with this error and out of obstinance I tried one more time to add an image before leaving to work and BAM! I can add a directory, upload an image, associate the image with a product, see the product thumbnail in the admin section... But no product image viewable to the visitors.
That's where we are now.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Users browsing this forum: No registered users and 37 guests