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?
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!
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!
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.
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 ?
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 ?
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.
@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.