litespeedtech / lscache-opencart

GNU General Public License v3.0
26 stars 23 forks source link

Very Serious problem --Bug report #9

Open whygit2000 opened 4 years ago

whygit2000 commented 4 years ago

After fully uninstall the cache extension in the backend of opencart 3.0.3.2, I can't open the admin panel of opencart anymore. (can't view the page example.com/admin) I am using newest openlitespeed with cyberpanel and opencart V3.0.3.2. Please tell me the correct method to fully uninstall the cache extension for opencart . Now, I can't login to the backend . Please try to fix it. Bug-of-uninstall-the-extension-inOC3 0 3 2

konstantinosbotonakis commented 4 years ago

Did you check the error log? Based on the code, when uninstalling its changes the .htaccess in admin/ and root folder.

https://github.com/litespeedtech/lscache-opencart/blob/dafae6a0851d79e1540974216f129e8c86215793/3.0/upload/admin/controller/extension/module/lscache.php#L571

whygit2000 commented 4 years ago

I don't have .htaccess file on /admin folder. Only have it in root folder. I compare the rewrite rule with the one that before uninstall the cache extension. I found that it only remove the follow rule in the /.htaccess file: beforeuninstall

whygit2000 commented 4 years ago

My cache extension is the newest edition download from github of lscache-opencart3.0-latest.ocmod.zip It seems that the extension had update by WuhuaChen two month ago. Besides,I am using Journal V3.0.46 theme for opencart. I think that it may not the problem of .htaccess file. My frontend is working correctly,but just no response from the backend.(http 500 error -blank page)