PrestaUrbanian Posted July 29, 2013 Share Posted July 29, 2013 (edited) I had created a new template from default template and managed to install it correctly. However, when I clicked on any category or cms section, the page shows up blank and I need to reload it to see the page. Any changes (including price or product description) to the page, needs 2nd reloading to see the page. Is there something that I can do to stop that from happening? Edited July 30, 2013 by PrestaUrbanian (see edit history) Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 29, 2013 Share Posted July 29, 2013 site url plz Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 29, 2013 Share Posted July 29, 2013 I think the problem is smarty tag. You can enable the debug mode from config->defines.inc.php and see where is the problem . /* Debug only */ define('_PS_MODE_DEV_', true); and debug mode enable will show the possible error , which cause your page blank Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2013 Share Posted July 29, 2013 that's right, just follow smartdatasoft suggestion and if any error appear - just paste the error code here, we will try to debug it for you Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 The error is: Fatal error: Function name must be a string in /xxxxxxxxxxxxx/tools/smarty/sysplugins/smarty_internal_templtebased.php on line 281. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 30, 2013 Share Posted July 30, 2013 The error is: Fatal error: Function name must be a string in /xxxxxxxxxxxxx/tools/smarty/sysplugins/smarty_internal_templtebased.php on line 281. If you share you url and site information i can take a look now and fix your issue. Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 It is still on my development server. What do you suspect it to be? Thanks. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 30, 2013 Share Posted July 30, 2013 It is still on my development server. What do you suspect it to be? Thanks. My idea is that may be you put any function on smarty template or any function call which have the problem. Will you share the full screen which show on your error. I think it show some other line also. Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 Thanks for the pointer. I had traced it to the blocktopmenu module. Trying to check the codes now. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 30, 2013 Share Posted July 30, 2013 If your problem solve change the title as [solved] Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 (edited) If your problem solve change the title as [solved] Cool. How do I change title? Edited July 30, 2013 by PrestaUrbanian (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 it might be related also to the cache, try to clear the smarty cache Cool. How do I change title? [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 Ok. I had traced to blocktopmenu module and tried reset it. It is still causing issue, I had even tried copying the original module from the installation folder. Any clues? Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 it might be related to the cache / smarty compilation files try to remove them Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 it might be related to the cache / smarty compilation files try to remove them I had removed all the files in the smarty/cache , smarty/compile and still having same issues. Link to comment Share on other sites More sharing options...
PrestaUrbanian Posted July 30, 2013 Author Share Posted July 30, 2013 Found the issue to be caused by the theme that I had customised. Thanks all. Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 thanks for information, so the problem was with customization of the theme nice to hear that you solved it best regards Link to comment Share on other sites More sharing options...
Recommended Posts