TD Composer not working

Posted in: Newspaper
Post count: 9

Hello. Tried to change a page that was made in 8.0 newspaper with updated to 8.8.2 and 9.0.1 and got the error:
“Error at rows: x (models) : x (dom). The model does not match the content”
First I saw it in old version, switched ALL PLUGINS – did not help.
Updated to 9.0.1 version of newspaper – same.
Switched off all plugins – same.
Changed PHP from 7.0.24 to 5.4.6 – same.
Made a new clean page tried to edit it with TD same error: “Error at rows: 1(models) : 0(dom). The model does not match the content”

Deleted the whole folder with theme and child theme.
Installed a new one, disabled all plugins – same.

I understand that possibly the problem is not in theme…. but where to start to look for solving the issue?

Post count: 23312

Hello k49ivanov,

Check your system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/ Also, please try the below solution ->

Set up the below code in .htaccess!

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Hope this helps and let us know how it goes!

Thanks.

Post count: 9

Set up the below code in .htaccess!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

That string makes 500 error.

We websitehas no errors in system status. All is set correctly.

Post count: 1043

Only use this code, not the whole text!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Post count: 9

Of course I have used only that text

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

I work as linux admin.

Post count: 23312

Hello k49ivanov,

If the problem is still there regarding on TD Composer, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page so I will be able to provide a more accurate response. Also, provide the CPanel access for more further investigations.

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.