jdgojariya Posted September 14, 2013 Share Posted September 14, 2013 Hello. I have occur one error "Notice: Uninitialized string offset: 0 in /opt/lampp/htdocs/prestashop/cache/smarty/compile/28/8c/86/288c86b2d359dc6ebb705a22b3d9cabc60f43258.file.form.tpl.php on line 126". Whats the problem. Link to comment Share on other sites More sharing options...
NemoPS Posted September 14, 2013 Share Posted September 14, 2013 That error occurs if what is supposed to be an array is actually a string (or null). Can you try deleting the entire content of the compile folder, except index.php, and see if the error goes away? 1 Link to comment Share on other sites More sharing options...
jdgojariya Posted September 14, 2013 Author Share Posted September 14, 2013 That error occurs if what is supposed to be an array is actually a string (or null). Can you try deleting the entire content of the compile folder, except index.php, and see if the error goes away? Thanks a lot. Ya I deleted whole content including index.php. Link to comment Share on other sites More sharing options...
NemoPS Posted September 14, 2013 Share Posted September 14, 2013 So, the error is gone? 1 Link to comment Share on other sites More sharing options...
jdgojariya Posted September 14, 2013 Author Share Posted September 14, 2013 Thanks a lot my friend for quick replay.No, error is same it is. Actually I copy AdminProductsController.php in my mosule and display all the product list in my custom tab under catalog tab. I try to build product update page same as default feature but I only want to update combination not others. Link to comment Share on other sites More sharing options...
NemoPS Posted September 14, 2013 Share Posted September 14, 2013 I see, In this case you simply went the wrong way, you shoul try integrating the list, instead of copying the module, otherwise that controller will interfere with the original one in terms of cache files and names 1 Link to comment Share on other sites More sharing options...
jdgojariya Posted September 14, 2013 Author Share Posted September 14, 2013 Thank s lot. I haveno any other Idea how to make it possible. Please suggest me how to do this... Link to comment Share on other sites More sharing options...
NemoPS Posted September 14, 2013 Share Posted September 14, 2013 Well in this case I suggest you hire someone to do it, you really need to be very fond of Prestashop's architecture to create new back office pages 1 Link to comment Share on other sites More sharing options...
jdgojariya Posted September 14, 2013 Author Share Posted September 14, 2013 Ok... Thank you.. Link to comment Share on other sites More sharing options...
klausv Posted December 2, 2013 Share Posted December 2, 2013 Saludos, ya borre el directorio compile y deje solo el index, pero al agregar u producto nuevamente me sale el mismo error y ademas de eso se generan nuevamente informacion denro de este directorio compile. Link to comment Share on other sites More sharing options...
tuk66 Posted December 3, 2013 Share Posted December 3, 2013 Just disable Notices in php.ini (error_reporting). 1 Link to comment Share on other sites More sharing options...
Recommended Posts