gpt4 book ai didi

laravel - 数据正在插入数据库但显示错误

转载 作者:行者123 更新时间:2023-12-03 09:15:20 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 - 数据正在插入数据库但显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54546580/

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