module debugs popping up

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
moorezilla

module debugs popping up

Post by moorezilla »

I recently upgraded to customcontent 1.4.6 and now I get the following debug message when I try to reindex material for the search that ships with cmsms.

DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 1
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 2
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 2.5
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 3

...

Reindex Complete!

The reindex seems to finish, but it prints a long series of the above before it says that the reindex is complete.

Also, using the uploads module (not the one that ships with the base cmsms, but the Uploads module 1.3.0 beta), I also get debugging messages, though it also seems to work correctly despite the debugging messages.

Any ideas on these?

php5.2. mysql 5.x, ubuntu 7.04, apache2

Thanks,
am
Last edited by moorezilla on Mon Apr 30, 2007 2:28 pm, edited 1 time in total.
moorezilla

Re: module debugs popping up

Post by moorezilla »

This occurs when saving global content blocks, though again, it seems to work despite these errors.

DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 1
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 2
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 2.5
DEBUG: CustomContent::DoEvent( Search, SearchItemAdded ) 3

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /home/web/chelseahigh/chs/modules/CustomContent/CustomContent.module.php:211) in /home/web/chelseahigh/chs/lib/classes/class.admintheme.inc.php on line 176
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: module debugs popping up

Post by calguy1000 »

oops, sorry about the debug statements (I'm bad for that).  I'll re-release the module here in a day or two with those removed.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
moorezilla

Re: module debugs popping up

Post by moorezilla »

Thanks, Calguy!
moorezilla

Re: module debugs popping up

Post by moorezilla »

Is this still in the queue? I know you're not busy, Calguy!  ;D
moorezilla

Re: module debugs popping up

Post by moorezilla »

Will this be fixed for 1.1, or is it not related to the new module checks?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: module debugs popping up

Post by calguy1000 »

I fixed it and released it a long time ago.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
moorezilla

Re: module debugs popping up

Post by moorezilla »

Doh... my bad. I didn't see a new version number and didn't realize this was fixed. Thanks!
Locked

Return to “CMSMS Core”