Forums
HI, if anyone would be so kind as to provide an install guide like this one (except for 2.0 and using composer), I'd be happy to screen record the process and turn it into a video, for the community.
websiteforstudents.com/install-opigno-lms-on-ubuntu-16-04-17-10-18-04-with-apache2-mariadb-and-php-7-1/
Im thinking.. id be about the
Hi garthphilpot
Hi garthphilpot
Did you check our user manual ? https://opigno.atlassian.net/wiki/spaces/OUM20/pages/361922562/Installation+with+Composer
Composer install
Hi garthphilpot,
Hi garthphilpot,
What operating system are you using ?
In reply to Hi garthphilpot, by axel
I have an ubuntu 18.04 box up
Are clean URLs enabled in
Are clean URLs enabled in your Apache config ?
Could you provide an example of URL that returns a 404 error ?
Is your .htaccess at the root of the filesystem ?
Can you check the files ownership (are they readable by www-data user) ?
I formatted it in the hopes
does anyone have a good
Can you try running on your
Can you try running on your Ubuntu terminal:
a2enmod rewrite
and then:
service apache2 restart
then clean url should be enabled.
Hi axel
1.35 works with this
hi,
hi,
The guides you mention are related to Opigno 2.x, not Opigno 1.x
They seem pretty nicely done, if you follow them step by step you should have a working Opigno 2.x instance running.
In reply to hi, by axel
Thanks Axel
In reply to Thanks Axel by garthphilpot
Incorrect document root, and further problems with installation
/var/www/html/opigno/web/
Rather than/var/www/html/opigno/
As stated in the opigno.conf file. Simply add web/ to all mentions. The problem is what happens later after I finished installing. The installer loops back to the language selection page where if I select English, this error message is displayed:The website encountered an unexpected error. Please try again later. Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by platon have unmet dependencies: image.style.frontpage_slider (image) in Drupal\Core\Config\UnmetDependenciesException::create() (line 98 of core/lib/Drupal/Core/Config/UnmetDependenciesException.php). Drupal\Core\Config\UnmetDependenciesException::create('platon', Array) (Line: 485) Drupal\Core\Config\ConfigInstaller->checkConfigurationToInstall('theme', 'platon') (Line: 132) Drupal\Core\ProxyClass\Config\ConfigInstaller->checkConfigurationToInstall('theme', 'platon') (Line: 169) Drupal\Core\Extension\ThemeInstaller->install(Array, 1) (Line: 166) Drupal\Core\Extension\ThemeHandler->install(Array) (Line: 1649) install_profile_themes(Array) (Line: 709) install_run_task(Array, Array) (Line: 584) install_run_tasks(Array, NULL) (Line: 125) install_drupal(Object) (Line: 44)
Unfortunately, https://opigno.atlassian.net/wiki/spaces/OUM20/pages/361922562/Installation+with+Composer is rather sparse in it's instructions for installing opigno, so it is hard to use that as a guide.In reply to Incorrect document root, and further problems with installation by juping
Resolved by not using composer
In reply to Incorrect document root, and further problems with installation by juping
Problems with installation, using Composer
composer create-project opigno/opigno-composer opigno
It installed a folder structure with /drush, /scripts, /vendor and /web. It looks as though the installer should run from /web but when I visit that directory, I just get the folder list. There are no files in /web, just directories. This doesn't look right. I'm on Centos6.10 and Apache 2.4, PHP7.2 Previous attempt to install without composer worked until I ran some updates, then I hit the dreaded "website encountered an error" and could not find any errors logged anywhere. Help !In reply to Problems with installation, using Composer by grindlay
Im thinking.. id be about the