You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
The text was updated successfully, but these errors were encountered: