Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了XAMPP以使用 OpenCart 构建电子商务网站。我把 OpenCart 安装在
C:\xampp\htdocs\opencart\upload
我php.ini在其中设置文件并设置
php.ini
memory_limit = 1G max_execution_time = 600.
我遇到的问题是这些设置被某些东西覆盖了。当我运行时phpinfo(),它显示memory_limit为128M和max_execution_time = 30.
phpinfo()
memory_limit
max_execution_time = 30
您是否将php.ini文件放在该目录中?因为那不是它所属的地方。你应该再看看输出phpinfo()。它会告诉您该文件正在从中读取配置设置。那是您需要更新的文件。