Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, but you need to set the action to output errors, return values, and enable debugging. It should then give you all the info you need to figure out why your HTTP request isn't working.I need to test a normal file just to see if the AA is firing. Can I point the URL to any php file with a simple echo line to see if it outputs after a profile save?
Yes and no. You're outputting during a redirect so you'll see nothing. To force CB to stop you need to enable debug mode and maximum error reporting in Joomla global configuration and CB will stop its redirects to output echoes, etc..Shouldn't I see some sort of output when I save using that? All I see is "Your settings have been saved."
Please Log in or Create an account to join the conversation.
object(CBSnoopy)#1018 (41) { ["host"]=> string(14) " www.site " ["port"]=> int(80) ["proxy_host"]=> string(0) "" ["proxy_port"]=> string(0) "" ["proxy_user"]=> string(0) "" ["proxy_pass"]=> string(0) "" ["agent"]=> string(13) "Snoopy v1.2.3" ["referer"]=> string(0) "" ["cookies"]=> array(0) { } ["rawheaders"]=> array(0) { } ["maxredirs"]=> int(5) ["lastredirectaddr"]=> string(46) " www.site/map/test.php?user_id=250 " ["offsiteok"]=> bool(true) ["maxframes"]=> int(0) ["expandlinks"]=> bool(true) ["passcookies"]=> bool(true) ["user"]=> string(0) "" ["pass"]=> string(0) "" ["accept"]=> string(56) "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*" ["results"]=> string(464) "
Moved Permanently
The document has moved here.
Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.6 Perl/v5.8.8 Server at www.site Port 80
Joomla! Debug Console
Session
Profile Information
Memory Usage
Database Queries
" ["error"]=> string(0) "" ["response_code"]=> string(32) "HTTP/1.1 301 Moved Permanently " ["maxlength"]=> int(500000) ["read_timeout"]=> int(30) ["timed_out"]=> bool(false) ["status"]=> string(3) "301" ["temp_dir"]=> string(4) "/tmp" ["curl_path"]=> string(19) "/usr/local/bin/curl" ["_maxlinelen"]=> int(4096) ["_httpmethod"]=> string(3) "GET" ["_httpversion"]=> string( "HTTP/1.0" ["_submit_method"]=> string(4) "POST" ["_submit_type"]=> string(33) "application/x-www-form-urlencoded" ["_mime_boundary"]=> string(0) "" ["_redirectaddr"]=> string(46) " www.site/map/test.php?user_id=250 " ["_redirectdepth"]=> int(5) ["_frameurls"]=> array(0) { } ["_framedepth"]=> int(0) ["_isproxy"]=> bool(false) ["_fp_timeout"]=> int(30) ["headers"]=> array(7) { [0]=> string(32) "HTTP/1.1 301 Moved Permanently " [1]=> string(37) "Date: Thu, 25 Apr 2013 15:02:41 GMT " [2]=> string(162) "Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.6 Perl/v5.8.8 " [3]=> string(58) "Location: www.site/map/test.php?user_id=250 " [4]=> string(21) "Content-Length: 464 " [5]=> string(19) "Connection: close " [6]=> string(45) "Content-Type: text/html; charset=iso-8859-1 " } }
Moved Permanently
The document has moved here.
Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.6 Perl/v5.8.8 Server at www.site Port 80
Joomla! Debug Console
Session
Profile Information
Memory Usage
Database Queries
Site Debug mode: CB redirection with message "Your settings have been saved." without empty output
During its normal operations Community Builder often redirects you between pages and this causes potentially interesting debug information to be missed. When your site is in debug mode (global joomla/mambo config is site debug ON), some of these automatic redirects are disabled. This is a normal feature of the debug mode and does not directly mean that you have any problems.
Please Log in or Create an account to join the conversation.