Error install...

daveybeyns
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.
Zaq

check the entry in the file - php-bin

You install the server, you have access to the server hosting. You can verify that php is properly recorded. Open the file "php.ini" (it's in the folder "php-bin", which is in the root directory) The file must be a string: memory_limit = 256M (or more) ____________________ And you must start the installation again. ))) (click "refresh page") only then the system will check the change in memory size )).
axel

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

daveybeyns

I&#039;ve checked phpinfo.php and

I've checked phpinfo.php and can confirm the memory_limit = 512M but still 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"
Amermod

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

daveybeyns

Hi Allen, thanks for the

Hi Allen, thanks for the response. Contacted my web host and they couldn't get it working ...confirmed that memory_limit was set to 512M and refreshed server but still getting the same error. I've raised a ticket with tech support for my host to try and fix it for now. Don't suppose Opigno can be added to Drupal (Drupal 7 is installed and working fine) as a module or is it only as a drupal distribution? Alternatively, do you know any cheap (I'm just a school teacher trying to set this up myself) web hosts that have no issues with an opigno install?...maybe I could change hosts. Thanks, dave.
daveybeyns

Thanks for reply axel, I&#039;d

Thanks for reply axel, I'd already looked at phpinfo.php and confirmed that memory_limit was 512M ...have now raised a ticket with tech support for my hosting company to try look into any possible issues from their end. thanks, Dave.
axel

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

daveybeyns

Thanks again Axel. my web

Thanks again Axel. my web host has sorted it now ...didn't say what the issue was but I think they had to restart/refresh the server themselves. Anyway, my install proceeded/completed successfully and now just have to learn how to use it. Cheers, everyone for the suport. Daveybeyns.