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

New install ‘internal error’ #34

Open
iHaagcom opened this issue Feb 9, 2023 · 0 comments
Open

New install ‘internal error’ #34

iHaagcom opened this issue Feb 9, 2023 · 0 comments

Comments

@iHaagcom
Copy link

iHaagcom commented Feb 9, 2023

Hi all,

just install OrangeScrum but after the install (database name details and smtp stuff) it just goes to ‘internal error’ I cannot get past it or see why? I’m running php7.4 and mysql5.3

many advise would be appreciated.

I've tried this on 2 machines both Windows devices, both Apache2.4. On one of them I have php8 on the other php7.4, the vHost one is ran on port 5001 and setup with the below config. I’m logging it to file in vHost Apache the errors I can fine I've posted below after the vHost config:
VirtualHost *:5001>
ServerName orangescrum
ServerAlias orangescrum.domainname.com
DocumentRoot "C:/Apache24/htdocs/orangescrum"
DirectoryIndex index.php
<Directory "C:/Apache24/htdocs/orangescrum">
Require all granted

ErrorLog "C:/Apache24/htdocs/orangescrum/logs/error.log"
CustomLog "C:/Apache24/htdocs/orangescrum/logs/access.log" common
SSLEngine On
SSLCertificateFile "C:/Apache24/conf/ssl/repl_3.crt"
SSLCertificateKeyFile "C:/Apache24/conf/ssl/wildcard.key"

So on one of the machines php8 is the issue, from what I can see in the error logs, the other however is php 7.4 (vHost one)
Windows php8
Array and string offset access syntax with curly braces is no longer supported in D: \Apar

VHost php7.4 one gives this error:
Trying to access array oftset on value of type null in C: Apache24 ntdocs orangescrum\app \webroot\index.php on line 27

And the php log showed: PHP Notice: Constant HTTP_FILES already defined in C: \Apache24\htdocs \orangescrum\app\Config\bootstrap.php on line 172

I also tried on the windows one with iis but that gave this error:

PHP Fatal error:
Uncaught Error: Class 'mysqli' not found in C: \inetpub \wwwroot \orangescrum\app\Config\setup.php:110

However I have the mysqli extension allowed also tried defining the ext to c:/php/ext

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

1 participant