-
Notifications
You must be signed in to change notification settings - Fork 229
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
Fatal error: Uncaught Error: Class "SebLucas\Cops\Input\Request" #529
Comments
See the wiki page: Since July 2023, you can find a forked version that works with PHP8, including some issues fixes and new features, on his personal fork: |
Thank you for your support. |
Try the 1.3.6 release at
https://github.com/mikespub-org/seblucas-cops/releases/tag/1.3.6. Download
and unzip cops-1.3.6.zip rather than the source.
…On Fri, 4 Aug 2023, 7:36 pm ralfberger, ***@***.***> wrote:
Thank you for your support.
I have tested V1.4x and also the forked version. Both times I get the same
error.
—
Reply to this email directly, view it on GitHub
<#529 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6W2HJ7UZTPFY2G6JPU5KDXTU6JNANCNFSM6AAAAAA3EP5CDU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The first error is typical when you install COPS for PHP 8.x from source, and you do not run composer to install the project dependencies afterwards. I'll clarify this in the introduction there. The second issue could be due to a number of reasons as you mentioned, It's easiest to check for common issues first by browsing to http://.../checkconfig.php |
Updated README to clarify the need to run composer when installing from source |
Hi, I just installed COPS on my Webspace Server with PHP 8.2 and I get this error message:
Fatal error: Uncaught Error: Class "SebLucas\Cops\Input\Request" not found in /www/books/bbs/config.php:27 Stack trace: #0 /www/books/bbs/index.php(18): require_once() #1 {main} thrown in /www/books/bbs/config.php on line 27
What did I do wrong, what do I have to change to make COPS run?
The text was updated successfully, but these errors were encountered: