Okay
  Public Ticket #652197
Error 500 + blank page with visual composer sections
Closed

Comments

  • Sara started the conversation

    Hey, I have a corporate website with a blog section. When I add into an article a "recent posts" section with Visual Composer , frontend and wp-admin display Error 500, and never fix up until I manage to delete the section. Can this error depend on memory limit? I tried to increase php memory limit, but it gives me the same error.

    But I can't say I did it well:

    • i create a php.info, writing memory_limit = 80M ;
    • into wp-config I added, after "define('WP_DEBUG', false);" ---> define( 'WP_MEMORY_LIMIT', '80M' );

    is it normal that php info request still says that memory limit is 32M? I tried to define a max memory limit into wp-config but it got worse, and I had to delete it. I also tried to add memory limit into .htaccess but everything got broken!

    I have php v. 5.6.17, last wordpress update, and last theme update.
    Thanks.

  •  8,992
    Tahir replied

    Hey ,


    We just released Salient 7.0.5 which has the VC 4.9.2 update as well which would fix all pending VC issues, See changelog : http://themenectar.com/changelogs/salient.html .

    Update the theme by following this guide: https://themenectar.ticksy.com/article/3218/ . Also see Visual Composer update instructions in here: https://themenectar.ticksy.com/article/5182/
    Best.


    ThemeNectar Support Team 

  • Sara replied

    Hey,
    I already have Salient theme 7.0.5 (I installed as soon as I got the e-mail). Now I re-downloaded it, and I updated again only the Visual Composer (to be sure), but it keeps giving me the same error :/

    thanks for your patience

  •  8,992


    ThemeNectar Support Team 

  • Sara replied

    Hey, I can\'t find my error_log file, since I don\'t know php language, how can I create one?
    I read some guides, but I definitely didn\'t understand them :/ There is some code I can simply insert on .htaccess file or wp-config file?

  •  8,992
    Tahir replied

    Hey Again,

    Best would be to contact your hosting provider and ask them to check the logs.

    Best.


    ThemeNectar Support Team 

  • Sara replied

    Ok, thanks, i\'ll do it.

  • addesign replied

    Same problem :-(

    Hi Sara,

    Did you manage to solve the problem via server?

  • addesign replied

    Sorry, the problem was with the server, not with the theme :-)

  • Sara replied

    Yes, my problem was a misconfiguration: I set the \"previous posts\" widget to display more articles than I had on my blog, so I think it had some trouble looking for what to display and that was making it crash.