View Single Post
  #8  
Old 08-01-2014, 12:51 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Bug in Webmaster Kit Mark Templates Function

Thank you Mike for the info!

I could see the problem and the strangest thing is that the HTML source code of almost all pages does not contain hidden info about templates as if Webmaster Kit was not enabled.

Could you please try to debug the module?

I would start with checking two things:
1) Whether the __constructStatic() method is called in the XLite/Module/XC/WebmasterKit/View/AView class
2) Whether the prepareTemplateDisplay method is called in the same class

Of course, you should debug the code in the var/run folder and you should check the code while opening pages that do not have Enable/Disable Tracing popup.

Please, let me know if you can perform this debug for me and what the results are.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote