Re: can't login to admin panel
This bug still exists in 3.0.3.7. I just encountered it on a brand-new install on a VPS. I can replicate this problem 100% of the time with a few simple steps: Timezone setting was added in 3.0.3.7. If on 3.0.3.7 - See the post below and read the part in bold. It's a temporary workaround until some...
Jump to post- Fri Feb 26, 2021 2:02 pm
- Replies 21
- Views 24086
Re: Hostgator Update made my image directory missing. Help
Check via ftp and see if it exists, if it does then it's probably permissions.
Jump to post- Fri Feb 26, 2021 1:58 pm
- Replies 1
- Views 33
Re: Modifying orders not saving - changing order status
Can you simulate in a different browser? ... probably another infamous cache issue.
Jump to post- Fri Feb 26, 2021 7:23 am
- Replies 2
- Views 63
Re: Custom product designer... Need help!
Did you clear your modification and theme cache?
Whats the error say now?
Provide a link to your site. Jump to post
- Fri Feb 26, 2021 1:42 am
- Replies 4
- Views 150
Re: The values of the custom fields are not saved
What theme is installed? Link to site?
Also state your exact opencart version its in the footer of the admin panel when logged in.
- Thu Feb 25, 2021 6:04 pm
- Replies 28
- Views 823
Re: Custom product designer... Need help!
See if below resolves your issue, otherwise contact the developers of the extension.
https://github.com/opencart/opencart/co ... 990171168e
For detail on the fix see here.: viewtopic.php?f=202&t=200896&start=20#p710221
- Thu Feb 25, 2021 1:57 pm
- Replies 4
- Views 150
Re: unable to log in from www.mydomain.com/admin
PHP 5.4? Might want to get on at least PHP 7.3creativemakershive wrote: ↑Wed Feb 24, 2021 6:38 amMessage #2 - PHP Warning: PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php54/root/usr/lib64/php/modules/mysqli.so'
What version of Opencart? Were you able to instal Opencart without any issue? Jump to post
- Thu Feb 25, 2021 1:45 am
- Replies 4
- Views 165
Re: I lost the route link index.php? Route = account / account
Glad it's resolved. Yeah sometimes old user/group permissions can be carried over from a server move/old restore, etc, really a number of things can cause this.
Please edit the first post and put [SOLVED] to the beginning of the subject .
- Thu Feb 25, 2021 1:36 am
- Replies 46
- Views 847
Re: OpenCart 3.0.3.7 Admin Panel Lockout
If on 3.0.3.7 see my post here viewtopic.php?f=201&t=222369#p813699
Reference the bold section if it applies.
- Thu Feb 25, 2021 1:30 am
- Replies 3
- Views 112
Re: Prevent Negative Quantities on Product and Options
You would most likely have to query quantity from product_option_value table first. Then run your conditional statements, I don't think option quantity is returned in the getOrderOptions method, so most likely need to query it.
-
- Wed Feb 24, 2021 2:00 pm
- Replies 4
- Views 175
Re: Image manager still not working properly on 3.X?
Sounds like you have cache issues. See here viewtopic.php?f=201&t=207498#p737358
Jump to post- Wed Feb 24, 2021 11:04 am
- Replies 4
- Views 159
Re: Prevent Negative Quantities on Product and Options
From what I understand it sounds like you would have to check for product option qty first and then handle your update.
Jump to post- Wed Feb 24, 2021 10:17 am
- Replies 4
- Views 175
Re: I lost the route link index.php? Route = account / account
Switch Would he not be better off just deleting the entire contents of cache folder. Doesn't matter either way. Might not be able to manually delete them though, can try. If fails just rename the folder and recreate it. This is probably ownership permission issues, which you need root access to cor...
Jump to post- Wed Feb 24, 2021 9:35 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
Rename the cache dir to something else and recreate a new one.
Jump to post- Wed Feb 24, 2021 9:30 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
Most likely permission related, that's also what the error is stating. - https://forum.opencart.com/viewtopic.php?f=202&t=222656&start=20#p815076 You can try clearing your theme cache as outlined and see if that resets the folder permissions, but otherwise you may need your host to ensure you have t...
Jump to post- Wed Feb 24, 2021 8:51 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
I think this is related to permission issues, you can see in the screenshot how some folders are 777 and others 755. If you are not versed in SSH and or don't have access to SSH then you may need to reach out to your host to have them correct it recursively. Once it's resolved, you should taker prop...
Jump to post- Wed Feb 24, 2021 8:37 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
For security reasons the storage folder should be outside the public webspace.
OC version?
Whats in the DB folder?
Have you tried refreshing your theme cache from the admin panel?
- Wed Feb 24, 2021 8:11 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
You should never use 777 permissions. Folders should be no higher than 755 .
You have adequate disk space on your server?
In your config.php what is the DIR_STORAGE path set to?
- Wed Feb 24, 2021 7:50 am
- Replies 46
- Views 847
Re: I lost the route link index.php? Route = account / account
PHP Fatal error: Uncaught RuntimeException: Unable to write in the cache directory (/home/..../public_html/upload/system/storage/cache/db). in /home/..../public_html/upload/system/library/template/Twig/Cache/Filesystem.php:65 Do you have some DB cache extension being used? Do you have sufficient pe...
Jump to post- Wed Feb 24, 2021 7:39 am
- Replies 46
- Views 847