Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #868865

    Hello,

    I just wanted to let the devs know about the warnings I received in my logs since installing 4.2

    I reverted back to 4.1.1

    They are in the private area.

    Running PHP 7.0.24
    WP 4.8.2

    Cheers,
    BC

    #868886

    did you try to increase the php memory limit – often it is set to low by isp.
    You can try to set it by yourself via config.php file

    define( 'WP_MEMORY_LIMIT', '256M' );

    or try first 128M

    maybe this causes the error.

    there are some nice plugins to have info about the memory usage: WP-Memory-Usage f.e.

    #868896

    My memory limit is set at 256M it’s not that.

    These are related to the new audio player.
    mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Call to undefined method ….

    #868960

    hm i have installed new Enfold on a test page and integrated the new audioplayer on the starting page – i do not have these troubles.

    mod_fcgid seems to belong to bwp-minify (Groups.php) .
    if you have installed it – please try to deactivate it – to prove if it comes from that.

    there is on bwp minify on tab “manage enqueued files” the options to exclude js and css from minifying.
    If you are shure that it could be the player than try to exclude wp-playlist.js

    #869117

    Can you please post the whole error – that would be helpful

    #869145

    Hi,

    It seems that file enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php has not been updated correctly and is in an old version.

    If you are using any caching or minifying plugins make sure to clear all.

    Also download again the latest version and reinstall the theme with FTP.

    Best regards,
    Günter

    #869260

    Hi Gunter,

    That worked. I de-activated the caching, re-upped Enfold for a 2nd time and errors are gone. Thank you!

    Guenni007: With all do respect I know you are trying to help but when you are just throwing out random solutions to the problem without knowing all the facts it’s not helpful. I did post the errors I was having in a private area for the mods. (They contained info I didn’t want public)

    If you truly want to help I would suggest becoming an actual moderator. I know your heart is in the right place but it can be a bit sidetracking.

    BC

    #869275

    Hi,

    Glad we could help you.

    If you need any further assistance please open a new thread and we will try to help you.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘PHP apache warnings since 4.2’ is closed to new replies.