Skip to content

Your report has an error and couldn't be processed! Try to output the command using the function output(); and run it manually in the console. #15

Closed
@erick-chali

Description

@erick-chali

I am trying to make the report to work but for some reason I can't get it done,

  • I install Jasperstarter and set up the environment variable.
  • I'm using the example of hello_world.jrxml
  • I'm using laravel 5.3 project.

my code:

use JasperPHP\JasperPHP;
public function partida_provisiones_get_data(Request $request)
{
     $input = __DIR__ . '/vendor/geekcom/phpjasper/examples/hello_world.jrxml';
     $jasper = new JasperPHP;
     $jasper = \JasperPHP::compile($input)->execute();
}

But for some reason I'm getting this error:
screenshot 174

Can you tell me if there is any missing step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions