Forums

Debug: OFF but still displays debug info

tokenring 04 Apr, 2009
I have the setting:

V3.1 RC4

DEBUG: OFF

but I'm seeing this returned in the browser when the FORM is completed and submitted.

Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [created_by_alias] => Aaron Bradley [title] => Jack [text_5] => Chicago [fulltext] =>
Mr Fingers - Jack
Aaron Bradley - Track1
[023d29e0661d8d3baae584d950bd8c9c] => 1 )
$_FILES Array: Array ( [file_9] => Array ( [name] => jack.mp3 [type] => audio/mpeg [tmp_name] => /tmp/phpui20wP [error] => 0 [size] => 213952 ) )
Form passed the plugins step (if enabled) OK
Debug End


I'm seeing this in CHROME. Maybe there is another location where this is controlled???

Aaron
tokenring 05 Apr, 2009
anyone else seeing this?
GreyHead 05 Apr, 2009
Hi tokenring,

I can confirm that I'm *not* seeing it with RC4 on Joomla 1.5.10 (checked in FireFox and Chrome)

Bob
tokenring 05 Apr, 2009
I'm on 1.5.9

Maybe I'll enable it and disable it again. I don't think the joomla version is doing this??? I didn't have this issue in v3.1 RC3


Aaron
Max_admin 06 Apr, 2009
Hi Aaron,

Yes, I discovered this problem just before the RC4 release and fixed it in the installer in the downloads area, you need to overwrite the file components/com_chronocontact/chronocontact.php the same way as the other fix!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tokenring 23 Jul, 2009
I have debug turned on (3.1 RC5.1, 14.05.2009, Chronoman) and when I upload a file via the form, this is returned in the debug text. I verified that the file had indeed been uploaded, so the message could be wrong unless I'm interpreting it incorrectly.

8. /homepages/6/d114815883/htdocs/Joomla/components/com_chronocontact/uploads/Upload_a_Mix/20090722230558_blunkity_plunkity.mp3 has NOT been uploaded!!


Thanks,
Aaron

😲
Max_admin 26 Jul, 2009
Hi Aaron,

Strange, hmmm, did you have other failed files ?

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tokenring 30 Jul, 2009
the only two files that get uploaded via the form in question are an image file and media file (mp3 and .jpg). The message is definitely talking about the media file... either way both of the files are uploaded successfully.

:(
Max_admin 03 Aug, 2009
Ok, I will check this!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tokenring 17 Sep, 2009
New version (RC 5.5) debug message:

1.Form passed first SPAM check OK
2.Form passed the submissions limit (if enabled) OK
3.Form passed the Image verification (if enabled) OK
4.Form passed the server side validation (if enabled) OK
5.$_POST Array: Array ( [created_by_alias] => Jazzy Barfield [title] => Extra Dry Sessions [text_5] => Funky Deep Chicago [fulltext] =>
bla bla bla bla
bla bla bla bla
bla bla bla bla [63fc37f8ee209f9db522320d3bcf6cdd] => 1 [1cf1] => ae230b1f2ff05cf5a8bfaf8bd22c7a9a [chronoformname] => Upload_a_Mix )
6.$_FILES Array: Array ( [file_5] => Array ( [name] => view_New_York.jpg [type] => image/pjpeg [tmp_name] => /tmp/phpjnT2Hw [error] => 0 [size] => 37882 ) [file_9] => Array ( [name] => Extra_Dry_Sessions.mp3 [type] => audio/mpeg [tmp_name] => /tmp/phpWhbmic [error] => 0 [size] => 85959021 ) )
7.Upload routine started for file upload by : file_9
8./homepages/6/d114815883/htdocs/Joomla/components/com_chronocontact/uploads/Upload_a_Mix/20090917112249_Extra_Dry_Sessions.mp3 has been uploaded OK
9.Upload routine started for file upload by : file_5
10./homepages/6/d114815883/htdocs/Joomla/components/com_chronocontact/uploads/Upload_a_Mix/20090917112258_view_New_York.jpg has been uploaded OK
11.Form passed the plugins step (if enabled) OK
12.An email has been SENT successfully from () to [email]admin@funkyhousebeats.com[/email]
13.Debug End


looks like it is working as expected! Thanks guys!

Aaron😀
This topic is locked and no more replies can be posted.