Blank website

Posted in: Newsmag
Post count: 4

Hello
I installed three times, the issue carefully.
When I delete all the files and re-install the plugin and template, you start, the site is displayed as soon as I enable the visual composer it goes blank page.
I created a space dedicated to testing, but does not solve the problem without other clean install wordpress plugin with only necessary for the subject and I have the same problem can you help?

Post count: 4

the website is telefononews . it / wpa

Post count: 7909

Hi,

Please check this only with Visual Composer active, disable all other plugins and clear cache. Also do you use the latest theme version(1.7.1) and Visual Composer provided with the theme(4.4.4)? Please install the theme using FTP method – https://forum.tagdiv.com/how-to-update-theme/ Let us know!

Thanks!

Post count: 4

Yes, I have installed the latest version , I have deleted , and I have installed via ftp again visual … The site can be seen for a few minutes and then it goes blank page

Post count: 7909

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Paste also a link to this topic so we can know who you are. We will answer as soon as possible!

Thanks!

Post count: 280

you need to Increase server memory to 64MB .. i get same problem first time install the theme.

Post count: 7

Having the same problem with js_composer.
After fresh WordPress install js_composer working just fine.
After inserting data from sql (posts) file showing blank page as site and Admin too.
When removing js_composer from plugin directory showing right Admin page again.
No other plugins installed. Debug is not showing when define(‘WP_DEBUG’, true);
Memory is 100 MB.
NewsMag is my theme.

Post count: 6600

Hi,

If you have access to your error.log file, you can take a look there and see if there’s any data that can lead to a conclusion on this. Contact your host provider and let him know about this if you don’t have access to the error.log file.

Thanks

Post count: 7

I have an access to error.log file because I have a virtual debian server. Error.log is empty.
Theme is fine too, cause the same thing with standard WP themes.
There is a js_composer bug related with wp_term_taxonomy wordpress table. While wp_term_taxonomy is empty it is showing up the site. Continue to search the reason. Do we have a support to js_composer plugin owners ?

Post count: 7

At last we have a good debug file.
Here it is:
[08-Jun-2015 07:20:57 UTC] PHP Fatal error: require_once(): Failed opening required ‘td_block_template.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/site.com/www/wp-content/themes/Newsmag/includes/wp_booster/td_wp_booster_functions.php on line 1206
[08-Jun-2015 07:20:57 UTC] PHP Warning: require_once(td_block_template.php): failed to open stream: No such file or directory in /var/www/site.com/www/wp-content/themes/Newsmag/includes/wp_booster/td_wp_booster_functions.php on line 1206

[08-Jun-2015 07:20:57 UTC] PHP Fatal error: require_once(): Failed opening required ‘td_block_template.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/site.com/www/wp-content/themes/Newsmag/includes/wp_booster/td_wp_booster_functions.php on line 1206

# find . -name ‘td_block_template.php’
./themes/Newsmag/includes/wp_booster/td_block_template.php

Where should be this file -> td_block_template.php ?

Post count: 7

Ok.
It this theme you should fix
js_composer/config/map.php on line 3533
and
wp-includes/taxonomy.php on line 3874

Just try with more then 50K records in the wp_term_taxonomy table. And you will get the same error as I had.
With memory_limit = 512M in php.ini its works. But this is not a good idea.
Definitely you need to test those two scripts with amount of data more then 100k, otherwise this isn’t a NewsMag theme this is personal Notes theme.

Log:
08-Jun-2015 20:00:39 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/site.com/www/wp-includes/taxonomy.php on line 3874
[08-Jun-2015 20:12:12 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /var/www/site.com/www/wp-content/plugins/js_composer/config/map.php on line 3533
[08-Jun-2015 20:12:15 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /var/www/site.com/www/wp-content/plugins/js_composer/config/map.php on line 3531

Have fun.

Post count: 780

@DrewSov I’m now looking at this issue. Sorry for the delay, I will do a full test with 50k in taxonomy

Post count: 780

@DrewSov I’ve done some tests and this is what I’ve found:

Stock WordPress + stock WordPress theme without visual composer with 2000 – 5000 terms encounters some kind of out of ram error at 246 MB regardless of the ram limit set in php.ini or in wordpress.

I will investigate this more next week.

Radu O.

Post count: 7

Good to hear you had found that. Just tested at js_composer v4.5.2 and that’s works fine. v.4.3 is works fine too. Hopefully that’s bug related only for js_composer v4.4.

Post count: 3343

Hi,
In the next update the theme will work better with large number of taxonomies.

Thanks for the message!

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