<div dir="ltr">Hi<div style>Have you tried playing with the PHP reporting levels?</div><div style>I&#39;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</div>
<div style><br></div><div style>error_reporting(E_ALL &amp; ~E_DEPRECATED);<br></div><div style><br></div><div style>good luck</div><div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Feb 6, 2013 at 10:25 AM, Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net" target="_blank">hovercrafter@earthlink.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Go to:<br>
<br>
/admin/reports/status/php<br>
<br>
There&#39;s a section that tells you where the config file is loaded from. I<br>
haven&#39;t used Fedora 18 yet, but in earlier versions the php.ini file is<br>
located in /etc and then module configs are loaded from /etc/php.d<br>
<br>
You can also bump up the memory for Drupal only by putting this in<br>
settings.php:<br>
<br>
ini_set(&#39;memory_limit&#39;, &#39;256M&#39;);<br>
<div class="im HOEnZb"><br>
Jamie Holly<br>
<a href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a><br>
<a href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a><br>
<br>
</div><div class="HOEnZb"><div class="h5">On 2/6/2013 6:18 AM, Roger wrote:<br>
&gt; Ok I thought I had it solved but no.<br>
&gt; The error occurs Only when I try to create a new Content Type in Drupal<br>
&gt; 7, both in my local install in /var/www/html and on the remote server,<br>
&gt; which tends, I feel,  to mean it&#39;s a fault in my apache system but I do<br>
&gt; not know where.<br>
&gt;<br>
&gt;<br>
&gt; The strange thing is that no matter what I change the error remains<br>
&gt; verbatim from both systems:<br>
&gt; *Fatal error*: Allowed memory size of 134217728 bytes exhausted (tried<br>
&gt; to allocate 16142054 bytes) in<br>
&gt; */var/www/html/mysite/includes/database/database.inc* on line *2139*<br>
&gt;<br>
&gt; Varying php.ini memory_limit merely changes the (tried to allocate<br>
&gt; 16142054) up or down a small amount.<br>
&gt;<br>
&gt; I have searched through the whole system, /var/log..... and everywhere<br>
&gt; else for something that sets a limit to 134217728 bytes.<br>
&gt; I do note that there is no /etc/php5/php.ini  in Fedora 18 even though<br>
&gt; it is mentioned in documentation.<br>
&gt;<br>
&gt; This error seems to be all too common, with hundreds experiencing it<br>
&gt; with php, joomla, Wordpress and Drupal. There&#39;s a bug somewhere that&#39;s<br>
&gt; been ignored for years.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Roger<br>
&gt;<br>
&gt;<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>