opigno 2.11.2 installs but redirects to drupal already installed when logged in

DaringDV
Forums
Hello sir/madam, I'm having hard time to install opigno on my hosting server. I'm trying to install with composer by using command Composer create-project opigno/opigno-composer myfolder Then cd myfolder/web ..vendor/bin/drush si --db-url=mysql://[db_user]:[db_pass]@localhost/[db_name] So far so good. I can see my website at https://mydomain/myfolder/web but as soon as I try to log in using credentials provided by drush, it redirects to drupal already installed i.e. to https://mydomain/myfolder/web/core/install.php. nothing works from there it only loops back to this page whatever I do. I tried installing without drush, then there are several kind of errors like 500 Internal Server Error sometimes or error 503. I'm on shared hosting details of which are as follows cPanel Version: 86.0 (build 20) Apache Version: 2.4.43 PHP Version: 7.3.6 MySQL Version: 10.0.38-MariaDB-cll-lve Architecture: x86_64 Operating System: linux Please help Thank You
asikuy

composer install

1. user composer to install 2. Go to your website and finish the installation process. Composer only downloads all the files needed. You still have to do a regular Drupal install process from the browser. Did you do that?
dv

server status

Now I installed drupal standard version and it works. but the status report in drupal tells me that server is not Apache. It is Litespeed. Previous configuration of the server in previous comment is from cpanel. following is the server configuration as reported by drupal ACCESS TO UPDATE.PHP: Protected CONFIGURATION FILES: Protected DATABASE SYSTEM: MySQL, MariaDB, Percona Server, or equivalent DATABASE SYSTEM VERSION: 10.0.38-MariaDB-cll-lve DATABASE UPDATES: Up to date DRUPAL CORE SECURITY COVERAGE: Covered until 2020-Dec-02 Visit the release cycle overview for more information on supported releases. DRUPAL CORE UPDATE STATUS: Up to date ENTITY/FIELD DEFINITIONS: Up to date FILE SYSTEM: Writable (public download method) GD LIBRARY: bundled (2.1.0 compatible) GD LIBRARY PNG SUPPORT: bundled (2.1.0 compatible) IMAGE TOOLKIT: gd GD2 image manipulation toolkit NODE ACCESS PERMISSIONS: Disabled If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. Rebuild permissions PHP: 7.3.17 (more information) PHP EXTENSIONS: Enabled PHP MEMORY LIMIT: 512M PHP OPCODE CACHING: Enabled RANDOM NUMBER GENERATION: Successful SEARCH INDEX PROGRESS: 100% (0 remaining) UNICODE LIBRARY: PHP Mbstring Extension UPDATE NOTIFICATIONS: Enabled UPLOAD PROGRESS: Not enabled Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php or Nginx with PHP-FPM. WEB SERVER: LiteSpeed may be the problem lies in the basic requirements of Opigno. I'm confused. Thank You.
asikuy

composer install

after you run the Drupal installation (make sure you Pick the Opigno distro, not the regular drupal install), do you get a working website? an opigno website?
DaringDV

Thanks for reply.

Thanks for reply. Yes I installed through browser and I'm never able to login as it redirects to "Drupal already installed page". When I install through drush command I can see Opigno homepage for anonymous user but it again redirects to "Drupal already installed" when I try to login with credentials generated by drush. Thank you.
DaringDV

Now I installed drupal

Now I installed drupal standard version and it works. but the status report in drupal tells me that server is not Apache. It is Litespeed. Previous configuration of the server in previous comment is from cpanel. following is the server configuration as reported by drupal ACCESS TO UPDATE.PHP: Protected CONFIGURATION FILES: Protected DATABASE SYSTEM: MySQL, MariaDB, Percona Server, or equivalent DATABASE SYSTEM VERSION: 10.0.38-MariaDB-cll-lve DATABASE UPDATES: Up to date DRUPAL CORE SECURITY COVERAGE: Covered until 2020-Dec-02 Visit the release cycle overview for more information on supported releases. DRUPAL CORE UPDATE STATUS: Up to date ENTITY/FIELD DEFINITIONS: Up to date FILE SYSTEM: Writable (public download method) GD LIBRARY: bundled (2.1.0 compatible) GD LIBRARY PNG SUPPORT: bundled (2.1.0 compatible) IMAGE TOOLKIT: gd GD2 image manipulation toolkit NODE ACCESS PERMISSIONS: Disabled If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. Rebuild permissions PHP: 7.3.17 (more information) PHP EXTENSIONS: Enabled PHP MEMORY LIMIT: 512M PHP OPCODE CACHING: Enabled RANDOM NUMBER GENERATION: Successful SEARCH INDEX PROGRESS: 100% (0 remaining) UNICODE LIBRARY: PHP Mbstring Extension UPDATE NOTIFICATIONS: Enabled UPLOAD PROGRESS: Not enabled Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php or Nginx with PHP-FPM. WEB SERVER: LiteSpeed may be the problem lies in the basic requirements of Opigno. I'm confused. Thank You.
admin

Please try the installation

Please try the installation with php 7.2 Best regards
DaringDV

Hi

Hi Thank You for your reply. I've tried to install with PHP versions 7.1, 7.2 and 7.3 I think it needs more resources which are not available with current shared hosting plan. I will contact support team of the hosting provider to chalk out better plan and will update. Thank you.
DaringDV

Problem not solved after upgrading hosting package

hello I just upgraded my hosting plan but It does not solve my problem. It is always pointing back to "Drupal already installed" my new configurations are CPU Core: 4 RAM: 5 GB Concurrent connections (EP): 200 Number of processes (nPROC): 400 IO Limit: 5MBPS and server configuration is cPanel Version 86.0 (build 21) Apache Version 2.4.43 PHP Version 7.3 MySQL Version 10.0.38-MariaDB-cll-lve Architecture x86_64 Operating System linux Perl Version 5.10.1 Kernel Version 2.6.32-954.3.5.lve1.4.74.el6.x86_64 My PHP settings are asp_tags = Off display_errors = On max_execution_time = 600000 max_input_time = 600000 max_input_vars = 600000 memory_limit = 512M post_max_size = 480M session.gc_maxlifetime = 600000 upload_max_filesize = 256M zlib.output_compression = Off During start of the installation there is no error shown by Drupal/Opigno. But it redirects to "Drupal already installed" I don't understand where is the problem. Please help. Thank you
DaringDV

Problem solved after upgrading MariaDB version to 10.3.22

Hello I requested my hosting provider to provide newer version of database server and they shifted my account to server with MariaDB version 10.3.22 Now Opigno LMS is installed. Thank you.