-
Notifications
You must be signed in to change notification settings - Fork 256
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
setup problem #450
Comments
Have you enabled |
I'm also having this issue, but with a fairly default setup. Hosted on local server, SSO works, The landing page works, but if I try to access http://(local-ip)/setup, I get a 500 error and in the error log it lists: Using PHP version 7.1.3, mysql version 14.14, on a Debian based system. Thanks ahead for the help. |
@glyyf The problem you have relates to this like:
Assigning Class member variables works in PHP 7.1 but not in older PHP versions (I think < 7.0). Please re-check your PHP version on /setup page. |
Yup, that was it, it was using PHP 5 for some reason. For anybody working with the same issue, I am working of a debian based system, so I ran
and it looks like we're good to go. Thanks for your help! |
Installed at https://mysite.com/pathfinder/
In
environment.ini
In
.htaccess
RewriteBase /pathfinder/
But:
setup link
https://mysite.com/setup
instead ofhttps://mysite.com/pathfinder/setup
Sign Up link
https://mysite.com/sso/requestAuthorization
instead ofhttps://mysite.com/pathfinder/sso/requestAuthorization
if i'am manualy go to
https://mysite.com/pathfinder/setup
i see blank page and error in apache log
PHP Parse error: syntax error, unexpected '(' in /var/www/pathfinder/app/main/lib/socket.php on line 47
47 string at socket.php
protected $ttl = ( self::DEFAULT_TTL_MAX / self::DEFAULT_RETRY_MAX );
The text was updated successfully, but these errors were encountered: