Ticket #45 (closed defect: fixed)

Opened 8 months ago

Last modified 7 months ago

fbiityip

Reported by: cody@… Owned by: admin
Priority: minor Milestone: 2.0
Component: general Version: 2.0
Keywords: 77946755 Cc: rxkfjqkz

Description

When the plugin is activated and I go to the blog's main page I get this error:

Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 71 bytes) in /home/codybuel/public_html/codybuell/blog/wp-content/plugins/wassup/wassup.php on line 1710

Attachments

Change History

Changed 8 months ago by anonymous

Wordpress version 2.3.3

Changed 8 months ago by admin

  • status changed from new to closed
  • resolution set to fixed
  • milestone 1.4.* deleted

This is a PHP problem about memory usage, you could try to adjust the amount of memory for your php by modifing php.ini or .htaccess file:

- if you can edit php.ini change the line "memory_limit" to something like 16M and restart the webserver

memory_limit 16M

- Otherwise you can edit (or create) a .htaccess file into your Wordpress root directory (/home/codybuel/public_html/codybuell/blog/ in your case) adding a line like:

php_value memory_limit 16M

Add/Change #45 (fbiityip)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.