• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Problem with Xampp ?!

Cazar

Ph0t0sh0p abus3r
Joined
Mar 9, 2009
Messages
407
Reaction score
1
Location
Cologne
Dont got time lol i make it fast.

I just got this error in Xampp/Phpmyadmin.

Code:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5242403 bytes) in C:\xampp\phpMyAdmin\libraries\import.lib.php on line 246

What can i do to fix that?

//Cazar

in import.lin.php on line 246:

Code:
$GLOBALS['import_text'] = substr($GLOBALS['import_text'], $size);
 
Last edited:
hmm... How big is the file in the "import_text"?
and how much free RAM do you got?
if its WinXP: try go
start >> Controll-panel >> System >> Advanced >> Performance >> Settings >> Advanced >> Virtual RAM >> Change >> change from system-choosen to manual >> choose higher than whatever is on "given now" (and add more than whatever size of the "import_text" is..) >> try import again..
 
Back
Top