Opened 11 months ago
Closed 7 months ago
#21102 closed defect (bug) (invalid)
Major bug only with one ISP in wp-admin under WordPress Blog
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I've installed 3.4.1 (also with 3.4.0 I had the same problem).
I've found this little bug only with one ISP (4 sites). With another ISP no problems.
In /wp-admin under WordPress Blog
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32450 bytes) in /home/mealdrin/public_html/wp-includes/functions.php on line 316
The same problem on other 3 sites with the same ISP.
Everthing seems to work good.
If you need I can access you to one of my site.
Fabrizio
Attachments (1)
Change History (5)
comment:1
wjohnallen — 7 months ago
- Severity changed from trivial to blocker
- Summary changed from Little bug only with one ISP in wp-admin under WordPress Blog to Major bug only with one ISP in wp-admin under WordPress Blog
comment:2
wjohnallen — 7 months ago
Should have mentioned, using WP 3.4.2.
comment:3
wjohnallen — 7 months ago
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/primaryf/public_html/wp-admin/includes/menu.php on line 126
comment:4
SergeyBiryukov — 7 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Severity changed from blocker to normal
- Status changed from new to closed
Apparently the actual memory limit for the site is still 32M, not 384M. This is a support issue rather than something that can be fixed in WordPress.
Please try the support forums: http://wordpress.org/support/

I too have the same problem.
The front end loads fine well, only when running wp-admin does the fatal error occur. The first 2 times it came up, WP was processing multiple uploaded images. The third time WP was processing one image. The fourth time, WP was installing a template (Pagelines).
The issue persists, requiring WP to be re-installed on my host. My hosting provider has increased the memory available to 384M (the maximum available).
I do not have the skills to install and run a debug plugin (I have tried Wordpress Debug) and in any case it is not clear that these will monitor wp-admin. I have successfully created my site using MAMP and am wanting to transfer it to my new host but as my WP install cannot proceed (need to have Pagelines installed), I have changed this ticket's severity to 'blocker'.
John