Reputation: 752
I am experimenting to make a new extension in my OpenCart 2.3.02, and I did a mistake in the code. Now my admin panel will not load at all, just a white page - and I cant remove the extension the normal way.
The file must be somewhere on the server, but I can't find it. Could anyone tell me where they go?
Upvotes: 1
Views: 762
Reputation: 260
1.Go to admin/controller/extension/module and delete your created extension file.
2.Go to admin/language/en-gb/extension/module and delete your created extension file.
3.Go to admin/view/template/extension/module and delete your created extension file.
4.Go to catalog/controller/extension/module and delete your created extension file.
5.Go to catalog/language/en-gb/extension/moduleand delete your created extension file.
6.Go to catalog/view/template/extension/module and delete your created extension file.
i think its helpful for you to fix error...
Upvotes: 1
Reputation: 79
Remember , backup first
Go to system/storage/modification and delete all files and folder, it will load your site temporarily until you clear and rebuild cache from extension install / modification.
Upvotes: 3