Opened 4 years ago
Closed 4 years ago
#9858 closed defect (bug) (worksforme)
Lost Dashboard - 2.8 beta Chokes on Incoming Links
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.8 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/jcwinnie/public_html/wordpress/wp-includes/class-simplepie.php on line 5353
Change History (3)
- Milestone 2.8 deleted
- Resolution set to worksforme
- Status changed from new to closed
That error is due to memory usage, Your host has set it to a maximum of 32MB, however, your install seems to be requiring more than that.
32MB is really the minimum which WordPress can operate on. Once you add in plugins to the mix, the usage can go through the roof. I'd suggest disabling plugins to see if you can find one which uses a large ammount of ram; or increasing the memory limit. You can also increase the memory limit from within your wp-config.php under some hosts, eg to make it 64MB limit:
define('WP_MEMORY_LIMIT', '64M');

unable to reproduce.
by ajax request or by direct request? please provide admin credentials to login, otherwise link is not useable.