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
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
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)
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.
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!