• i have uploaded my data and have done the necessary editing, after everything, this is the report i get; “
    Warning: array_merge(): Argument #2 is not an array in /home/nigsocit/public_html/wp-content/plugins/wp-useronline/scb/Options.php on line 44

    Warning: Cannot modify header information – headers already sent by (output started at /home/nigsocit/public_html/wp-content/plugins/wp-useronline/scb/Options.php:44) in /home/nigsocit/public_html/wp-content/plugins/bogo/bogo.php on line 53

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in /home/nigsocit/public_html/wp-content/plugins/wordpress-seo/frontend/class-opengraph.php on line 518″ how do i address this? thanks for your support!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator James Huff

    (@macmanx)

    What do you mean by “done the necessary editing”?

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Hi,

    Open bogo.php page and write-

    <?php ob_start(); ?>

    on top of the page.Remember one thing nothing should be written before this.This should be your first line of code.
    This code will resolve your second issue.

    Moderator James Huff

    (@macmanx)

    Where did you get that from, and what’s bogo.php? It’s definitely not part of WordPress.

    Moderator James Huff

    (@macmanx)

    Oh, are you referring to https://www.ads-software.com/plugins/bogo/ ?

    Did this all start after you added that code?

    Thread Starter GyeNom

    (@gyenom)

    I really appreciate your time and support to my problem. i didn’t believe i could get this support you’ve given me, thanks a million!

    I got the bogo plugin on wordpress, actually i have not made any use of it on my website. right now i have deleted the plugin from my files, likewise the useronline plugin. it no longer gives me the report it gives me earlier. what is left now is the SEO plugin by yoast that i installed and have used on almost all my post. what it is giving me now is that the memory size allocated is not enough. the website link is https://www.nigsocity.com

    Moderator James Huff

    (@macmanx)

    Ah, ok. If you’re seeing this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule-out a plugin-specific issue and try switching themes to rule-out a theme-specific issue.

    Otherwise, here are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 256M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 256M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account. Keep in mind that most decent hosting providers allocate 32 MB to PHP under each account, and most decent hosting providers allow users to temporarily increase the memory allocation. If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.

    (in the above examples, the limit is set to 256MB)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem with my database’ is closed to new replies.