Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Problem with xampp

Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
Hi guys,

today I'd a problem with xampp, and precisely:

"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\php-gettext\streams.php on line 113"

I'd tried all the solution found in internet without success, and I must uninstall the program, with the result that I lost all my progress made on my char like all skill learned for 6 of 12 classes in the game (with the skill ID I wanted to make a post to share with others so everyone can put all the right skill ID on own char without the problem that the game crash for skill not compatible).

My question is, there's a way to solve the problem that I'd without uninstall the program?

Cheers :thumbup:

PS. Yeah I know that I'm a stupid because I haven't wrote the skill ID on TXT :p:
 
Newbie Spellweaver
Joined
Jan 31, 2016
Messages
42
Reaction score
0
Hi guys,

today I'd a problem with xampp, and precisely:

"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\php-gettext\streams.php on line 113"

I'd tried all the solution found in internet without success, and I must uninstall the program, with the result that I lost all my progress made on my char like all skill learned for 6 of 12 classes in the game (with the skill ID I wanted to make a post to share with others so everyone can put all the right skill ID on own char without the problem that the game crash for skill not compatible).

My question is, there's a way to solve the problem that I'd without uninstall the program?

Cheers :thumbup:

PS. Yeah I know that I'm a stupid because I haven't wrote the skill ID on TXT :p:







try using WAMP
 
Experienced Elementalist
Joined
Apr 17, 2006
Messages
220
Reaction score
47
Since you can use: wamp, xamp, vertrigo and bla bla....
You need increase your php limit size.
use ini_set("memory_limit","256M");
or change in php.ini
See things about timeout on php: if i remember
set_time_limit(0); // in other words this thing will tell, there is no time out.
 
Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
Since you can use: wamp, xamp, vertrigo and bla bla....
You need increase your php limit size.
use ini_set("memory_limit","256M");
or change in php.ini
See things about timeout on php: if i remember
set_time_limit(0); // in other words this thing will tell, there is no time out.
luiz45

I tryed even this way, changed the timer, restart the pc but nothing, after enabled Apache and MySQL, after clicked on admin to open myPHP appeared again that error.
Don't know, hoping that error will not appear again :):

Cheers :thumbup:
 
Back
Top