- TutorialsSystem status parameters guide
Hello,
Please do not try to use any other version of visual composer than the one that comes with your theme version. Remove any version you might have installed as well as the js_composer folder and install it from here: http://screencast.com/t/HVN0CJ1nH
Also please increase your wp memory limit and php memory as well by following this guide:
https://forum.tagdiv.com/system-status-parameters-guide/
Let us know how it goes.
Thank you!
Hi
I am not sure what could cause the difference between the post views and 7 day count post views so if you have any specific details which might help please share it here so we can duplicate the situation on our side and inspect it closer.
Meanwhile try to deactivate all plugin except Visual Composer and WP Super Cache, clear the cache memory then test the site again. Also you can view a post in browser a fee times then check how both counters are incremented.
Regarding the current implementation for this feature there is a miss-configuration as it display posts from all time not only post from last 7 days. This is on our list and theme’s developers will consider changing the actual implementation in shortest time possible. This may take some time because we have a long implementation list and we take them one by one.
Thanks for your understanding!
p.s – was having issues with running out of memory the night before, despite my host increasing my php limit to 512mb
Try turning off all other plugins, make sure you have enough memory allocated to wordpress. Default is not enough for vc.
Please increase the memory allocated to php and the wp memory.
Please provide a screenshot of your system status so we can see the values.
Thank you!
I make everything from it except Suhosin and take more powerful hosting. But on hosting i have problem with kernel: [9131066.484467] Out of memory in UB 2619507: OOM killed process 16605 (httpd) score 0 vm:75504kB, rss:45404kB, swap:0kB
But dont have 500 error now 🙂
Can you help me with memory problem?
I changed 2 hosting providers, both because site was slow (url: visoko.co.ba). But, now i am on third hosting on this package:
https://www.menkisys.de/cloudserver/homepage-shop-ssl-website
and again have problems. I dont have any more sites on this server, only this Visoko.co.ba. Owner of server said to me that site uses too much RAM at some times, and server blocks and site becomes not responsive.
can this be because of theme or wordpress? I found this on post about page speed:
“If you have a dedicated server / VPS:
make sure that you have APC installed or another ‘op cache’ for php. This will reduce your server response time.We have receive some reports that the accelerator has some problems in some specific configurations with our theme and Nginx.”
Hi
I am receiving the below error message when attempting to upload the sports demo. I am very much a newbie so its very possible I’m doing something wrong
Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
textStatus: parsererror
td_ajax_request_name: full_demo_install
errorThrown: SyntaxError: JSON Parse error: Unrecognized token ‘<‘
responseText: <br />
<b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 85 bytes) in <b>/websites/123reg/LinuxPackage21/da/il/yf/dailyfan.co.uk/public_html/wp-includes/class-wp-post.php</b> on line <b>240</b><br />
Hello Larshell,
By default, the behaviour of this kind of feature is that every refresh the images to be changed randomly but if you are using a cache plugin, this feature is directly affected by this and the images will be with cache and then you have the same images until the cache will be empty. For better results, you have to change the time to refresh cache memory from the plugin panel, like this -> http://screencast.com/t/SbVbae2m0GXo For more information about this plugin, please consult our documentation here -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you for the message!
Hi,
My site is in cloud, with
memory_limit = 1536M
post_max_size = 512M
upload_max_filesize = 1024M
However, i still have an error when i click one of the category.
There is no problem in homepage or other area.
The error is:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in ../wp-includes/meta.php on line 835
How can I solve this?
thanks
st
Hi
I’ve checked your site an safari and seams to works fine: http://screencast.com/t/5vxvRMnWS0jY – http://screencast.com/t/2YhuLzaG0o Try to clear all caches, including browser cache memory and test again.
If you still have this issue please provide more details about so we can inspect it closer.
Thanks!
Hi,
Please increase the memory allocated to php by following this guide: https://forum.tagdiv.com/system-status-parameters-guide/
You can also increase the other parameters as the guide suggests so you do not run into this kind of errors uin the future.
Thank you!
Hello carmene,
By default, the behaviour of this kind of feature is that every refresh the images to be changed randomly but if you are using a cache plugin, this feature is directly affected by this and the images will be with cache and then you have the same images until the cache will be empty. For better results, you have to change the time to refresh cache memory from the plugin panel, like this -> http://screencast.com/t/SbVbae2m0GXo For more information about this plugin, please consult our documentation here -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you for the message!
Did you increase the default memory for WP — it’s really needed for using Visual Composer. So, you need to increase memory to something like 96M vs default 40M if not done already.
Hello,
This error is quite common in WordPress and there are many resource online on the subject like this one for example:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/
The main cause for this error are plugin. You can disable all your plugins before installing/activating the theme. This seems to work for most people.
If the theme still cannot be installed, then you can check if you meet the requirements for newspaper:
https://forum.tagdiv.com/requirements-for-newspaper/
(the php memory limit should be 64mb)
I hope this helps.
Thank you!
Hi
I’ve checked your site and it’s displayed fine now: http://screencast.com/t/Fg7GSyXiFSU If you still have this issue try to clear cache memory and test again.
Thanks!
Hi,
Basically you need to edit a few files and change a few values here and there. It’s not that complicated. This task does not require coding knowledge. You simply have to edit 2 files with a text editor (notepad++ is free) and edit or insert a few pieces of text. You will need to know how to copy and paste and type in a few things.
You will need to edit 2 files for this task: The first one is wp-config.php and the other is php.ini.
You can find wp-config.ini in the main wordpress installation folder.
In the wp-config.php you have to add this line to the bottom of the code:
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
That’s it with this file. You now need to edit the php.ini file. This can be found in different places depending on your hosting provider. If you cannot locate it, please contact your hosting to let you know where you can find it.
In the php.ini file you have to edit a few numbers.
search for these entries and replace them with the corresponding values. They should look like this:
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
If this does not help you on your task, then you will need to get someone to help you.
Thank you!
Hi
I suppose that you enabled the unique article option: http://screencast.com/t/FuVbERe3Fc3 Make sure you disable that option, clear the cache memory and test again.
Let me know how it goes and if the problem persist provide more details and also your site url so I can inspect it closer.
Thanks!
Hi
Make sure sure you added the font according with our documentation: https://forum.tagdiv.com/how-to-use-custom-fonts/ clear the cache memory and test again.
If you still can manage to solve this issue address us via email at contact@tagdiv.com including a link to this conversation and more details about your issue. We will inspect this in shortest time possible and we’ll get back to you with an answer.
Thanks!
@Bogdan – I have the same problem since I just installed Newspaper 6.6.5 and VC 4.9.2 on my test domain.
The display looks OK, but VC backend doesn’t work.
I deactivated all other plugins and I have the System Parameters set. (see below)
The VC Block that shows up on existing designed pages looks like a rounded button, with no edit or properties.
(I hovered over one so you can see it in this screenshot)

Theme name Newspaper
Theme version 6.6.5
Theme database version 6.6.5
Server software Apache
PHP Version 5.4.33
post_max_size 32M
max_execution_time 300
max_input_vars 5000
SUHOSIN installed false
WP version 4.4.2
WP Memory Limit 64 MB/request
WP_DEBUG False
I uploaded a php.ini file:
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
memory_limit = 256M
My php and SQLdatabase is
MYSQL Version 5.1.73
PHP Version 5.3.3
I have super cache plugin in place.
The second I activated the theme, my site become inaccessible. CPU shoot up to roof!
Hello,
Please check your sidebars if they are set on posts or in the category options from the theme panel. If everything is OK there, then please check your widgets area. Sometimes WP will strip the widgets area in special cases, one of them being using special characters for widget titles or the memory allocation is not high enough.
Please follow this guide to increase it: https://forum.tagdiv.com/system-status-parameters-guide/
I hope this helps.
Thank you!
Correction: My site crash after just activated the theme, haven’t activated VC. Is there any loop that will be running until memory dry up? I have a large amount of existing content and tags…
I’m running a large website with alot of posts, tags. My memory limits is 768mb. I have a very good dedicated server.
My site crash after activate the theme and Visual Composer. 503 error show up. I encountered the same issue as I installed a similar theme with VC previously but was fixed by its author as following:
“How many posts, categories, tags do you have? One of the features Goliath has is filtering post block content by tags. In some cases where shops have many thousands of tags, these all get read into memory until it runs out. You can try to disable this by doing the following:
edit theme/vc_content_blocks.php and replace this:
$post_tax_tags = get_terms(‘post_tag’);
$post_tags = array(” => ”); //blank entry
foreach($post_tax_tags as $pt)
{
$post_tags[$pt->slug] = $pt->slug;
}
with this
$post_tags = array(” => ”); //blank entry
/* $post_tax_tags = get_terms(‘post_tag’);
foreach($post_tax_tags as $pt)
{
$post_tags[$pt->slug] = $pt->slug;
} */
You have 10k+ tags, so I’m 100% that it can fix the memory and speed issues you’re having.
”
I wonder if you can apply it to your theme?
Alex