• drdesidran

    (@drdesidran)


    When I attempt to edit a post I get the following error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/18/3/21/51/3021214/user/3354592/htdocs/wordpress/wp-content/plugins/stop-spammer-registrations-plugin/includes/stop-spam-reg-get-options.php on line 145

    This appears to be related to the stop-spammer-registrations plug in.

    It does not matter which post I attempt to edit. I get the exact same error message.

    https://ww.wp.xz.cn/plugins/stop-spammer-registrations-plugin/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Keith P. Graham

    (@kpgraham)

    You have too much stuff in memory. Perhaps you could get rid of all the entries in your black list. You could disable a few plugins. You could limit the size of your log files in stop spammers to 20 entries.

    42megs is quite of bit of memory usage. Stop spammers is crapping out when it needs to allocate 30K. I would look at what else is taking up all that memory.

    The Stop Spam plugin loads stuff only as you need it, but it is still a chunky plugin.

    Keith

    Thread Starter drdesidran

    (@drdesidran)

    I disabled Stop Spammers and was able to edit a post.

    How can I tell where my memory is going? How can I tell what plug-ins are using how much memory?

    Plugin Contributor Keith P. Graham

    (@kpgraham)

    There are plugins that do this kind of thing. I would look on the wordpress plugin repository and search for memory and other key words.

    Keith

    Thread Starter drdesidran

    (@drdesidran)

    Would the memory be used also include various FireFox plug-ins? Or is this WordPress specific memory?

    Plugin Contributor Keith P. Graham

    (@kpgraham)

    This is memory on your hosting site used by the web server and wordpress. The amount of memory allocated is set for PHP by the hosting company, although in many cases you can increase the amount of memory by putting a php.ini file on your website.

    If you load up with lots of programs then you run out of memory. The cache programs can use up much of your memory. If you are running more than 5 or 6 plugins, you stand the chance of blowing your memory limits on some hosting sites. I used 1and1 hosting for a while but they started decreasing my memory and blogs started crashing. I had to change hosts so now I have breathing room.

    Keith

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

The topic ‘Fatal Error. Unable to edit post’ is closed to new replies.