[support] Very disappointed, frustrated and concerned Drupal 7 problem

felix arteaga fxarte at gmail.com
Wed Feb 6 17:49:41 UTC 2013


Hi
Have you tried playing with the PHP reporting levels?
I'm currently working on a frozen code drupal 6 project and having the dev
server using PHP 5.3 would produce a WSOD as well, so I had to add this to
my settings.php

error_reporting(E_ALL & ~E_DEPRECATED);

good luck




On Wed, Feb 6, 2013 at 10:25 AM, Jamie Holly <hovercrafter at earthlink.net>wrote:

> Go to:
>
> /admin/reports/status/php
>
> There's a section that tells you where the config file is loaded from. I
> haven't used Fedora 18 yet, but in earlier versions the php.ini file is
> located in /etc and then module configs are loaded from /etc/php.d
>
> You can also bump up the memory for Drupal only by putting this in
> settings.php:
>
> ini_set('memory_limit', '256M');
>
> Jamie Holly
> http://www.intoxination.net
> http://www.hollyit.net
>
> On 2/6/2013 6:18 AM, Roger wrote:
> > Ok I thought I had it solved but no.
> > The error occurs Only when I try to create a new Content Type in Drupal
> > 7, both in my local install in /var/www/html and on the remote server,
> > which tends, I feel,  to mean it's a fault in my apache system but I do
> > not know where.
> >
> >
> > The strange thing is that no matter what I change the error remains
> > verbatim from both systems:
> > *Fatal error*: Allowed memory size of 134217728 bytes exhausted (tried
> > to allocate 16142054 bytes) in
> > */var/www/html/mysite/includes/database/database.inc* on line *2139*
> >
> > Varying php.ini memory_limit merely changes the (tried to allocate
> > 16142054) up or down a small amount.
> >
> > I have searched through the whole system, /var/log..... and everywhere
> > else for something that sets a limit to 134217728 bytes.
> > I do note that there is no /etc/php5/php.ini  in Fedora 18 even though
> > it is mentioned in documentation.
> >
> > This error seems to be all too common, with hundreds experiencing it
> > with php, joomla, Wordpress and Drupal. There's a bug somewhere that's
> > been ignored for years.
> >
> > Thanks
> > Roger
> >
> >
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20130206/c93b514e/attachment.html 


More information about the support mailing list