Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    invoice releted.

    General Discussion
    2
    3
    130
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hiten_jadav last edited by hiten_jadav

      when I upload a logo in the invoice on the admin side it is a successful add but when I download an invoice I get this error.

      ad883238-e9d5-49d0-b9ec-3d0fd14db5e2-image.png

      953e127d-2357-429b-a241-8b18dab0d51b-image.png

      H 1 Reply Last reply Reply Quote 0
      • H
        hiten_jadav @hiten_jadav last edited by

        @mayur0418 @Rishabh-Webkul

        1 Reply Last reply Reply Quote 0
        • Rishabh-Webkul
          Rishabh-Webkul last edited by

          Hello @mayur0418

          The "maximum execution time exceeded" error typically means that the script you’re running is taking longer than the allowed time to execute.

          In your PHP script, you can increase the execution time by adding the following line at the top:
          php

          set_time_limit(120); // Increases the limit to 120 seconds

          Alternatively, you can update the php.ini file:
          ini

          max_execution_time = 120

          Thanks & Regards

          1 Reply Last reply Reply Quote 0
          • First post
            Last post