Page 1 of 1
Search found 4 matches
Re: [RELEASED] Override Engine for OpenCart
This module is uncompatiable with theme Journal 2.
I do some small test and found, because Journal 2 modify loader.php to add __get and __set
But OverrideEngine itself come with __get and __set, so I remove that from ocmod.xml
And well, Journal 2 unable to use!
Could you explain why?
- Wed Jul 29, 2015 7:41 pm
- Replies 320
- Views 155806
Re: [RELEASED] Override Engine for OpenCart
Thanks for your response. I sent you a PM with information, and please consider about my last question. I think you deserve to get more. Jump to postJNeuhoff wrote:If you send me a PM with your OpenCart and FTP login details then I can take a look at it, otherwise I am unable to reproduce this error.
- Tue Jul 28, 2015 5:41 pm
- Replies 320
- Views 155806
OverrideEngine not compatiable with PHP 5.6
I found a bug with Override Engine for OpenCart 2.0.3.1
It show me an error if I'm using PHP 5.6.X, everything will be fine if I'm using PHP 5.5 or lower
Code: Select all
Fatal error: Class "Factory" not found in /something/path/index.php line 50




- Mon Jul 27, 2015 9:32 pm
- Replies 320
- Views 155806
Re: [RELEASED] Override Engine for OpenCart
Hello, I'm wondering how could I override something in system folder? Is it okay if I add new folder in override addon folder, something like this /override/opencart_slim_framework/system/ slim And from my override controller, eg: /override/opencart_slim_framework/catalog/controller/product/product....
Jump to post- Sun Jul 26, 2015 6:58 pm
- Replies 320
- Views 155806
Search found 4 matches