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

Post calls not working on PHP 7.1 #55

Open
midhunraj opened this issue Oct 8, 2019 · 3 comments
Open

Post calls not working on PHP 7.1 #55

midhunraj opened this issue Oct 8, 2019 · 3 comments

Comments

@midhunraj
Copy link

I Get 404 not found error when calling post functions as below

PHP Deprecated: Non-static method ------ should not be called statically

Did this packages work on PHP 7.1

Did any updates to overcome the issue?

@gmazzap
Copy link
Contributor

gmazzap commented Oct 8, 2019

Thanks for reporting @midhunraj can you describe a bit better what you're doing? I'm not sure I understand.

@midhunraj
Copy link
Author

Thanks for the quick response.

When submitting a form with normal post method, I got an error as 404 - not found even the route extits.

When I checked the error log got an error message as

[08-Oct-2019 09:06:13 UTC] PHP Deprecated:  Non-static method App\Admin\Login::route() should not be called statically in /home/ivendqatar/public_html/admin/vendor/foil/foil/src/Engine.php on line 130
[08-Oct-2019 09:06:13 UTC] PHP Deprecated:  Non-static method App\Admin\Login::route() should not be called statically in /home/ivendqatar/public_html/admin/vendor/foil/foil/src/Providers/Kernel.php on line 82

Now the PHP version is 7.1, Could you help me to sort this out?

@midhunraj
Copy link
Author

Hello..

Is there any updates on this?

@midhunraj midhunraj changed the title Post calls not working on PHP 71. Post calls not working on PHP 7.1 Oct 15, 2019
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

2 participants