akashbhikadiya3 / jaxl

Automatically exported from code.google.com/p/jaxl
GNU General Public License v3.0
0 stars 0 forks source link

Full CGI support is not available. #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
When the example apps are triggered from a browser, they dont work. 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Jaxl version 2.1.2-rc1 on win7

Please provide any additional information below.
In function startCore, condition check is made for the mode. If it is CGI , the 
function does nothing and exits. So, the script exits without doing anything. 

Original issue reported on code.google.com by n.arunku...@gmail.com on 29 Mar 2011 at 5:51

GoogleCodeExporter commented 8 years ago
Hi Arun,

Can you paste the result for:

print_r($jaxl);
exit;

just after $jaxl = new JAXL() inside boshchat.php.

Original comment by mailsfor...@gmail.com on 29 Mar 2011 at 10:41

GoogleCodeExporter commented 8 years ago
Hi Arun,
I think you are trying to run examples which are meant to be run from command 
line. Did you face any trouble running boshchat.php?

Original comment by mailsfor...@gmail.com on 1 May 2011 at 2:38

GoogleCodeExporter commented 8 years ago

Original comment by mailsfor...@gmail.com on 14 May 2011 at 10:56

GoogleCodeExporter commented 8 years ago
Hello Friends,

I am no longer accepting issues/bugs on google code issue list.

Have any Question? Want to discuss? Need Help? Use Google Group/Forum.
https://groups.google.com/forum/#!forum/jaxl

Found something missing or a bug in the source code? Kindly report an issue.
https://github.com/abhinavsingh/JAXL/issues

Sorry for any inconvenience caused.

--
Abhinav

Original comment by mailsfor...@gmail.com on 12 Sep 2012 at 9:52