KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Cloud export error #720

Open lori opened this topic on on Mar 2, 2019 - 4 comments

lori commented on Mar 2, 2019

hi code:

    $reportSadere->run()
        ->cloudExport("ReportSaderePdf")
        ->chromeHeadlessio("my key")
        ->settings([
            "waitUntil"=>"load"
        ])
        ->pdf([
            "scale"=>1,
            "format"=>"A4",
            "landscape"=>true
        ])
        ->toBrowser("ReportSadere.pdf");

error:

Call to undefined method koolreport\cloudexport\ChromeHeadlessIoService::settings()

KoolReport commented on Mar 2, 2019

It seems to me that you are not using the latest version of cloudexport. To make it work in this version, you may remove the settings() function. The settings() function was added in the latest version.

lori commented on Mar 3, 2019

hi i am using last version 1.1.0. but it not working

KoolReport commented on Mar 3, 2019

If you just remove the settings() function, does it work?

lori commented on Mar 3, 2019

when remove the setting() function then error: Maximum execution time of 60 seconds exceeded

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

CloudExport