Forums
Hi, hope anyone can help. I've tried installing but keep getting the error
"The minimum memory requirement for Opigno installation is 256M, you only have 128. Please change the memory_limit in your php.ini settings file or using ini_set in the settings.php file before continuing"
...I contacted my host and they increase the memory limit to 512M ...but I'm still getting the same error.
please forgive but I'm a noob (school teacher) might there be something I'm doing completely wrong?
Thanks, DB.
check the entry in the file - php-bin
You should put a phpinfo
You should put a phpinfo.phpfile at the root of your hosting, containing the following lines:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Then visit from your browser the URL: http://<your.domain.tld>/phpinfo.php
and see the value for memory_limit
I've checked phpinfo.php and
Hi daveybeyns,
Hi daveybeyns,
Check that the loaded php.ini file is the one that you have edited. You can check this with the "phpinfo()" function, under the title "Loaded Configuration File".
Also, you will have to restart your Apache server to make the modification effective.
Greetings,
Allan
In reply to Hi daveybeyns, by Amermod
Hi Allen, thanks for the
In reply to You should put a phpinfo by axel
Thanks for reply axel, I'd
Hi Dave,
Hi Dave,
It can be added as an additional module, but then it requires some manual step (more complicated than simply installing the distribution).
Regarding the other possibilities to have hosted Opigno platforms, why don't you consider our cloud version?
https://www.opigno.org/en/professional-services/cloud-hosting
This includes not only the hosting but also the maintenance (upgrades are automatically done, so that you always have the latest version)
Best regards
In reply to Hi Dave, by axel
Thanks again Axel. my web