|
![]() |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
What? Dude 2.1 version that problem is fixed!
|
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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. |
#5
|
||||
|
||||
![]()
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 .. |
#6
|
|||
|
|||
![]()
ok everything seems okay with you:)
|
#7
|
|||
|
|||
![]()
thx for help
|
![]() |
Tags |
problem , upload |
|
|