• Resolved angzicc

    (@angzicc)


    Hi,
    in the WordPress panel of my Altervista website I can’t see the page list if the Everest Forms plugin is active. When Everest Forms plugin is active I see:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 647168 bytes) in /membri/ricercaperditeacqua/wp-includes/functions.php on line 4669

    When the plugin is disabled, however, I can correctly see the list of pages.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Deepak Sharma

    (@sharmadpk03)

    Hi @angzicc,

    Sorry for the delayed response. It was due to the festive season here in our country that we could not get back to you on time.
    Regarding the issue, it appears to be some issue related to the memory size allocated in the functions.php file.
    I would recommend you to have a look at the functions.php file on the line number 4669 and see what size is allocated there.

    Please have a look and let me know. I will get back to you accordingly.
    Regards!

    Thread Starter angzicc

    (@angzicc)

    I can’t touch directly this file because this is an altervista free website.
    But the administrator reply me with this:

    https://github.com/WordPress/WordPress/blob/5.5.1/wp-includes/functions.php#L4669

    /**
     * Flush all output buffers for PHP 5.2.
     *
     * Make sure all output buffers are flushed before our singletons are destroyed.
     *
     * @since 2.2.0
     */
    function wp_ob_end_flush_all() {
    	$levels = ob_get_level();
    	for ( $i = 0; $i < $levels; $i++ ) {
    		ob_end_flush();
    	}
    }

    at 4669 you can see:

    ob_end_flush();

    Thank you.

    Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @angzicc,

    We are really sorry for the delayed response. Please add this code define('WP_MEMORY_LIMIT', '512M'); on wp-config. And I hope this will resolve the issue.

    Let me know whether it helps or not and I will get back you.

    Thanks and Regards!

    Thread Starter angzicc

    (@angzicc)

    It makes no sense, without enabling the plugin everything works.

    Increasing memory means hiding bad coding from you. I strongly believe that the plugin extracts more pages than is set in the wordpress dashboard. It also creates buffers for each page (different speech if the reason for so much memory would be justified, but if it is as I have previously expressed unfortunately it is not justified).

    Currently the limit on Altervista is 256M and it cannot be exceeded.

    Thanks anyway.

    Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @angzicc,

    We are really sorry for the delayed response. Regarding this issue, Please contact our developer team. You can contact them here: https://wpeverest.com/contact/ and someone from the team will get back to you.

    Thanks and Regards!

    I have set up a ticket over 3 days ago but as yet no reply. Paypal not working as have not heard after 2 days I noticed there was an update to the everest forms pro but when I installed it it produced a critical error and unable to access site. Email from wordpress allowed me back in and I deactivated the plugin so able to access the site but no one able to fill in online membership forms. Is anyone looking into my problem?

    Thread Starter angzicc

    (@angzicc)

    Hi @sanjuacharya77 ,
    thanks a lot! I sent the message as you told me. I just updated the Everest Forms plugin and now everything works fine! Very well!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: Allowed memory size of…’ is closed to new replies.