Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install not working #208

Open
pomborenato opened this issue Oct 22, 2021 · 6 comments
Open

Install not working #208

pomborenato opened this issue Oct 22, 2021 · 6 comments

Comments

@pomborenato
Copy link

Install steep are stoping after connect to the database. After submit form when data of connection apear a blank screen

@kenvisgumbs
Copy link

I am also attempting to install today and seeing no significant error being reported in the logs

@klmartinson17
Copy link

klmartinson17 commented Nov 25, 2021

Installing on Windows Server seems to work better.
Turning on PHP Errors may help.
chown the installed files.

@sher1
Copy link

sher1 commented Jan 18, 2023

You need to chown the main directory so it can write the file there. It would be nicer if you could just do a sub directory instead of the whole main directory.
it will need to create a Data.php file which is created in the root directory.

Here is a sample of what get's written out.
<?php $DatabaseType = 'mysqli'; $DatabaseServer = 'localhost'; $DatabaseUsername = 'opensis'; $DatabasePassword = 'ChangeThisPassword'; $DatabaseName = 'opensis'; $DatabasePort = '3306'; ?>
You might run in to a Strict warning from the database. This means you will need to turn off STRICT_TRANS_TABLES in the sql_mode variable
This worked for me to get it installed on the latest 9.x release

@weberswords
Copy link

I chowned the installed files, turned off strict mode and I'm still getting the blank screen after the db connection step. I'm seeing a server error in the browser network calls where it fails to load Ins2.php.

@klmartinson
Copy link

#264

@fcortesjp
Copy link

Install steep are stoping after connect to the database. After submit form when data of connection apear a blank screen

I think this might have something to do with the php version you might be using
if you've taking care of chmod and chown for the opensis folder and have addressed selinux permissions, you might want to try out php 7.4, I tried with php8.3 on centos and it was giving me grieve... 5.4 and 7.4 seem to be playing nicer in my experience in my server env.

good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants