|
From: <php...@li...> - 2009-11-06 07:49:19
|
hello,
php...@li... schrieb:
[...]
> 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.
ooopps, nice to know, din't catch that either. ;)
> But since I don't know Drupal, I can't help either.
Fot the OP:
I had a quick look at the code of the mentioned drupal extension. Please
try to change the following lines in php_java_bridge.install from the
drupal extension:
// $extension = extension_loaded('java');
$extension = TRUE;
That could do the trick.
[...]
Greets,
Peter
|