OC3.0.3.2 & Litespeed. Images missing and autocomplete stopped working

#1
I installed Litespeed onto an existing OC 3.0.3.2 + Journal 3 site. Checked it was working and all looked fine. BUT I then discovered 2 categories had all their images missing. If I sorted the category using anything but Default, all images showed. But as soon as I selected Default they disappeared.

The Autocomplete for categories when editing a product stopped working.

Uninstalled Litespeed and manually removed all files and the errors stopped.
 

AndreyPopov

Well-Known Member
#2
what version of LiteSpeed on hosting? LiteSpeed Web Server or OpenLiteSpeed?

are you use SEO?


The Autocomplete for categories when editing a product stopped working.
I have same problem but not with all categories.
with non-English named categories Autocomplete not work.
I have some Cyrillic named categories.
 
Last edited:

AndreyPopov

Well-Known Member
#4
I don't know the version as it's provided by the Host.
ask hoster.

or put in root file info.php with
PHP:
<?php
phpinfo();
?>
and call https://yoursite.name/info.php


if OpenLiteSpeed then you must in plug-in GUI disable all ESI settings and I recommended disable separate cache for logging users and all AJAX settings.



And yes SEO is enabled
be sure that you:
1. Enable separate cache for Mobile View
2. in .htaccess uncomment LiteSpeed rewrite rules
3. and MAIN!!!!!!!!! LiteSpeed rewrite rules must be placed BEFORE Opencart SEO rewrite rules!!!!!
 
Last edited:

AndreyPopov

Well-Known Member
#6
check .htaccess rewrite rules

and also check: if in Journal3 you Enable Webp support then you need Enable separate view for Safari in GUI and rewrite rule in .htaccess
because Safari NOT support webp images.
 
Top