Git Product home page Git Product logo

Comments (9)

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024 1

http://localhost:8000/install/database/table

now when i run this page i got error maximum execution time of 60 seconds exceeded

from laravel-ecommerce.

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024 1

from laravel-ecommerce.

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024

if (!Schema::hasTable('migrations')) {
return redirect()->route('mage2.install');
}

remove it from comments and get solved

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 22, 2024

Hello @Sagarbhagdev this the exact thing i am currently working on.

  1. Website table not exist i hope this bug should be fixed.
  2. Once i finished i dont think i need migration table.
  3. 60 sec (too long) bug: i do know it for that i am thinking to split the php process but not exactly sure how i am going to implement it. (once again thanks for the raising issue.).

from laravel-ecommerce.

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024

please solve that why its redirect again to install page
and for solving max execution error you need to include

ini_set('max_execution_time', 300);

at top of this file
C:\xampp\htdocs\laravel-ecommerce\modules\base\Mage2\Install\route\web.php after solving this i got the problem of redirection so check it and try to fix it

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 22, 2024

Because you un comment out this line of code.

if (!Schema::hasTable('migrations')) {
return redirect()->route('mage2.install');
}

so leave the comment on it. it should be ok.

thanks
Purvesh

from laravel-ecommerce.

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024

ok thanks man

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 22, 2024

@Sagarbhagdev I have split the installation of migration into individual modules so i hope it wont do timeout now. I am closing this issue for now. Let me know if you still received this error?

from laravel-ecommerce.

Sagarbhagdev avatar Sagarbhagdev commented on May 22, 2024

okay, No Problem

from laravel-ecommerce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.