View Single Post
  #1  
Old 03-20-2018, 03:52 AM
  Dmitry's Avatar 
Dmitry Dmitry is offline
 

Member
  
Join Date: Jun 2010
Posts: 18
 

Question module compatibility from xc5.2 to 5.3.xx

Hi,
just got the XC5 upgraded to the 5.3.4.5 but that's got all incompatiable modules disabled

So, the templates were moved to twig from one of the modules that is urgently needed as well the needed classes's methods disabled (which are already build-in according to kb ). Also, the code changes like XLite\Model\WidgetParam\String => XLite\Model\WidgetParam\TypeString were done.

However, the error this module shows is:

[Syntax Error] line 0, col 209: Error: Expected end of string, got 'date'

Having looked to the XC/Reviews module it makes me think the disabled methods still need to be present in some other way but not sure 100% as you may already guessed... OK, so please take a look to the model published here: https://gist.github.com/modxcustomize/d9c918101d31bad564fc2f860c215f08

Is there a way to start making it work? Sorry, not sure how the latest Doctrine must work..
__________________
xcart power and php/html/js coder is best friend
Reply With Quote