Christian Buch Posted October 30, 2013 Share Posted October 30, 2013 (edited) Hi I'm running version 1.5.1 and link to my shop is: Link I can't edit or add Carriers nor CMS pages. If a try to edit or add a carrier I get the error attached. The error refers to line 31 in the admin carriers module. Line 30-32 is inserted here: // Duplicate current Carrier $new_carrier = $current_carrier->duplicateObject(); if (Validate::isLoadedObject($new_carrier)) { Also I suspect that I have problems with my links, as I get quite a few 404 errors. However, i'm unable to identify the error and have no idea where to look. Luckily the shop is functioning and orders are going through the system. If someone can help identify the problem it will be highly appreciated. Edited October 30, 2013 by Christian Buch (see edit history) Link to comment Share on other sites More sharing options...
jaidam Posted October 31, 2013 Share Posted October 31, 2013 same problem here Link to comment Share on other sites More sharing options...
Christian Buch Posted November 4, 2013 Author Share Posted November 4, 2013 No one knows about this problem? Help will be highly appreciated! Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 you use override, it mean that you use non-default core changes in your file, for what purposes you use this override? Link to comment Share on other sites More sharing options...
Christian Buch Posted November 5, 2013 Author Share Posted November 5, 2013 Hi vekia I didn't know I was using override and don't know what it does. I suppose I don't use it for any good Could that be the problem and how do I solve it? Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 maybe you use some non default modules which use this override. just remove file mentioned it error code Link to comment Share on other sites More sharing options...
Christian Buch Posted November 5, 2013 Author Share Posted November 5, 2013 Vekia!! Thank you very much. It succeeded me to make changes to the carriers i needed. So it can be any module making that override or do you know if any specific module can cause that override? Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 it depends on non-default solution that you use, i don't know any of them so it's hard to say which one created this override. Link to comment Share on other sites More sharing options...
Christian Buch Posted November 5, 2013 Author Share Posted November 5, 2013 (edited) Ok thank you. I guess i need to do some testing to find the module. How do you see if I'm actually having override? I guess I might need to disable a module one at a time to see which one is creating the override. Also i'm using Yotpo and when one clicks on a product review it gives a 404 error. I guess this also might be due to the override problem. Is it possible to delete a file like you proposed with Carrier problem but then in relation to Products? Edited November 5, 2013 by Christian Buch (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 browse modules directories. if you will see there /override/ directory - it mean that module uses overrides Link to comment Share on other sites More sharing options...
Christian Buch Posted November 5, 2013 Author Share Posted November 5, 2013 Thank you - superb! The only module having an override folder was actually the OnePageCheckOut from Canin. The directory looks like this attached. Can you see if something can be done from the attachment or? Link to comment Share on other sites More sharing options...
Recommended Posts