Developer forum

Forum » Development » Update 8.2 to 8.3

Update 8.2 to 8.3

Vilius Janulis
Reply

Hi,

So trying to update DW solution from 8.1 to 8.3.

Trying to do it by steps.

Updated to 8.2.3.19 everything works.

(some ecom custom module dont, but that was expected, solution at all does work)

 

Trying to update to 8.3.0.6 (lowers 8.3 that could found) or 8.3.1.11 (newest version) - tried both, it throws error on admin page, that seems to be in DW core.

If leaving Admin folder from 8.2 and updating bin from 8.3 it works as in of solution (login and frontend), but cant login to admin ("CustomFieldsSort") table, that is probably also expected since there was changes in it in newer version.

 

Error attached.

Any suggestions on what could it be? Anyone had problems like this ?

Thank you :)

 

 

 

Update: It seems there is some incapability in GlobalSettings.aspx between 8.2 and 8.3

 

 

 

 

 

 

 

Untitled.png

Replies

 
Mikkel Ricky
Reply
This post has been marked as an answer

Does your Globalsettings.aspx contain any comments or CDATA sections? If so, then try removing the comments and convert any CDATA section to escaped xml.

 

 

Votes for this answer: 1
 
Vilius Janulis
Reply
Figured it out.
 
 

No it did not had any CDATA or comments in it.

There problem was in GlobalSettings > Ecom part in xml

First one i found was that it, throw error on some leftovers like :

<Group>
      <ShowProductCountInTree>False</ShowProductCountInTree>
</Group>
<Unit>
      <Weight>kg</Weight>
      <Volume>m³</Volume>
</Unit>

I assume they are not used anymore since 'solution set' file globalsettings did not had them.

And the second part was, parsing empty tags like :

 

<PageTitle>
      <ChangeTitle>True</ChangeTitle>
      <ShowProductName>True</ShowProductName>
      <RemoveOldTitle>False</RemoveOldTitle>
      <Seperator>
      </Seperator>
      <Fix>PRE</Fix>
</PageTitle>

 

 

This fixed my problems, maybe will have someone else with custom globalsettings files.

It is just weird that it worked after updating to 8.2 and did not worked after updating to 8.3 :)

 

Thanks for help.

 
Vilius Janulis
Reply

Well at least that made solution work.

But now still having problems with ecom module. On click on module -> error "Invalid column name 'OrderAxOrderID'."

 

 

Also works in 8.2. but does not in 8.3.

And this does not seem to be related to globalSettings, since tried solution set one, still did not worked ?

 

 

Any ideas here ? 

 

 

 

 

 

 

 

 

 

Untitled.png

 

You must be logged in to post in the forum