Forums
Hi there,
I believe I understand the problem but can't fix it. I unzipped the latest Opigno version in a subfolder on my server (hosted externally), and created a MySql database. Then, when I go to the install url, get the following:
Warning: require_once(/home/mysite/public_html/includes/bootstrap.inc): failed to open stream: No such file or directory in /home/mysite/public_html/index.php on line 19
This is normal because /includes/bootstrap.inc is in a subfolder: /home/mysite/public_html/subfoldername/includes/bootstrap.inc
Fatal error: require_once(): Failed opening required '/home/mysite/public_html/includes/bootstrap.inc' (include_path='.:/usr/local/lib/php') in /home/mysite/public_html/index.php on line 19
I think this error means that Opigno is looking for the Root directory of the Drupal installation, but is using the host server php settings?
I have created a php.ini file, fixing the memory_limit and xdebug as explained in the user manual.It is in the root folder.
Thanks for your help.
Hi Maude
In reply to Hi Maude by axel
Hi Axel,
Hi Maude,
Hi Maude,
Do you have 2 different virtual hosts for Opigno and WP?
If yes, there should be no conflict.
Regarding the error you have it may be related to a PHP configuration issue (cf the list of potential reasons: https://www.drupal.org/node/481758)
In reply to Hi Maude, by axel
As it turns out, I didn't
Hi again,