Installation schlägt fehl

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
skoester
Posts: 9
Joined: Wed May 18, 2016 2:35 pm

Installation schlägt fehl

Post by skoester »

Hallo zusammen,

ich habe mich heute zum ersten Mal an eine Neuinstallation gewagt:

Installiert habe ich XAMPP 5.6.21 und phpMyFAQ 2.9.1, BS ist Windows 7

Nach dem Starten der Installation erscheint folgender Fehler:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\faq\inc\PMF\DB\Mysqli.php on line 121

Hat jemand eine Idee wie ich hier weiterkomme?

Gruß
Sebastian
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Installation schlägt fehl

Post by Thorsten »

Hi,

du könntest du max_execution_time erhöhen.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
skoester
Posts: 9
Joined: Wed May 18, 2016 2:35 pm

Re: Installation schlägt fehl

Post by skoester »

Hallo,

wie genau stelle ich das an?

Gruß
Sebastian
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Installation schlägt fehl

Post by Thorsten »

Hi,

füge mal in der setup/index.php in Zeile 35 das ein:

Code: Select all

set_time_limit(0);
Dann sollte es klappen.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
skoester
Posts: 9
Joined: Wed May 18, 2016 2:35 pm

Re: Installation schlägt fehl

Post by skoester »

Vielen Dank, damit hat es geklappt.
Post Reply