<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
just to cover the basics, if you put in a phpinfo();<br>
does it display the php.ini you think you're using? I'm just looking
at the display issue.<br>
you could also try hacking index.php and add <code><span
class="html"><span class="keyword"></span><span class="default">ini_set</span><span
class="keyword">(</span><span class="string">"display_errors"</span><span
class="keyword">, </span><span class="default">0</span><span
class="keyword">);
</span></span></code><br>
<br>
Are the lines in theme.inc<br>
if (!isset($info['arguments']) && isset($cache[$hook])) {<br>
$result[$hook]['arguments'] = $cache[$hook]['arguments'];<br>
}<br>
?<br>
<br>
On 11/23/2010 10:55 PM, Chana Campos wrote:
<blockquote
cite="mid:AANLkTimvYA3nrNiOavAMQS-FGF8y6q-+cmymPOYRwKX4@mail.gmail.com"
type="cite">Hi Don,<br>
<br>
Yes, display errors are set to "off". We're on version 6.17 for a
bit longer...<br>
<br>
php.ini is sitting in public_html...with an identical copy at
client root. The server<br>
has been rebooted twice. <br>
<br>
Thanks for responding!<br>
<br>
Chana<br>
<br>
<br>
<div class="gmail_quote">On Tue, Nov 23, 2010 at 10:50 PM, Don <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:donald@fane.com">donald@fane.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000"> display_errors = Off <br>
in php.ini?<br>
<br>
Which version of Drupal are you using?<br>
<font color="#888888"> -Don-</font>
<div>
<div class="h5"><br>
<br>
On 11/23/2010 10:46 PM, Chana Campos wrote:
<blockquote type="cite">Hey Chris, <br>
<br>
In my settings.php file I have:<br>
<br>
ini_set('error reporting', 0);<br>
<br>
And thanks for responding - this thing is tenacious!!!<br>
<br>
Chana<br>
<br>
<div class="gmail_quote">On Tue, Nov 23, 2010 at 10:43
PM, Chris Skene <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:chris@xtfer.com" target="_blank">chris@xtfer.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt
0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;">Is it set
somewhere in your settings.php file?
<div>
<div> </div>
<div>
<div><br>
<div>
<div>On 24/11/2010, at 2:36 PM, Chana
Campos wrote:</div>
<br>
<blockquote type="cite"><span
style="color: rgb(0, 0, 0);">Hi all,</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">I
have researched and tried everything
that has been suggested regarding
E_NOTICE messages.</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">I
have modified the php.ini by
uncommenting this line:</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">error_reporting
= E_ALL & ~E_NOTICE</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">And
set all logging to the db.</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">(I've
also done this in the admin panel
from within Drupal (6.17)</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">I
have also modified the .htaccess
file, uninstalled and reinstalled
the theme, manually cleared caches,
rebooted my server, etc. etc. etc.
Multiple searches are close, but
none exactly on point.</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">This
is the notice:</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="border-collapse:
separate; font-family: 'Times New
Roman'; font-style: normal;
font-variant: normal; font-weight:
normal; letter-spacing: normal;
line-height: normal; text-indent:
0px; text-transform: none;
white-space: normal; word-spacing:
0px; font-size: medium;"><span
style="font-family:
Helvetica,Arial,FreeSans,sans-serif;
font-size: 12px; line-height:
16px;">Notice: Undefined index:
arguments in<span> </span>{SERVER}public_html/includes/theme.inc<span> </span>on
line<span> </span>318.<br>
<br>
Front page is dragging now since
this message started appearing as
well...sometimes not loading at
all.<br>
</span></span><br style="color:
rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">I
need to (at least) keep this from
displaying until I can figure out
the root cause. This guy is WAY
stubborn. Any idea - anybody?</span><br
style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">Thanks
in advance,</span><br style="color:
rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">Chana</span><br
style="color: rgb(0, 0, 0);"
clear="all">
<br style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
<br style="color: rgb(0, 0, 0);">
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Chana L Campos<br>
518.483.4159<br>
<br>
<br>
<br>
<br>
</blockquote>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Chana L Campos<br>
518.483.4159<br>
<br>
<br>
<br>
<br>
</blockquote>
<br>
</body>
</html>