Good afternoon list,
When trying to open my project i get a blank screen in my browser without any error.
The error log file shows the following:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 524375 bytes) in /projects/drupal/includes/menu.inc on line 966
Now if i understand it correctly i should bump up the php memory limit but shouldn't i at least get a php warning?
I also have the following errors in the log:
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Warning: Unterminated comment starting line 1072 in /projects/drupal/includes/theme.inc on line 1072
PHP Fatal error: fatal flex scanner internal error--end of buffer missed in /projects/drupal/includes/theme.inc on line 1072
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 173
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 321
The error pointing to ecommece i strange because it's not uploaded...
Anybody has a clue as to what is going on?
FWIW, i tried the ?q=user method to log in but that also didn't work
Hey Luc
What version of php are you using ? PHP < 5.3 has memory leak issues which have been improved lately.
Additionally you are correct increasing the php memory limit in php.ini would solve the issue.
I haven't looked into drupal specific errors so far but from php standpoint I hope this helps
Thanks Peeyush
On Aug 10, 2010 2:25 AM, "Luc" Luc@dzinelabs.com wrote:
Good afternoon list,
When trying to open my project i get a blank screen in my browser without any error.
The error log file shows the following:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 524375 bytes) in /projects/drupal/includes/menu.inc on line 966
Now if i understand it correctly i should bump up the php memory limit but shouldn't i at least get a php warning?
I also have the following errors in the log:
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Warning: Unterminated comment starting line 1072 in /projects/drupal/includes/theme.inc on line 1072
PHP Fatal error: fatal flex scanner internal error--end of buffer missed in /projects/drupal/includes/theme.inc on line 1072
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 173
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 321
The error pointing to ecommece i strange because it's not uploaded...
Anybody has a clue as to what is going on?
FWIW, i tried the ?q=user method to log in but that also didn't work
-- Regards, Luc _________________________
My bookmarks: http://delicious.com/Dzinelabs
-- [ Drupal support list | http://lists.drupal.org/ ]
Good evening peeyush,
I'm using version 5.2.10. I've done some research about the white screen of death but my memory was already set to 900 M which seems high for a new project with almost no content. But maybe Ubercard needs even more so i bumped it up some more. Problem is that i'm on shared hosting so i have to wait some time until the apache servers get restarted again (they get restarted at regular intervals).
It sure is a PITA that i'm gonna have to always bump up the memory size in the php.ini file .....
I just hope that bumping up the memory will resolve the issue .....
pg> What version of php are you using ? PHP < 5.3 has memory leak issues which pg> have been improved lately.
pg> Additionally you are correct increasing the php memory limit in php.ini pg> would solve the issue.
pg> I haven't looked into drupal specific errors so far but from php standpoint pg> I hope this helps
Le lundi 09 août 2010 à 15:14 -0300, Luc a écrit :
Good afternoon list,
When trying to open my project i get a blank screen in my browser without any error.
The error log file shows the following:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 524375 bytes) in /projects/drupal/includes/menu.inc on line 966
Now if i understand it correctly i should bump up the php memory limit but shouldn't i at least get a php warning?
I also have the following errors in the log:
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Fatal error: Call to undefined function ctools_static() in /projects/drupal/sites/all/modules/ecommerce/ec_product/ec_product.module on line 282
PHP Warning: Unterminated comment starting line 1072 in /projects/drupal/includes/theme.inc on line 1072
PHP Fatal error: fatal flex scanner internal error--end of buffer missed in /projects/drupal/includes/theme.inc on line 1072
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 173
PHP Parse error: syntax error, unexpected $end in /projects/drupal/includes/theme.inc on line 321
The error pointing to ecommece i strange because it's not uploaded...
Anybody has a clue as to what is going on?
FWIW, i tried the ?q=user method to log in but that also didn't work
The last errors (the function defined twice or function not found) can happen when you are using an OPCode cache which is severly bugging because you changed too many files and it failed to track it.
Sometimes, restarting your HTTPd can solve this kind of problems.
For the lastest of these, the unexpected $end, maybe you modified some files and missed a closing bracket somewhere.
It can be anything, environment or PHP related, ensure you are using stable modules, and cut off all custom code to ensure this problem is not bad code you wrote or use.
Pierre.
I'm working on a draft of postcards sent between users of the site and notices to each party for each shipment or read receipt, but now they ask me when viewing the content,, do not load the image, but an SWF file . I've added with FielField the form to load the SWF at the time of the creation of content to send, but do not know how to make it appear when viewing this, because CCK generate it as an image.
I can give some suggestion about it?
thanks in advance
Check out SWF Tools:
http://drupal.org/project/swftools
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 8/10/2010 8:55 AM, Aldo Martinez Selleras wrote:
I'm working on a draft of postcards sent between users of the site and notices to each party for each shipment or read receipt, but now they ask me when viewing the content,, do not load the image, but an SWF file . I've added with FielField the form to load the SWF at the time of the creation of content to send, but do not know how to make it appear when viewing this, because CCK generate it as an image.
I can give some suggestion about it?
thanks in advance
There's also this but it's so new there's not even a release yet:
http://drupal.org/project/swfield
I'm working on a draft of postcards sent between users of the site and notices to each party for each shipment or read receipt, but now they ask me when viewing the content,, do not load the image, but an SWF file . I've added with FielField the form to load the SWF at the time of the creation of content to send, but do not know how to make it appear when viewing this, because CCK generate it as an image.