-3
A PHPのエラー行に/var/www/html/central/system/database/drivers/mysqli/mysqli_driver.phpに超えた30秒の最大実行時間:エラー致命的なエラー:</p> <p>重要度に遭遇した306
メッセージ:30秒の最大実行時間を超え
ファイル名:mysqliの/ mysqli_driver.php
行番号:306
バックトレース:
A PHPのエラー行に/var/www/html/central/system/database/drivers/mysqli/mysqli_driver.phpに超えた30秒の最大実行時間:エラー致命的なエラー:</p> <p>重要度に遭遇した306
メッセージ:30秒の最大実行時間を超え
ファイル名:mysqliの/ mysqli_driver.php
行番号:306
バックトレース:
あなたは5分XAMPPサーバ用
をexcuteます= 300/60
ini_set('max_execution_time', 300);
または
1.edit php.ini file
2. Find this line: max_execution_time
3. Change its value to 300:
4. max_execution_time = 300;
あなたのphpファイルでこれを設定することができますが、この
を編集する必要がありますxampp \ phpMyAdmin \ libraries \ config.default.php
検索
$ cfgの[「ExecTimeLimit」]
はそれ
$cfg['ExecTimeLimit'] = 600; // set higher value
if you do not find this file then
1. go to xampp\phpMyAdmin\
2. config.inc.php
3. Search for $cfg['ExecTimeLimit'] = 300;
4. update this 300 value higher // 0 unlimited
5. save the file and restart the server
私変更、サーバー内メートル現地ない –
は、あなたがアクセスまたは設定し、ルートファイルがある場合は、このファイルを設定する必要があります ini_set( 'max_execution_time'、300); –