Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @nitinmastermatics,

    Hope you’re well.

    How many Custom Sidebars are you using? Most of the time when users create lots of sidebars we can see memory out errors. Did you try to increase PHP memory_limit?

    Cheers,
    Oguz

    Thank you for using Custom Sidebars. I am going to close this topic for now. If you still need help let us know and we can reopen the thread.

    Hi.
    I face this problem in my solution.
    I increase the memey_limit siz in php.ini file to 2048M ,and I still have the same error (Allowed memory Exhausted)

    Hello @khudair

    Could you please access your server through FTP, edit wp-config.php file and insert the following line just above the /* That’s all, stop editing! Happy blogging. */ comment

    define('WP_MEMORY_LIMIT', '1024M');
    define('WP_MAX_MEMORY_LIMIT', '2048M');

    If this is still troubling you, please create a new thread about it here
    https://www.ads-software.com/support/plugin/custom-sidebars/#new-post
    let us know what my colleague mentioned above

    How many Custom Sidebars are you using? Most of the time when users create lots of sidebars we can see memory out errors.

    and we will carry on there shortly.

    Warm regards,
    Dimitris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Allowed memory Exhausted’ is closed to new replies.