xampp - I can not generate iReport report in php java bridge -
use tomcat-7 java bridge, xampp php phpmyadmin, ireport 5.6 design , included libraries jasperreport-library-6.1.1 javabridge.
already set catalina_home, java_home, jre_home, php_home , path =% php_home% environment variables.
the report in ireport working 100% , normal php script.
but when go generate report php java bridge gives me error. , no longer can be. i'm new @ this, if can give help, thank you.
i apologize english
error:
warning: require_once(): http:// wrapper disabled in server configuration allow_url_include=0 in c:\xampp\htdocs\prueba_report\index.php on line 24 warning: require_once(http://localhost:8080/javabridge/java/java.inc): failed open stream: no suitable wrapper found in c:\xampp\htdocs\prueba_report\index.php on line 24 fatal error: require_once(): failed opening required 'http://localhost:8080/javabridge/java/java.inc' (include_path='.;c:\xampp\php\pear') in c:\xampp\htdocs\prueba_report\index.php on line 24
i think, in php.ini, yoçu need enable allow_url_include=on
Comments
Post a Comment