My site is updated to the latest Salient version 7.0.8 and latest Visual Composer 4.11.2 and latest Wordpress 4.5.2.
Whenever the latest version of Visual Composer is installed and activated and I go to edit a page in the dashboard, the page is completely missing even though all the pages are listed there in the dashboard and they show up fine on the live site. When I deactivate VC and delete, I'm able to see my pages in the dashboard and edit them.
Looks like an issue with VC when it's installed and activated?
The issue can be fixed with any of the following approach, please follow them one by one:
1) At first Increase the AutoSave Interval by adding the line in define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds into wp-config.php file of your WordPress Directory, just above the /* That's all, stop editing! Happy blogging. */ line. Use 240, 300 etc if 160 doesn’t work.
I've tried 1, 2a and 2c ... none of those options worked so I've reached out to my host. I've ran Salient on this server/host for a over a year now with no problem. Does the new Salient version or Visual Composer version require more from my host now, than in the past?
The interesting thing is, everything else is working in my dashboard. Media is there, dumby posts are there, my portfolio items are there, nectar slider elements are there and I'm able to open and accesss them without a problem.
I wonder why "pages" seems to be the only thing affected.
Hi,
My site is updated to the latest Salient version 7.0.8 and latest Visual Composer 4.11.2 and latest Wordpress 4.5.2.
Whenever the latest version of Visual Composer is installed and activated and I go to edit a page in the dashboard, the page is completely missing even though all the pages are listed there in the dashboard and they show up fine on the live site. When I deactivate VC and delete, I'm able to see my pages in the dashboard and edit them.
Looks like an issue with VC when it's installed and activated?
Hey ,
The issue can be fixed with any of the following approach, please follow them one by one:
1) At first Increase the AutoSave Interval by adding the line in define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds into wp-config.php file of your WordPress Directory, just above the /* That's all, stop editing! Happy blogging. */ line. Use 240, 300 etc if 160 doesn’t work.
Reference: http://codex.wordpress.org/Editing_wp-config.php#Modify_AutoSave_Interval
2)Increase the PHP Memory limit:
a) Edit your wp-config.php file and enter the following:
define('WP_MEMORY_LIMIT', '96M');
WordPress memory can be different to the server – you need to set this regardless of server memory settings
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
b) If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
c) If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
d) If none of the above works then talk to your host & ask them to increase it.
Best.
ThemeNectar Support Team
I've tried 1, 2a and 2c ... none of those options worked so I've reached out to my host. I've ran Salient on this server/host for a over a year now with no problem. Does the new Salient version or Visual Composer version require more from my host now, than in the past?
The interesting thing is, everything else is working in my dashboard. Media is there, dumby posts are there, my portfolio items are there, nectar slider elements are there and I'm able to open and accesss them without a problem.
I wonder why "pages" seems to be the only thing affected.
Hey Again,
Yes it requires more memory as has gotten really complex .
best.
ThemeNectar Support Team