Error in tagDIV Composer

Posted in: Newspaper
Post count: 10

Hello,

When i try to load tagDIV Composer it shows me an error and doesn’t load.
Errors at columns elements: 2(models) : 1(dom). The model does not match the content
This is the error. What can i do?

Post count: 35449

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.

Please add this code in the .htaccess , file at the end of the file:

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

Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

https://www.screencast.com/t/Ch5RyyoF

Hope this will help you!
Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.