Posted by aniebel on February 6, 2012 at 11:29pm
4 followers
Jump to:
| Project: | Media |
| Version: | 7.x-1.x-dev |
| Component: | Media Browser |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I saw the other posts on this error but the situations differ from mine. Not sure if it matters but I am using Media Gallery 7.x-1.0-beta7. I have run update.php and I have also gone to media/browser/list and get a 500 error. I am not using Rotating Banner. I'm not sure what else to check though I can say that I had tried to install Media 7.x-2.x to see if this remedied the issue but it didn't. I am now using Media 7.x-1.0-rc3+15-dev.
Comments
#1
Getting the same error after installing Calendar 7.x-3.0-rc1
Going to media/browser/list get the following error
Fatal error: Out of memory (allocated 57933824) (tried to allocate 4288 bytes) in /modules/system/image.gd.inc on line 237
#2
This is likely a duplicate of #1445818: PHP Fatal error: Out of memory in /modules/system/image.gd.inc
#3
If so, wouldn't I get that error? Sorry but #1 above is not the same error as I am getting. I'm getting no errors except a 500.
#4
Reopening because this is still happening and of the 9 or so similar issues in the queue, I don't yet see a solution. I cannot navigate to media/browser/list which is why, from what I have read, this is occurring. Error I see in FIrebug is:
"NetworkError: 500 Internal Server Error - http://mysite.com/media/browser/list?viewMode=thumbnails&getMediaUrl=%2Fmedia%2Fbrowser%2Flist&render=media-popup&types=&activePlugins=&plugins=undefined&multiselect=false&start=0&limit=15"
#5
Web host tells me it's asking for more than the alotted memory of 96mb. Devel says: Memory used at: devel_boot()=2.88 MB, devel_shutdown()=94.95 MB, PHP peak=96 MB.
Does it really demand that much?
#6
Update: This really was a memory issue. My host agreed to increase to 128mb and the error ceased. This is tough for folks on shared hosting that won't allow for that much memory. If there's anything I can do to help test the outcome of http://drupal.org/node/1447790, I am happy to help.
#7