Page 1 of 1

Sync backend with front" category "

Posted: Tue Oct 01, 2019 7:50 pm
by jamaakurtlar
I am using Opencart 3.2 . But i am facing issue when i am updating product or category delete or add new in backend effect appear on front end after an hour and more then an hour. That is too much frustrating for me. I have Clear browsers cache as well as cache in opencart. but not any effect.
Any help please?

Best Regards our Support OC Forum

Re: Sync backend with front" category "

Posted: Tue Oct 01, 2019 8:08 pm
by by mona
Are you sure you have cleared all caches?

Dashboard => right hand cog ?
Browser ?


maybe your htaccess ?
maybe your server ?

Re: Sync backend with front" category "

Posted: Tue Oct 01, 2019 9:02 pm
by jamaakurtlar
by mona wrote:
Tue Oct 01, 2019 8:08 pm
Are you sure you have cleared all caches?

Dashboard => right hand cog ?
Browser ?


maybe your htaccess ?
maybe your server ?
thank you Mona , yes i clear all cash from dashboard
htaccess file :

Code: Select all

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
 Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/download/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

# compress text, HTML, JavaScript, CSS, and XML
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent




### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

Re: Sync backend with front" category "

Posted: Tue Oct 01, 2019 9:53 pm
by by mona
Have you contacted your server provider to check it is not being cached server side?

Re: Sync backend with front" category "

Posted: Tue Oct 01, 2019 10:28 pm
by Nathaniel2019
what URL are you using, how is your config.php file set up. Could be each time you look at a different link if your HTTP or HTTPS aren't set.

Maybe its just a very slow host.

Re: Sync backend with front" category "

Posted: Wed Oct 02, 2019 9:55 pm
by paulfeakins
by mona wrote:
Tue Oct 01, 2019 9:53 pm
Have you contacted your server provider to check it is not being cached server side?
Probably some rubbish caching you sometimes get on cheap hosting.