Problem with tagdiv composer loading

Posted in: Newspaper
Post count: 7

when I try to open the tagdiv composer I see only white screen which tries to load and load and load, but NOT loading. Some element of the background are clickable.

https://imgur.com/Stvov39

in console i have 1 error:
12-Feb-2018 13:38:12 Europe/Warsaw] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/nietylkogry/public_html/wp-content/themes/Newspaper/index.php:6
Stack trace:
0
thrown in /home/nietylkogry/public_html/wp-content/themes/Newspaper/index.php on line 6

Post count: 7

My configuration:
.htaccess
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
define(‘WP_DEBUG’, false);
define(‘AUTOSAVE_INTERVAL’, 300); // seconds
define(‘WP_POST_REVISIONS’, 5);
define(‘CONCATENATE_SCRIPTS’, true);
define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISABLE_WP_CRON’, true);

php.ini
max_input_vars = 20000
max_execution_time = 600
post_max_size = 64M
upload_max_filesize = 64M

Post count: 20688

Hi,

The parameters seem top be configured properly, a thing to note is that the theme currently supports PHP versions up to 7.1, higher versions can cause issues. We will provide support for 7.2 in the coming theme update.

That could be the cause of the error. If changing the PHP version does not solve the problem you could try the solutions from these topics
https://forum.tagdiv.com/topic/call-to-undefined-function-get_header/
https://forum.tagdiv.com/topic/apache-error-log/
Let us know the results.

Thanks

Post count: 7

Ok, issue solved. My hosting provider blocked CONCATENATE_SCRIPTS.

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