• Resolved etiqi

    (@etiqi)


    Hello!

    I used nextgen since 1 year ago, but now I’ve changed servers and installed wordpress 3.0.1 and nextgen 1.5.5 (latest version).

    But if nextgen is activated, upload.php and plugins.php appears in blank. Look at: http://img443.imageshack.us/img443/341/blankwc.jpg

    My website is based in nextgen, so I nned to solve it! My problem does not exist in previous versions like 2.9 of wordpress. I have tried also nextgen 1.6 beta 3 version, and the problem goes on.

    Anyone could help me? Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter etiqi

    (@etiqi)

    hi!

    I’ve seen a file called error_log and appear a line each time a blank page appears:

    [31-Aug-2010 17:34:06] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/astroemp/public_html/wp-content/plugins/nextgen-gallery/admin/manage-images.php on line 479

    I’ve looked at the file and appear this:

    471 <div class=”tablenav”>
    472 <input type=”submit” class=”button-primary action” name=”updatepictures” value=”<?php _e(‘Save Changes’, ‘nggallery’); ?>” />
    473 <?php if ( $page_links ) : ?>
    474 <div class=”tablenav-pages”><?php $page_links_text = sprintf( ‘<span class=”displaying-num”>’ . __( ‘Displaying %s–%s of %s’ ) . ‘</span>%s’,
    475 number_format_i18n( ( $_GET[‘paged’] – 1 ) * $nggdb->paged[‘objects_per_page’] + 1 ),
    476 number_format_i18n( min( $_GET[‘paged’] * $nggdb->paged[‘objects_per_page’], $nggdb->paged[‘total_objects’] ) ),
    477 number_format_i18n( $nggdb->paged[‘total_objects’] ),
    478 $page_links

    479 ); echo $page_links_text; ?></div>

    480 <?php endif; ?>
    481 </div>
    482 </form>
    483 <br class=”clear”/>
    484 </div><!– /#wrap –>

    I have no idea what to do!!!!!

    Please help me!

    Regards

    Thread Starter etiqi

    (@etiqi)

    Comfirmed!!! If nextgen is activated, my admin website does not work :'(

    See http://alexrabe.de/2009/06/14/dear-hoster-we-need-more-memory/

    In short : you need more memory, contact your hoster

    Thread Starter etiqi

    (@etiqi)

    Yes, it was!!

    I instaled your plugin and add this line to wp-config:

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Now I am using 49% ^_^

    * PHP Version : 5.3.3 / 64Bit OS
    * Memory limit : 64 MByte
    * Memory usage : 31.56 MByte

    Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] Critical problem with wordpress 3.0.1 – blank pages’ is closed to new replies.