Post by openmark » Mon Aug 27, 2018 3:19 pm

Hi, I have a big problem with my online store OC version 3.0.2.0. I'm a beginner, the only source I got is reading here.

When you add to cart a product you always refresh so that the item will show up. Even in the admin panel, you must refresh all the time so the new orders or new costumers will show up. And also if you want to log out is always log-in. Sometimes it gives me an error "Warning: Shipping method required!". I already moved storage folder and .htaccess edited. Clear all OC cache from your admin - > dashboard and from your admin - > extensions - > modifications - > refresh button but nothing changed. I got a headache for this.

Can you help me, please?

I do some actions, like posting here :
straightlight wrote:
Mon Mar 19, 2018 8:05 pm
There seem to be persistent posts regarding cache issues with OC v3.x releases when users selects the automatic settings from the OC admin security modal window. In order to avoid many issues, do NOT select the automatic settings.

This unknown integrated option is for decoration purposes only!

Followed are both options provided in case of problematic configurations of the security modal window in the future:

- Automatic settings that has been selected and the cache no longer responds: viewtopic.php?f=202&t=202985&p=717777#p717777

- Manual settings and the admin is not sure of the next on how to proceed afterwards: viewtopic.php?f=202&t=201745#p713479

- VQMod Cache Instructions:

viewtopic.php?f=202&t=203050&p=717980#p717958
Thank you in advance, More Power OC Community!

Br,
Openmark

Attachments

error2.png

error2.png (25.12 KiB) Viewed 4194 times

error1.png

error1.png (342.73 KiB) Viewed 4194 times


Newbie

Posts

Joined
Thu Jul 05, 2018 9:14 pm

Post by straightlight » Mon Aug 27, 2018 7:06 pm

If you did followed the instructions to the letter, then the issue you are reporting may be related to this one (FAQ): viewtopic.php?f=176&p=732808#p731004

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by openmark » Tue Aug 28, 2018 2:54 pm

straightlight wrote:
Mon Aug 27, 2018 7:06 pm
If you did followed the instructions to the letter, then the issue you are reporting may be related to this one (FAQ): viewtopic.php?f=176&p=732808#p731004
Hi, I'll do that but the same.

Can you check my site, please?

Thank you.

Newbie

Posts

Joined
Thu Jul 05, 2018 9:14 pm

Post by straightlight » Tue Aug 28, 2018 6:24 pm

openmark wrote:
Tue Aug 28, 2018 2:54 pm
straightlight wrote:
Mon Aug 27, 2018 7:06 pm
If you did followed the instructions to the letter, then the issue you are reporting may be related to this one (FAQ): viewtopic.php?f=176&p=732808#p731004
Hi, I'll do that but the same.

Can you check my site, please?

Thank you.
PM sent.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by openmark » Fri Sep 07, 2018 2:16 am

I find the errors on my website, deleting this in htaccess.

Leverage browser caching is good speed on my website if you put them, but the problem you must refresh all the time.

Without these codes, my website is completely running fine.

Code: Select all

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 month"
ExpiresByType image/jpeg "access 1 month"
ExpiresByType image/gif "access 1 month"
ExpiresByType image/png "access 1 month"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 week"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 month"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##
Problem Solved!

Newbie

Posts

Joined
Thu Jul 05, 2018 9:14 pm

Post by stavrosa » Sun Nov 03, 2019 12:11 am

I had the exact same problem, i crashed my head why was this happen

recently I ve made a server level tweek about Leverage browser caching but it seems to make opencart buggy

Leverage browser caching is obvioulsy a good thing and every speed test tool asks for it but probably something is wrong with my set up

Code: Select all

<IfModule mod_expires.c>

ExpiresActive on
ExpiresDefault "access plus 14 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType text/css "now plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 1 days"

</IfModule>
I even tried without
ExpiresDefault "access plus 14 days"

but i still need to do refresh for everything

Thanks

openmark wrote:
Fri Sep 07, 2018 2:16 am
I find the errors on my website, deleting this in htaccess.

Leverage browser caching is good speed on my website if you put them, but the problem you must refresh all the time.

Without these codes, my website is completely running fine.

Newbie

Posts

Joined
Wed Sep 23, 2015 8:08 pm

Post by letxobnav » Sun Nov 03, 2019 12:26 am

then do not set expire for html to 1 day

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan
Who is online

Users browsing this forum: No registered users and 45 guests