Hi all, I have researched and tried everything that has been suggested regarding E_NOTICE messages. I have modified the php.ini by uncommenting this line: error_reporting = E_ALL & ~E_NOTICE And set all logging to the db. (I've also done this in the admin panel from within Drupal (6.17) 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. This is the notice: Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318. Front page is dragging now since this message started appearing as well...sometimes not loading at all. 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? Thanks in advance, Chana
Is it set somewhere in your settings.php file? On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
Hey Chris, In my settings.php file I have: ini_set('error reporting', 0); And thanks for responding - this thing is tenacious!!! Chana On Tue, Nov 23, 2010 at 10:43 PM, Chris Skene <chris@xtfer.com> wrote:
Is it set somewhere in your settings.php file?
On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
display_errors = Off in php.ini? Which version of Drupal are you using? -Don- On 11/23/2010 10:46 PM, Chana Campos wrote:
Hey Chris,
In my settings.php file I have:
ini_set('error reporting', 0);
And thanks for responding - this thing is tenacious!!!
Chana
On Tue, Nov 23, 2010 at 10:43 PM, Chris Skene <chris@xtfer.com <mailto:chris@xtfer.com>> wrote:
Is it set somewhere in your settings.php file?
On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in{SERVER}public_html/includes/theme.incon line318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
Hi Don, Yes, display errors are set to "off". We're on version 6.17 for a bit longer... php.ini is sitting in public_html...with an identical copy at client root. The server has been rebooted twice. Thanks for responding! Chana On Tue, Nov 23, 2010 at 10:50 PM, Don <donald@fane.com> wrote:
display_errors = Off in php.ini?
Which version of Drupal are you using? -Don-
On 11/23/2010 10:46 PM, Chana Campos wrote:
Hey Chris,
In my settings.php file I have:
ini_set('error reporting', 0);
And thanks for responding - this thing is tenacious!!!
Chana
On Tue, Nov 23, 2010 at 10:43 PM, Chris Skene <chris@xtfer.com> wrote:
Is it set somewhere in your settings.php file?
On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
just to cover the basics, if you put in a phpinfo(); does it display the php.ini you think you're using? I'm just looking at the display issue. you could also try hacking index.php and add |ini_set("display_errors", 0); | Are the lines in theme.inc if (!isset($info['arguments']) && isset($cache[$hook])) { $result[$hook]['arguments'] = $cache[$hook]['arguments']; } ? On 11/23/2010 10:55 PM, Chana Campos wrote:
Hi Don,
Yes, display errors are set to "off". We're on version 6.17 for a bit longer...
php.ini is sitting in public_html...with an identical copy at client root. The server has been rebooted twice.
Thanks for responding!
Chana
On Tue, Nov 23, 2010 at 10:50 PM, Don <donald@fane.com <mailto:donald@fane.com>> wrote:
display_errors = Off in php.ini?
Which version of Drupal are you using? -Don-
On 11/23/2010 10:46 PM, Chana Campos wrote:
Hey Chris,
In my settings.php file I have:
ini_set('error reporting', 0);
And thanks for responding - this thing is tenacious!!!
Chana
On Tue, Nov 23, 2010 at 10:43 PM, Chris Skene <chris@xtfer.com <mailto:chris@xtfer.com>> wrote:
Is it set somewhere in your settings.php file?
On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in{SERVER}public_html/includes/theme.incon line318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
I double-checked with phpinfo - and indeed, it wasn't loading where I THOUGHT it would - but I had already changed the file to reflect not showing NOTICES. The theme.inc file lines in question - are exactly what I have in my theme.inc. They match perfectly. Think I'll give index.php bit a go now and see if that has any effect. (I have also deleted the other php.ini files - to avoid any collision...). Thanks very much for pointing me in the right direction...after three days of this stuff, you get glassy-eyed... :-) Chana On Tue, Nov 23, 2010 at 11:19 PM, Don <donald@fane.com> wrote:
just to cover the basics, if you put in a phpinfo(); does it display the php.ini you think you're using? I'm just looking at the display issue. you could also try hacking index.php and add ini_set("display_errors", 0);
Are the lines in theme.inc if (!isset($info['arguments']) && isset($cache[$hook])) { $result[$hook]['arguments'] = $cache[$hook]['arguments']; } ?
On 11/23/2010 10:55 PM, Chana Campos wrote:
Hi Don,
Yes, display errors are set to "off". We're on version 6.17 for a bit longer...
php.ini is sitting in public_html...with an identical copy at client root. The server has been rebooted twice.
Thanks for responding!
Chana
On Tue, Nov 23, 2010 at 10:50 PM, Don <donald@fane.com> wrote:
display_errors = Off in php.ini?
Which version of Drupal are you using? -Don-
On 11/23/2010 10:46 PM, Chana Campos wrote:
Hey Chris,
In my settings.php file I have:
ini_set('error reporting', 0);
And thanks for responding - this thing is tenacious!!!
Chana
On Tue, Nov 23, 2010 at 10:43 PM, Chris Skene <chris@xtfer.com> wrote:
Is it set somewhere in your settings.php file?
On 24/11/2010, at 2:36 PM, Chana Campos wrote:
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
I have encountered hosts that have php.ini set they way they want and won't allow overrides by the site owner. Ask them. If they refuse to allow you to run your site your way, run the other way and find a new host. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Chana Campos <chana@braintag.net> To: development@drupal.org Sent: Tue, November 23, 2010 10:36:14 PM Subject: [development] Can't suppress E_NOTICE message/ Hi all, I have researched and tried everything that has been suggested regarding E_NOTICE messages. I have modified the php.ini by uncommenting this line: error_reporting = E_ALL & ~E_NOTICE And set all logging to the db. (I've also done this in the admin panel from within Drupal (6.17) 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. This is the notice: Notice: Undefined index: arguments in{SERVER}public_html/includes/theme.inc on line 318. Front page is dragging now since this message started appearing as well...sometimes not loading at all. 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? Thanks in advance, Chana
This is a VPS - so, I'm pretty sure that I have control over the php.ini file. I had read in a thread that some folks felt that Drupal itself was re-setting or overriding the php.ini files...but that doesn't make sense to me..... Thanks though - that's a good point to keep in mind if I can't beat it into submission..worth a call to find out, at least! Thanks, Chana On Tue, Nov 23, 2010 at 11:35 PM, nan wich <nan_wich@bellsouth.net> wrote:
I have encountered hosts that have php.ini set they way they want and won't allow overrides by the site owner. Ask them. If they refuse to allow you to run your site your way, run the other way and find a new host.
*Nancy*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Chana Campos <chana@braintag.net> *To:* development@drupal.org *Sent:* Tue, November 23, 2010 10:36:14 PM *Subject:* [development] Can't suppress E_NOTICE message/
Hi all,
I have researched and tried everything that has been suggested regarding E_NOTICE messages.
I have modified the php.ini by uncommenting this line:
error_reporting = E_ALL & ~E_NOTICE
And set all logging to the db.
(I've also done this in the admin panel from within Drupal (6.17)
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.
This is the notice:
Notice: Undefined index: arguments in {SERVER}public_html/includes/theme.inc on line 318.
Front page is dragging now since this message started appearing as well...sometimes not loading at all.
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?
Thanks in advance,
Chana
-- Chana L Campos 518.483.4159
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw... Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there.... Thanks, Chana
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated. I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source. Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments'] -Don- On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana | |
Well, thank you for all of your help - especially Don!!! :-) Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone. Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn.. Thanks all - SO MUCH! Chana On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy. ________________________________ From: Chana Campos <chana@braintag.net> To: development@drupal.org Sent: Wed, November 24, 2010 12:08:23 AM Subject: Re: [development] Can't suppress E_NOTICE message/ Well, thank you for all of your help - especially Don!!! :-) Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone. Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn.. Thanks all - SO MUCH! Chana On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote: I understand. Believe me. :)
I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote: Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various
attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
When you truncated the error log, did you restart apache? On Wed, Nov 24, 2010 at 10:42 AM, nan wich <nan_wich@bellsouth.net> wrote:
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy.
------------------------------ *From:* Chana Campos <chana@braintag.net> *To:* development@drupal.org *Sent:* Wed, November 24, 2010 12:08:23 AM *Subject:* Re: [development] Can't suppress E_NOTICE message/
Well, thank you for all of your help - especially Don!!! :-)
Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone.
Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn..
Thanks all - SO MUCH!
Chana
On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
Yes, I did.... :-) Although in looking at the logs - I still see two repeating errors. Which now need to be hunted down... Thanks, Chana On Wed, Nov 24, 2010 at 8:48 AM, Victor Kane <victorkane@gmail.com> wrote:
When you truncated the error log, did you restart apache?
On Wed, Nov 24, 2010 at 10:42 AM, nan wich <nan_wich@bellsouth.net> wrote:
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy.
------------------------------ *From:* Chana Campos <chana@braintag.net> *To:* development@drupal.org *Sent:* Wed, November 24, 2010 12:08:23 AM *Subject:* Re: [development] Can't suppress E_NOTICE message/
Well, thank you for all of your help - especially Don!!! :-)
Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone.
Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn..
Thanks all - SO MUCH!
Chana
On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
Finding and fixing all errors is a sure sign a major upgrade is about to be released. :) -Don- On 11/24/2010 12:48 PM, Chana Campos wrote:
Yes, I did.... :-)
Although in looking at the logs - I still see two repeating errors. Which now need to be hunted down...
Thanks,
Chana
On Wed, Nov 24, 2010 at 8:48 AM, Victor Kane <victorkane@gmail.com <mailto:victorkane@gmail.com>> wrote:
When you truncated the error log, did you restart apache?
On Wed, Nov 24, 2010 at 10:42 AM, nan wich <nan_wich@bellsouth.net <mailto:nan_wich@bellsouth.net>> wrote:
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy.
------------------------------------------------------------------------ *From:* Chana Campos <chana@braintag.net <mailto:chana@braintag.net>> *To:* development@drupal.org <mailto:development@drupal.org> *Sent:* Wed, November 24, 2010 12:08:23 AM *Subject:* Re: [development] Can't suppress E_NOTICE message/
Well, thank you for all of your help - especially Don!!! :-)
Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone.
Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn..
Thanks all - SO MUCH!
Chana
On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com <mailto:donald@fane.com>> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana | |
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
Arrrghhh...you are SO right! What am I THINKING!? Thanks again :-) for the tip, Chana On Wed, Nov 24, 2010 at 1:04 PM, Don <donald@fane.com> wrote:
Finding and fixing all errors is a sure sign a major upgrade is about to be released. :)
-Don-
On 11/24/2010 12:48 PM, Chana Campos wrote:
Yes, I did.... :-)
Although in looking at the logs - I still see two repeating errors. Which now need to be hunted down...
Thanks,
Chana
On Wed, Nov 24, 2010 at 8:48 AM, Victor Kane <victorkane@gmail.com> wrote:
When you truncated the error log, did you restart apache?
On Wed, Nov 24, 2010 at 10:42 AM, nan wich <nan_wich@bellsouth.net>wrote:
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy.
------------------------------ *From:* Chana Campos <chana@braintag.net> *To:* development@drupal.org *Sent:* Wed, November 24, 2010 12:08:23 AM *Subject:* Re: [development] Can't suppress E_NOTICE message/
Well, thank you for all of your help - especially Don!!! :-)
Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone.
Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn..
Thanks all - SO MUCH!
Chana
On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
Well, it's about time that someone who understand Drupal's internals (Hogwarts) - got into the picture.. ;-) On Wed, Nov 24, 2010 at 8:42 AM, nan wich <nan_wich@bellsouth.net> wrote:
I heard a rumor that Aquia is developing a class in association with Hogwarts Academy.
------------------------------ *From:* Chana Campos <chana@braintag.net> *To:* development@drupal.org *Sent:* Wed, November 24, 2010 12:08:23 AM *Subject:* Re: [development] Can't suppress E_NOTICE message/
Well, thank you for all of your help - especially Don!!! :-)
Not certain exactly WHICH tip did the trick, but - it actually vanished when I followed all the suggestions AND (now this is weird) truncated the error log! Went back in refreshed in all three browsers and it's gone.
Sometime I think you need to have witch doctor credentials to wrestle with Drupal.. there's ALWAYS something to learn..
Thanks all - SO MUCH!
Chana
On Wed, Nov 24, 2010 at 12:05 AM, Don <donald@fane.com> wrote:
I understand. Believe me. :) I'd also go into site building -> themes and save the global configuration settings. That should guarantee the list used in $hooks is cleared and regenerated.
I use Nusphere's phpEd debugger which lets me break and step through line by line. You can also see the values of global and local variables. They have a trial if you want to try them. I've also used notepad++ with xdebug which is open source.
Since it checks if $cache[$hook] is set before executing, I'd look at $cache[$hook]['arguments']
-Don-
On 11/23/2010 11:50 PM, Chana Campos wrote:
Well, doing an ini_set("display_errors, 0); in index.php had no effect. I AM clearing caches, etc in between these various attempts, btw...
Putting a stake in this thing's heart seems harder than it should be....Going to go cruise the error log and see if anything might show up in there....
Thanks,
Chana
-- Chana L Campos 518.483.4159
-- Chana L Campos 518.483.4159
participants (5)
-
Chana Campos -
Chris Skene -
Don -
nan wich -
Victor Kane