the_raven Posted July 29, 2013 Share Posted July 29, 2013 (edited) Hi friend's i have a Strange prblem with manufacturers page . when i click on a manufacturer , page doesn't load completley without any error.just the header section does load.and HTML menu load Incomplete. please check this address and if you have a suggestion for finding the reason of problem i really appreciate you to share it with me . web site address: http://www.rayankade.com link of a manufacturer that error appear on it : http://www.rayankade.com/3_asus also you can check the screen shot. the page is in persian landuage . you just need to click on a manufacturer from right column to see the problem . many thank's. Edited July 29, 2013 by the_raven (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 29, 2013 Share Posted July 29, 2013 Hi the_raven yes I saw some rtl/css problems on the google console. Try putting error reporting on and see what happens. 1 Link to comment Share on other sites More sharing options...
the_raven Posted July 29, 2013 Author Share Posted July 29, 2013 Hi the_raven yes I saw some rtl/css problems on the google console. Try putting error reporting on and see what happens. where is error reporting ? how can i find it ? Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 29, 2013 Share Posted July 29, 2013 Hi! You can follow these instructions on this thread. http://www.prestashop.com/forums/topic/224525-how-to-get-debug-information-for-500-error-or-blank-page/ Keep me posted. Thank you! Link to comment Share on other sites More sharing options...
the_raven Posted July 31, 2013 Author Share Posted July 31, 2013 Hi! You can follow these instructions on this thread. http://www.prestasho...-or-blank-page/ Keep me posted. Thank you! hi again i used error reporting system but did'nt see somthing useful.i saw some errors on the consol that they were for some modules and i fixed them. now you can check it out and see it urself.the error reporting is stll active on http://www.rayankade.com. but the main problem is when you click on a manufacturer the page load incompletlly and consol doesn't debug the whole page.somthing stop the page loading. Link to comment Share on other sites More sharing options...
the_raven Posted July 31, 2013 Author Share Posted July 31, 2013 i found the the problem and i want to share it with you for find the reason ! i used this line of code for display manufaturers logo on my custom menu : <a href="{$link->getmanufacturerLink(2, $manufacturer.link_rewrite)}" title="{$manufacturer.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}m/3-medium_default.jpg" alt="{$manufacturer.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}" /></a> and when i remove this lines of codes the problem is resolved. this problem is only occurs in rtl template. Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 31, 2013 Share Posted July 31, 2013 HI the_raven, did you custom code this yourself? Also, I am still able to see the manufacturer page. Link to comment Share on other sites More sharing options...
the_raven Posted July 31, 2013 Author Share Posted July 31, 2013 HI the_raven, did you custom code this yourself? Also, I am still able to see the manufacturer page. i removed the code from menu and manufacturers is accesseble now. i used this code <a href="{$link->getmanufacturerLink(2, $manufacturer.link_rewrite)}" title="{$manufacturer.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}m/3-medium_default.jpg" alt="{$manufacturer.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}" /></a> on href to get manufaturers links as same as the block manufacturers module or manufacturers page. but when i put this code on my custom module ( Top Menu ) manufacturer page doens't load ! is there any other way to get the manufacturer link ? Link to comment Share on other sites More sharing options...
Recommended Posts