MiDo Posted January 1, 2018 Share Posted January 1, 2018 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 More sharing options...
0 Cookie Monster Posted January 2, 2018 Share Posted January 2, 2018 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 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted January 1, 2018 Share Posted January 1, 2018 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 ? Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 titcrunch Posted January 1, 2018 Share Posted January 1, 2018 you try to upload a file with 8mb in your forum where a limit of 6mo is allocated so update your php config 1 Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
0 MiDo Posted January 1, 2018 Author Share Posted January 1, 2018 (edited) 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 January 1, 2018 by MiDo Link to comment Share on other sites More sharing options...
0 MiDo Posted January 1, 2018 Author Share Posted January 1, 2018 also the discord widget stopped working for unknown reason http://prntscr.com/huumqf Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted January 1, 2018 Share Posted January 1, 2018 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 ? Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 MiDo Posted January 1, 2018 Author Share Posted January 1, 2018 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 More sharing options...
0 titcrunch Posted January 2, 2018 Share Posted January 2, 2018 (edited) 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 January 2, 2018 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 More sharing options...
0 WWD Posted February 2, 2018 Share Posted February 2, 2018 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
MiDo
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