Hi,
I have a problem working together with easyphp 5.3.2i and xajax 0.5. I have windows 7 ultimate in my pc and Apache, mysql and PHP work great. The problem is when I test something like a hello world for example with then xajax 0.5 library. It says something like this in the file.php (in the browser)
Deprecated: Assigning the return value of new by reference is deprecated in C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajax.inc.php on line 360
Deprecated: Assigning the return value of new by reference is deprecated in C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajax.inc.php on line 1305
Strict Standards: Only variables should be assigned by reference in C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxPluginManager.inc.php on line 286
Strict Standards: Only variables should be assigned by reference in C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxPluginManager.inc.php on line 286
and the xml throughs this:
xajax debug output
Thu Jul 08 2010 17:37:41 GMT-0500
ERROR: ResponseReceived: Invalid response XML: The response contains an unexpected tag or text: {data}.
Thu Jul 08 2010 17:37:41 GMT-0500
RECEIVED [status: 200, size: 2412 bytes, time: 1062ms]:
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajax.inc.php</b> on line <b>360</b><br />
<br />
<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajax.inc.php</b> on line <b>1305</b><br />
<br />
<b>Strict Standards</b>: Only variables should be assigned by reference in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxPluginManager.inc.php</b> on line <b>286</b><br />
<br />
<b>Strict Standards</b>: Only variables should be assigned by reference in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxPluginManager.inc.php</b> on line <b>286</b><br />
<br />
<b>Strict Standards</b>: Non-static method xajaxArgumentManager::getInstance() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\plugin_layer\xajaxFunctionPlugin.inc.php</b> on line <b>212</b><br />
<br />
<b>Strict Standards</b>: Non-static method xajaxResponseManager::getInstance() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\plugin_layer\support\xajaxUserFunction.inc.php</b> on line <b>212</b><br />
<br />
<b>Strict Standards</b>: Non-static method xajaxResponseManager::getInstance() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxResponse.inc.php</b> on line <b>105</b><br />
<br />
<b>Strict Standards</b>: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxResponse.inc.php</b> on line <b>110</b><br />
<br />
<b>Strict Standards</b>: Non-static method xajaxArgumentManager::getInstance() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files\EasyPHP-5.3.2i\www\qdem.com.mx\xajax\xajax_core\xajaxResponse.inc.php</b> on line <b>1371</b><br />
<?xml version="1.0" encoding="utf-8" ?>
<xjx>
<cmd cmd="as" id="my_element" prop="innerHTML"><![CDATA[S<b>some info</b>]]></cmd>
</xjx>
Thu Jul 08 2010 17:37:40 GMT-0500
SENT [34 bytes]
Thu Jul 08 2010 17:37:40 GMT-0500
SENDING REQUEST
Thu Jul 08 2010 17:37:40 GMT-0500
CALLING:
xjxfun: makeBold
URI:
[
localhost]
Thu Jul 08 2010 17:37:40 GMT-0500
POST: xjxfun=makeBold
&xjxr=1278628660743
Thu Jul 08 2010 17:37:40 GMT-0500
INITIALIZING REQUEST OBJECT
Thu Jul 08 2010 17:37:40 GMT-0500
PREPARING REQUEST
Thu Jul 08 2010 17:37:40 GMT-0500
PROCESSING PARAMETERS [0]
Thu Jul 08 2010 17:37:40 GMT-0500
INITIALIZING REQUEST
Thu Jul 08 2010 17:37:40 GMT-0500
STARTING XAJAX REQUEST
I've tried a lot of things and nothing works. The strange part is that I test the same code in my server with PHP 4.3 and works great. I also tried somethings that a guy told me in the xajax forum and nothing. Please if someone knows what is wrong I really appreciate some help here.
Regards
Ignacio Arenas