Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Does your installation meet the Server Requirements?

    Thread Starter migratoria

    (@migratoria)

    I tested the plugin with the issues created with Artisteer and with this:
    TIMELINE
    http://www.timeline-wp.com/

    My server
    php.ini Memory limit: 128 mb

    Configuration:

    Processor:
    Intel Xeon E3 1245v2
    Intel Smart Cache: 8MB

    Frequency
    3.4GHz

    RAM
    32 GB DDR3

    Hard Disk
    Intel SSD DC S3500 6Gbps
    2x 120GB

    Installation:
    wordpress 3.6 + wbulletin 4.2.1

    Visits: 10.000 day

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Does the problem persist? First time it may take a while

    Thread Starter migratoria

    (@migratoria)

    Yes persist..

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Can you visit all the other Photo Albums -> … sub-menu items?

    If you inspect the page source from within the browser, there may be a fatal error near the end. Please check, and if so, tell me the error.

    Thread Starter migratoria

    (@migratoria)

    Ies, i can visit all the other sub-menu items

    When i click options:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 7864320 bytes) in /var/www/clients/client1/web1/web/wp-content/plugins/wp-photo-album-plus/wppa-settings-autosave.php on line 4483

    In php.ini
    Memory limits it’s 128mb

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You are almost there… Although you have 256mb server memory, it is still not enough. Try to (temprary) de-activate a few other plugins that you do not really need.

    Thread Starter migratoria

    (@migratoria)

    I tried to disable all plugins but the problem does not change.
    Can ‘depend on vbulletin forum and its plugins that use excessive resources and not from wordpress?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I am afraid you have a serious configuration problem in either the servers operating system or the php it runs.

    To investigate further, please do the following:

    Install plugin WP Memory Load and db size Usage.
    This plugin shows the memory used on the admin bar, and also at the bottom of the page.

    Examples from my docs and demos site:

    Menuitem Add new post: db 30.028M ~ Mem 28.18 of 104M
    Menuitem Plugins: db 30.028M ~ Mem 27.92 of 104M
    Menuitem Photo Albums -> Settings: db 30.028M ~ Mem 29.23 of 104M

    As you can see, the wppa settings page is ‘big’ but does require only approx 1.1 Mb more than the ‘add new post’ page, and this does not explain why 256 Mb looks to be not sufficient…

    The plugins i have active are:

    capsman
    cubepoints
    database-performance-monitor
    google-maps-gpx-viewer
    jetpack
    qtranslate
    shortcode-plugin-download-counter
    sidebar-login
    simple-cart-buy-now
    toolbar-theme-switcher
    tweak-option
    ultimate-tinymce
    wp-download-counter-plus
    wp-memory-db-indicator
    wp-photo-album-plus

    Thread Starter migratoria

    (@migratoria)

    Problem solved.

    An old plugin Nextgen gallery 2.x had clogged the table Wp options preventing the ‘use of the table of options bywp photo album.

    I execute the command in my database:

    DELETE FROM wp_options WHERE option_name like '_transient_%' OR option_name like 'displayed_galleries%'

    Now everything is ok

    TANKS!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Thanx for reporting this!

    Thread Starter migratoria

    (@migratoria)

    Thank you for your support and for the ‘great plugin that deserves 10 stars!

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

The topic ‘Options’ is closed to new replies.