gpt4 book ai didi

laravel - 数据正在db中插入,但显示错误

转载 作者:行者123 更新时间:2023-12-03 09:15:21 24 4
gpt4 key购买 nike

我正在使用用户login_register进行注册,然后将数据插入数据库(也可以登录),但是浏览器显示:

   maximum execution time of 30 seconds exceeded


在\ vendor \ phpunit \ phpunit \ appveyor.yml中:它已经是1200

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


当我注册时,数据已提交到数据库,但显示了此 https://ibb.co/YLv6N5g
解决此问题的任何解决方案

最佳答案

在您的php.ini文件中更新max_execution_time

; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 300


这会将执行时间设置为5分钟。

注意:不要忘记重启apache服务器。

对于Windows,您可以在C:\ xampp \ php \ php.ini-Folder(Windows)或etc-Folder(在xampp-Folder中)中找到该文件。

这是有关此细节的问题。
How to locate the php.ini file (xampp)

关于laravel - 数据正在db中插入,但显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54546580/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com