From: <php...@li...> - 2010-09-06 10:32:16
|
Hi, I am posting this in case it can help someone else with the same problem. I just came across this error using the latest version of the bridge (php-java-bridge_6.2.1rc2_documentation.zip): PHP Notice: Undefined offset: 1 in /JavaBridge/java/Java.inc on line 1072 It turned out I had forgot to include the 'ssl://' part whilst defining the JAVA_HOSTS variable. SO if your communicating over a https:// link, make sure you add the above. Regards Ian -- |