Jump to content
  • 0

Problema instalare IPB 4.0


Question

Posted
Fatal error: Maximum execution time of 30 seconds exceeded in D:\xampp\htdocs\test\system\Db\Db.php on line 206
Ce ar trebui sa modific pe acea linie ca sa se poata termina instalarea?

5 answers to this question

Recommended Posts

  • 0
  • Moderators
Posted

Nimic. Trebuie sa vorbesti cu firma hosting sa mareasca timpu de timeout cu baza de date.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • 0
  • Moderators
Posted

Daca folosesti xampp, trebuie sa modifici urmatoarele chestii.

In fisieru xampp\phpmyadmin\config.inc.php:

$cfg['ExecTimeLimit'] = 6000;

In xampp\php\php.ini:

post_max_size = 750M 
upload_max_filesize = 750M   
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

Si in xampp\mysql\bin\my.ini:

max_allowed_packet = 200M

 

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • 0
Posted
12 minutes ago, gadeas said:

Daca folosesti xampp, trebuie sa modifici urmatoarele chestii.

In fisieru xampp\phpmyadmin\config.inc.php:


$cfg['ExecTimeLimit'] = 6000;

In xampp\php\php.ini:


post_max_size = 750M 
upload_max_filesize = 750M   
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

Si in xampp\mysql\bin\my.ini:


max_allowed_packet = 200M

 

Am modificat aproape tot, in afara de: 

$cfg['ExecTimeLimit'] = 6000 ; nu l-am gasit in config.inc.php oricat l-am cautat cu CTRL+F ;

max_execution_time = 5000 ; la fel, nu l-am gasit ;

max_input time = 5000 ; la fel, nu l-am gasit.

 

Restul sunt completate, pe astea nu le gasesc..

  • 0
  • Moderators
Posted

Daca nu is, le adaugi.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.