PHP Version: 5.2.8
Joomla! Version: Joomla! 1.5.10
ChronoForms_V3.1_RC5.1
Hi,
I have added the watchman plugin to a form and added a redirect URL for non registered users. This works fine.
However when I login as a registered user and access the form via the same menu link i get this
Debug information
Params: JParameter Object ( [_raw] => redirect_url=http://www.training.sharklife.co.za/index.php?option=com_content&view=article&id=47 debug=1 gid=18|19|20|21|30|23|24|25 redirect_message_users= open= redirect_message_open= close= redirect_message_close= days=1|2|3|4|5|6|0 redirect_message_days= open_time=00:00 redirect_message_open_time= close_time=00:00 redirect_message_close_time= [_xml] => [_elements] => Array ( ) [_elementPath] => Array ( [0] => /home/sharwbz/public_html/training/libraries/joomla/html/parameter/element ) [_defaultNameSpace] => _default [_registry] => Array ( [_default] => Array ( [data] => stdClass Object ( [redirect_url] => http://www.training.sharklife.co.za/index.php?option=com_content&view=article&id=47 [debug] => 1 [gid] => Array ( [0] => 18 [1] => 19 [2] => 20 [3] => 21 [4] => 30 [5] => 23 [6] => 24 [7] => 25 ) [redirect_message_users] => [open] => [redirect_message_open] => [close] => [redirect_message_close] => [days] => Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [4] => 5 [5] => 6 [6] => 0 ) [redirect_message_days] => [open_time] => 00:00 [redirect_message_open_time] => [close_time] => 00:00 [redirect_message_close_time] => ) ) ) [_errors] => Array ( ) )
date("w"): 2
No redirection - form is available.
And the menus and modules are all way down on the page.
Sorry im not very clued up on scripting issues.
Many thanks
Joomla! Version: Joomla! 1.5.10
ChronoForms_V3.1_RC5.1
Hi,
I have added the watchman plugin to a form and added a redirect URL for non registered users. This works fine.
However when I login as a registered user and access the form via the same menu link i get this
Debug information
Params: JParameter Object ( [_raw] => redirect_url=http://www.training.sharklife.co.za/index.php?option=com_content&view=article&id=47 debug=1 gid=18|19|20|21|30|23|24|25 redirect_message_users= open= redirect_message_open= close= redirect_message_close= days=1|2|3|4|5|6|0 redirect_message_days= open_time=00:00 redirect_message_open_time= close_time=00:00 redirect_message_close_time= [_xml] => [_elements] => Array ( ) [_elementPath] => Array ( [0] => /home/sharwbz/public_html/training/libraries/joomla/html/parameter/element ) [_defaultNameSpace] => _default [_registry] => Array ( [_default] => Array ( [data] => stdClass Object ( [redirect_url] => http://www.training.sharklife.co.za/index.php?option=com_content&view=article&id=47 [debug] => 1 [gid] => Array ( [0] => 18 [1] => 19 [2] => 20 [3] => 21 [4] => 30 [5] => 23 [6] => 24 [7] => 25 ) [redirect_message_users] => [open] => [redirect_message_open] => [close] => [redirect_message_close] => [days] => Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [4] => 5 [5] => 6 [6] => 0 ) [redirect_message_days] => [open_time] => 00:00 [redirect_message_open_time] => [close_time] => 00:00 [redirect_message_close_time] => ) ) ) [_errors] => Array ( ) )
date("w"): 2
No redirection - form is available.
And the menus and modules are all way down on the page.
Sorry im not very clued up on scripting issues.
Many thanks
Hi gmsmith96,
It looks as though you may have Debug set to Yes in the Plugin Configuration.
Bob
It looks as though you may have Debug set to Yes in the Plugin Configuration.
Bob
Hi Bob, thanks for getting back to me.
The page was severely misaligned with date("w"): 3 near the top before I set debug mode to Yes. the only change with debug set to No is there is no debug info but the page is still way out with date("w"): 3 at the top.
any ideas?
many thanks
The page was severely misaligned with date("w"): 3 near the top before I set debug mode to Yes. the only change with debug set to No is there is no debug info but the page is still way out with date("w"): 3 at the top.
any ideas?
many thanks
Hi Bob,
I have changed my template back to the default joomla 1.5 template and the alignment issue is sorted but I am still seeing date("w"): 3 at the top of the form??
I have changed my template back to the default joomla 1.5 template and the alignment issue is sorted but I am still seeing date("w"): 3 at the top of the form??
Hi gsmith96,
Please open components/com_chronocontact/plugins/cf_watchman.php in an editor and look for this line (around line 257) and delete it:
Apologies - it's left over debug code.
Bob
Please open components/com_chronocontact/plugins/cf_watchman.php in an editor and look for this line (around line 257) and delete it:
echo 'date("w"): '.print_r(date("w"), true ).'</div>';
Apologies - it's left over debug code.
Bob
This topic is locked and no more replies can be posted.