Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Sam, I too am having problems with a fresh install of ver3 wp and getting netxgen to install. I am getting

    Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 58368 bytes) in /vservers/mysite/htdocs/wp-content/plugins/nextgen-gallery/widgets/widgets.php on line 308

    I am just having the issue that I can’t have network sites use the plugin. The main top level one appears to be working but all network sites ask to me to start up an upgrade…

    Sounds like a pretty straightforward php memory error –

    try increasing/ memory allocation in php.ini:
    memory_limit = 64mb (or more)

    and adding to wp-settings.php”
    define(‘WP_MEMORY_LIMIT’, ’64MB’);

    Apparently the wp-settings memory line was in 2.x and removed in 3.0, so if your host’s default is low you’ll experience s reduction in available memory.

    each new wordpress version have new functions, so it needs more memory, below 32MB it makes no sense to use WordPress anymore

    I have the same problem as danlacher.
    If I activate the plugin as network the root-site works, but avery new site gets the upgrade-stuff.
    But, if I deactivate and activate the plugin as a normal plugin, the sub-sites work. if I add one picture to a gallery, and then reactivate it as network plugin, the subdomains still work. But, every new one fails.

    That’s makes the plugin useless on multi-user-sites at the moment, as you can’t use the %BLOG_ID% on the gallery path. You need to put that manually on every new site.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: NextGEN Gallery] Issues with WordPress 3’ is closed to new replies.