Yessin Posted April 1, 2018 Report Share Posted April 1, 2018 Hello! When I try to install phpVMS 5 I keep gettin this error: Quote Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1667182680 bytes) in /public_html/crewcenter/core/classes/ezdb/ezdb_mysqli.class.php on line 274 Can some one help me with this? Thanks alot! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 2, 2018 Report Share Posted April 2, 2018 you don't have enough memory. Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 (edited) 3 hours ago, flyalaska said: you don't have enough memory. Hmmm, that seems logic to me haha. But I got a paid webhosting, so that sounds weird.. what kind of memory do I need to expand? Bandwith? Mysql? Edited April 2, 2018 by Yessin Added some pictures Quote Link to comment Share on other sites More sharing options...
PaintSplasher Posted April 2, 2018 Report Share Posted April 2, 2018 It is not the disk space, it is the memory_limit what php can use. 1. Create a file with the follow content: <?php phpinfo(); ?> 2. Save this file on your webspace an open it in your browser 3. Search for "memory_limit". Quote Link to comment Share on other sites More sharing options...
anushpatel Posted April 2, 2018 Report Share Posted April 2, 2018 Memory as in RAM ,Which host are you on? Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 15 minutes ago, anushpatel said: Memory as in RAM ,Which host are you on? I am hosting it on Versio.nl Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 (edited) 43 minutes ago, PaintSplasher said: It is not the disk space, it is the memory_limit what php can use. 1. Create a file with the follow content: <?php phpinfo(); ?> 2. Save this file on your webspace an open it in your browser 3. Search for "memory_limit". I am going to check this in a few minutes! EDIT: And I found a way to upgrade the memory limit to 512M but it still keeps saying it isn't anough Edited April 2, 2018 by Yessin Added picture Quote Link to comment Share on other sites More sharing options...
PaintSplasher Posted April 2, 2018 Report Share Posted April 2, 2018 (edited) 256M should be enough. Have you reboot your apache after you have changed the limit? And check the file again, to make sure the new memory limit is active. Edited April 2, 2018 by PaintSplasher Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 10 minutes ago, PaintSplasher said: 256M should be enough. Have you reboot your apache after you have changed the limit? And check the file again, to make sure the new memory limit is active. Hmm ok! I have it set on 256M now, checked it on the file and is says: "memory_limit: 256" but the error is stil active. So weird.. Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1936942488 bytes) in /public_html/crewcenter/core/classes/ezdb/ezdb_mysqli.class.php on line 274 Quote Link to comment Share on other sites More sharing options...
PaintSplasher Posted April 2, 2018 Report Share Posted April 2, 2018 Hm, there must be an other issue, no script or class needs one gigabyte of memory. And you try to do a clean install of phpvms 5.5? (https://github.com/DavidJClark/phpvms_5.5.x) Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 2 minutes ago, PaintSplasher said: Hm, there must be an other issue, no script or class needs one gigabyte of memory. And you try to do a clean install of phpvms 5.5? (https://github.com/DavidJClark/phpvms_5.5.x) Not yet, I already installed phpvms and the installation was smoothly. But after it finished, this showed up. Maybe if I try to do a clean install now, with the new setting to 256M? I will let you guys know if that works. Quote Link to comment Share on other sites More sharing options...
anushpatel Posted April 2, 2018 Report Share Posted April 2, 2018 I am not surprised for 0.50 Euros! Quote Link to comment Share on other sites More sharing options...
Yessin Posted April 2, 2018 Author Report Share Posted April 2, 2018 (edited) 2 hours ago, anushpatel said: I am not surprised for 0.50 Euros! Hahaha. I had to change the php version back from 7.1 to 5.6, chmod the folder 'lib' and 'core' to 777 and do a clean install. Its works now. Now the edit can begin! Thanks alot! Edited April 2, 2018 by Yessin 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.