Hi Ibrahim,
First, you're not the only one with difficulty getting the error reporting server running locally. The installation and configuration is a bit fragile in some ways.
That being said, it looks like you're doing just fine. Many of the warnings you're seeing are about features or functions that will be removed in the next major release (of CakePHP, maybe?) and don't mean there's a problem. I don't see any indication of serious failures in the content you've posted. To hide the error messages, you can do this:
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php
Isaac
On Wed, Mar 6, 2019 at 7:21 PM Ibrahim Fathy ehema2022@gmail.com wrote:
Hi, I'm Ibrahim from Egypt. I study computer Engineering and I'm very excited to contribute for phpMyAdmin.
I'm interested in Error reporting server project. I need more details about the project.
I've already started to deploy the app and I'm having some problems.
I'm following this guide: https://github.com/phpmyadmin/error-reporting-server . but when I try to run the migrations I face some problems, you may have a look here: https://pastebin.com/iXvPhHgR
And when I try to open the index.php, the same errors appears and I can't see the login with github section.
Any help would be appreciated! Thanks
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers