Jump to content
WebFlake
  • 0

error on forums loading


MiDo

Question

Hello guys, sometimes when i try to browse my forum, it show me this error

 

Fatal error: Out of memory (allocated 6291456) (tried to allocate 86016 bytes) in C:\xampp\forum\system\Output\Output.php on line 750

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
10 hours ago, MiDo said:

well yeah i'm using xampp.

So try edit your php.ini file with something like this

upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 300M
file_uploads = On
max_execution_time = 180

Bit excessive but should work

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
19 minutes ago, MiDo said:

Hello guys, sometimes when i try to browse my forum, it show me this error

 

Fatal error: Out of memory (allocated 6291456) (tried to allocate 86016 bytes) in C:\xampp\forum\system\Output\Output.php on line 750

What host are you running this on ?

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
3 hours ago, titcrunch said:

you try to upload a file with 8mb in your forum where a limit of 6mo is allocated so update your php config

I never mentioned that i'm uploading something, this error occurs sometimes while browsing the forum.

 

4 hours ago, Cookie Monster said:

What host are you running this on ?

Windows

Edited by MiDo
Link to comment
Share on other sites

  • 0
2 hours ago, MiDo said:

I never mentioned that i'm uploading something, this error occurs sometimes while browsing the forum.

 

Windows

So what he ment was that thats what the error reads. It runs out of memory so  you need to increase the memory you got for PHP in the php.ini.

Using PHP will consume memory if its to little it won't run any good.

Also windows is fine i presume your using XAMPP or a shared hosting ? or is this a localhost test enviroment ?

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
50 minutes ago, Cookie Monster said:

So what he ment was that thats what the error reads. It runs out of memory so  you need to increase the memory you got for PHP in the php.ini.

Using PHP will consume memory if its to little it won't run any good.

Also windows is fine i presume your using XAMPP or a shared hosting ? or is this a localhost test enviroment ?

well yeah i'm using xampp.

Link to comment
Share on other sites

  • 0

yes same if you dont upload anithing your script send request alone and that request need memory if you just read the error message you understand the prob 

Out of memory (allocated 6291456) (tried to allocate 86016 bytes)

out of memony your server have 6mb allocated and he try to use 8mb so is easy to understand

and very sorry for my bad english i'm french

Edited by titcrunch

Best Regards
Titcrunch

French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...