|
From: <php...@li...> - 2009-11-06 06:11:19
|
> My message was getting moderated because I was > "not a member", and I thought it was because I > wasn't a sourceforge member, so I joined that, sent > the message again, still got moderated, and that's > when I realized I had to be a member of the list. > Sorry for the newbiness Can you please post the complete error message? This mailing list is run by sf.net staff. If an error message isn't precise, we should file a bug report. > supposed to use this include. I tried including it at > the top of drupal's index.php file and in the > php_java_bridge.module file, but still see the"PHP >/Java Bridge extension is not loaded" error So I'm not > really sure what to do... not sure if the include > should go s Isn't it possible to simply search and remove the above check? An "extension" is obsolete since bridge version 3.2.1, published 3 years ago. But since I don't know Drupal, I can't help either. Regards, Jost Boekemeier On 6 Nov 2009 01:07, <php...@li...> wrote: Thanks Jost. Sorry for the spam. My message was getting moderated because I was "not a member", and I thought it was because I wasn't a sourceforge member, so I joined that, sent the message again, still got moderated, and that's when I realized I had to be a member of the list. Sorry for the newbiness :) Just to clarify, I'm not writing an application in Java that I'm going to use in PHP, at least not explicitly. I suppose that that's essentially what Drupal does. To use sheetnode, I suppose I need Java functionality and that's why I need the php/java bridge and the php/java bridge drupal module. I understand that I'd need the include: require_once(" http://localhost:8080/JavaBridge/java/Java.inc"); if I were writing a php app that was using Java functionality, however, I'm not sure how Drupal is supposed to use this include. I tried including it at the top of drupal's index.php file and in the php_java_bridge.module file, but still see the "PHP/Java Bridge extension is not loaded" error. So I'm not really sure what to do... not sure if the include should go somewhere else, or if it's needed at all. Thanks On Thu, Nov 5, 2009 at 3:08 PM, <php...@li... > wrote: > Hi, > > yes, I saw it. > > The PHP/Java Bridge development process took more than 6 year... |