You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: