Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   upload problem (http://www.bvlist.com/showthread.php?t=864)

bit4you 20th August 2008 10:25

upload problem
 
have problem with uploaden with the version Yuna Pre7 RC v02.1 - BolaMN gets this error---> Fatally error: Allowed memory size of 8,388,608 bytes exhausted (tried to allocate 10,485,761 bytes) in/srv/www/htdocs/include/benc.php on line 55 this is dead left does not go-> viewtopic.php? f=53*t=195*p=401*hilit=Allowed memor y*p401

thanks for yours help

gr33tz Bit4you

kp380lv 20th August 2008 11:46

What? Dude 2.1 version that problem is fixed!

bit4you 20th August 2008 14:35

codeline 55----> $e = fread($fp, $ms);

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 10485761 bytes) in /srv/www/htdocs/include/benc.php on line 55

Neptune 20th August 2008 19:36

This error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don't fret, though, because this is an easy problem to overcome.

To change the memory limit for one specific script by including a line such as this at the top of the script:

Code:

ini_set("memory_limit","32M");

The 32M sets the limit to 32 megabytes (33554432 bytes). If this doesn't work, keep increasing the memory limit until your script fits or your server squeals for mercy.

Moh.ElBaz 21st August 2008 10:21

LOL .. nice reply :)

you made him lost .. he will go to tbdev searching and will find no answer ..

OP , you must know that no code in YUNA in that format ... he may find it in MYBB

good luck all

sorry i have no solution else ..

kp380lv 21st August 2008 12:27

ok everything seems okay with you:)

bit4you 21st August 2008 14:05

thx for help


All times are GMT +2. The time now is 10:12.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.