Opened 13 years ago
Closed 12 years ago
#21102 closed defect (bug) (invalid)
Major bug only with one ISP in wp-admin under WordPress Blog
Reported by: | pivari | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | General | Keywords: | |
Focuses: | 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)
#1
@
12 years 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
#2
@
12 years ago
Should have mentioned, using WP 3.4.2.
Pagelines is installed successfully, the error comes up on this url:
http://210.48.94.175/~primaryf/wp-admin/admin.php?page=PageLines-Admin&activated=true&pageaction=activated
My error message is
http://stackoverflow.com/questions/1159216/how-can-i-get-php-to-produce-a-backtrace-upon-errors/1159235#1159235
My Host Resource Usage Details are attached. This shows Input/Output Usage hitting resource limits (no problem with memory usage).
#3
@
12 years 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
#4
@
12 years 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