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

Installation Issue with Version 18 and _protected/framework/Server/Server.class.php #1149

Open
nootkan opened this issue Feb 10, 2024 · 0 comments

Comments

@nootkan
Copy link

nootkan commented Feb 10, 2024

Describe the bug

(a clear and concise description of what the bug is.)
After manually installing version 18 or 17.9.1 as it is called using filezilla sftp, I get a 500 error when clicking on the link in the success page after installation.

AlmaLinux v8.9.0 STANDARD
cPanel Version 116.0.11
Apache Version 2.4.58
Php version 8.0 also tried with 8.1 with the same result
MySQL Version 8.0.36
Architecture x86_64
Kernel Version 4.18.0-477.27.2.el8_8.x86_64

Tried to comment out line 164 in Server.class.php as per a previous issue which worked for that poster but it didn't work for me.

To Reproduce

Steps to reproduce the behavior:

  1. Go to mydomain.com
  2. Click on nothing
  3. Scroll down to nothing
  4. See error After manually changing production to development in the config.ini file and refreshing the page I see this error and stack trace:

Fatal error: Uncaught Error: Class "PH7\Framework\Security\Version" not found in /home/mydomain/public_html/_protected/framework/Server/Server.class.php:65

Stack trace:
#0 /home/mydomain/public_html/_protected/app/Bootstrap.php(86): PH7\Framework\Server\Server->__construct()
#1 /home/mydomain/public_html/index.php(45): PH7\Bootstrap->run()
#2 {main} thrown in /home/mydomain/public_html/_protected/framework/Server/Server.class.php on line 65

Expected Behavior

I expect to be taken to my webpage front end and backend so I can get started customizing.

Screenshots / Screencasts
none to provide as error provided above.
(if applicable, add screenshots or screencast the scenario to help explain your issue the best you can.)

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