Summer Sale! All accounts are 50% off this week.

JOHNMAC's avatar

data is inserting in db but displaying error

hi m working on user login_register from, when i signup then data inserts into db (and can also login), but browser says:

  maximum execution time of 30 seconds exceeded

in \vendor\phpunit\phpunit\appveyor.yml: its already 1200

  - IF NOT EXIST php-installed.txt echo max_execution_time=1200 >> php.ini

any solution to resolve this issue

0 likes
8 replies
realrandyallen's avatar

Do you get the error when you attempt to login with the new account or elsewhere?

realrandyallen's avatar

I've only run into this with accidental infinite loops, which can happen with eager loading if you aren't careful. Since the data is going into the DB successfully what happens after that?

You may need to comment out code step by step to see when the problem happens to narrow down which piece of code is causing the issue.

Please or to participate in this conversation.