kenkomuri Posted July 30, 2015 Share Posted July 30, 2015 (edited) Hi, I would like to know if somebody has this issue. When I filter the products by active and I want to change the page number the filter is disabled and all the products appear. The same for the orders. What I see is a strange structure of the table that is not before. The field names are overlaped. Edited July 30, 2015 by kenkomuri (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted July 31, 2015 Share Posted July 31, 2015 Did it happen all of a sudden, or you installed something/upgraded in the meantime? Link to comment Share on other sites More sharing options...
kenkomuri Posted August 3, 2015 Author Share Posted August 3, 2015 I installed some modules but I already unistalled them and still not working. Link to comment Share on other sites More sharing options...
NemoPS Posted August 4, 2015 Share Posted August 4, 2015 They might have killed that anyway. Check if you have any overrides in place, for back office templates as well Link to comment Share on other sites More sharing options...
kenkomuri Posted August 4, 2015 Author Share Posted August 4, 2015 What you mean for overrides? Link to comment Share on other sites More sharing options...
NemoPS Posted August 5, 2015 Share Posted August 5, 2015 in the overrides folder /controllers or /classes Link to comment Share on other sites More sharing options...
kenkomuri Posted August 5, 2015 Author Share Posted August 5, 2015 How can I do that? I'm sorry I'm newbie Link to comment Share on other sites More sharing options...
NemoPS Posted August 6, 2015 Share Posted August 6, 2015 You just have to access the site via ftp, and see if you have any file in the folders I mentioned Link to comment Share on other sites More sharing options...
kenkomuri Posted August 6, 2015 Author Share Posted August 6, 2015 Hi thank you Nemo1, I have checked and I have a bunch of files in the folders. Link to comment Share on other sites More sharing options...
NemoPS Posted August 7, 2015 Share Posted August 7, 2015 Could you take a screenshot of that? Link to comment Share on other sites More sharing options...
kenkomuri Posted August 8, 2015 Author Share Posted August 8, 2015 I hope this is the folder screenshot you need. Thanks a lot Link to comment Share on other sites More sharing options...
NemoPS Posted August 8, 2015 Share Posted August 8, 2015 Are those files empty? (like 0 bytes or alike)If not, any of them is likely causing you trouble (adminproductscontroller for example) Link to comment Share on other sites More sharing options...
kenkomuri Posted August 11, 2015 Author Share Posted August 11, 2015 They are almost 0kb. The size is around 70 bytes. ie. Adminproductscontroller code is the following: <?php class AdminProductsController extends AdminProductsControllerCore { } Link to comment Share on other sites More sharing options...
NemoPS Posted August 12, 2015 Share Posted August 12, 2015 They're not interfering then. The only thing I can think of is some module's javascript hooked to the header. No idea what else it could be Link to comment Share on other sites More sharing options...
kenkomuri Posted August 27, 2015 Author Share Posted August 27, 2015 Thank you. What do you recommend to do? Another issue is that when I filter by any field and I change the page number the filter was disabled and all orders or products appears. Link to comment Share on other sites More sharing options...
NemoPS Posted August 31, 2015 Share Posted August 31, 2015 see if loading the page with javascript disabled does something.alternatively, you can replace the whole admin folder with a clean one from a zip file. You can get the same version right here on the site, downlod, dev/old versions Link to comment Share on other sites More sharing options...
kenkomuri Posted August 31, 2015 Author Share Posted August 31, 2015 Thank you. What is the exact path link of admin folder? Is the whole folder? Link to comment Share on other sites More sharing options...
NemoPS Posted September 2, 2015 Share Posted September 2, 2015 The name changes on each installation, it should be adminSOMETHING where SOMETHING are random letters and numbers. In the clean package, it's only "admin". You can get the content and replace yours. Make sure you keep a backup. Link to comment Share on other sites More sharing options...
kenkomuri Posted September 4, 2015 Author Share Posted September 4, 2015 Is the folder where is located the backoffice? I have replace with the original and still not working. Link to comment Share on other sites More sharing options...
NemoPS Posted September 4, 2015 Share Posted September 4, 2015 Yeah it is. Very odd. No idea, you will certainly need some heavy debug Link to comment Share on other sites More sharing options...
Recommended Posts