• Resolved BeHeard

    (@beheard)


    Back again..
    Have a number of plugins causing

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/dancedir/public_html/wp-content/plugins/tablepress/controllers/controller-frontend.php on line 255

    Have tried deactivating all and the 4 plugins that are involved result in an error showing tablepress so not sure if it is related.

    Have tested PHP mem from 32 up to 512 error remains..

    https://www.ads-software.com/extend/plugins/tablepress/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the new trouble.

    This is not really a conflict between the plugins, but a problem with the limited ressources on the server. Specifically, the available memory of 32 MB for the PHP process is not enough. Depending on the amount and size of tables you have, TablePress might need a lot of memory, and any additional plugin (which also need memory) can then push the limit “over the edge”. ??
    The best solution is to increase the limit indeed, and you say that you tried that already. Did you do this by increasing the WP_MEMORY_LIMIT constant, as described at https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ?

    Regards,
    Tobias

    Thread Starter BeHeard

    (@beheard)

    thanks Tobias.
    Yes have tested from 32 up to 512 in php.ini

    Added the line
    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    in the wp-config.php file as there was no reference to it there, I had seen that and was led to believe this was no longer relevant and WP3

    alas errors remain..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    does the same error remain, with something like “33554432”? That would indicate that the change you made is not enough, and that the server is still at 32M. The reason for that can be that you don’t have permission to change the setting, in which case you will have to ask your webhost to do it.

    Regards,
    Tobias

    Thread Starter BeHeard

    (@beheard)

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/dancedir/public_html/wp-content/plugins/tablepress/controllers/controller-frontend.php on line 365

    Yes I increased it then asked the host who says it is increased to 512

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    weird, that error messages indicates that the limit is still at 32M…
    What do the values in the “Debug Information” on the “About” screen of TablePress say?

    Regards,
    Tobias

    Thread Starter BeHeard

    (@beheard)

    · WP Memory Limit: 40M
    · Server Memory Limit: 256M
    · Magic Quotes: on
    · WP_DEBUG: false

    Am just dealing with the host again now… I had said that it was stopping at 32 they say it is set at 512 without restrictions.. I say check again..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the limit seems to be set to 256M indeed, but there seems to be some other constraint that restricts it again to 32M, from what I can see.
    I just don’t have another explanation for the error message to have this value.

    Regards,
    Tobias

    Thread Starter BeHeard

    (@beheard)

    Letting you know it was some “weird” issue the host found a way round which they claim is highly unusual.. I feel perhaps it has something to do with the theme but not sure..
    At this point its working at 64
    As per HOST SUPPORT.

    SUPPORT _ I have not used server’s php.ini file, but created one custom php.ini in your account and have copied it to all of your wp folders.
    It should access 64 now, do not know why it failed to access memory allocation as it should in the php.ini cannot explain.

    Thanks so very much for you help again..

    Thread Starter BeHeard

    (@beheard)

    Interestingly tablepress remains showing the same values

    TablePress: 0.9-RC
    · TablePress (DB): 17
    · TablePress table scheme: 3
    · Plugin installed: 2013/03/01 15:08:24
    · WordPress: 3.5.1
    · Multisite: no
    · PHP: 5.3.21
    · mySQL (Server): 5.1.68-cll
    · mySQL (Client): 5.1.68
    · ZIP support: yes
    · UTF-8 conversion: yes
    · WP Memory Limit: 40M
    · Server Memory Limit: 256M
    · Magic Quotes: on
    · WP_DEBUG: false

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    good to hear that this could finally be resolved! This is indeed a very weird issue with the server configuration then…

    And I noticed another thing: You have only set

    define('WP_MAX_MEMORY_LIMIT', '256M');

    Please add the line

    define('WP_MEMORY_LIMIT', '256M');

    directly below that as well.

    Regards,
    Tobias

    Thread Starter BeHeard

    (@beheard)

    Thanks so much for picking up on that (have added) and the tireless, KIND help you offer. Folks like me do notice and truly appreciate…

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, always glad when I can help!

    Best wishes,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Possible plugin conflict’ is closed to new replies.