Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
Upgrading an old application I inherited I run in quite some trouble.
Being new in php frameworks I am learning a lot..
Now, upgrading form laravel 5.8 to 6 I got the error:
"Call to undefined function array_except() " with reference to login/register.blade.php
I cannot find the "array_except()" anywhere in my whole application.
can someone help me and explain how I can solve this (and similar problems)
The function seems to be replaced from version 5.7 with Arr::except
https://laravel.com/docs/6.x/helpers#method-array-except
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
Out of the blue, my old website stopped loading content and I can't figure out why:
https://unwork.nu/#/design/cir5-catalog/
Attached screengrab of error:
Does anyone have any ideas? It it a server issue?
I've looked into the PHP files but I'm not versed enough.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I use MYSQL, PHP 7.2 and MVC architecture but sometimes after inserting data into invoice_table table, invoice_table shown as an empty table, after couple minutes data will come back again.
My Problem is solved by RESTARTING MySql service and thanks to #ADyson and #Your_Common_Sense for Helping me :|.
real Thanks to #Undry.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
PhpStorm is not able to resolve the method of a parent class inside of child class. The method is definitely part of the parent class. Every class on this code basis has this problem.
Any ideas on how to fix this?
In your case which is laravel related problem you can use laravel-ide-helper
after installation checkout the usage
and also there is a phpstorm plugin named laravel
https://plugins.jetbrains.com/plugin/7532-laravel
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I installed Rev Slider and Essential Grid plugin. However, I got this error:
message: TypeError: jQuery(...).tpessential is not a function.
When I deactivated Rev Slider, Ess Grid plugin works again. I tried to remove and re-install Rev Slider but it doesn't work.
Hope anyone can help me out. Thanks in advance.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Fatal error: Hmm - depth calc wrong, hit negatives, in silverstripe after doing a dev/build, it also says /htdocs/framework/core/manifest/ConfigStaticManifest.php on line 278?
Check for program structure whenever you see this kind of error in Silverstripe, make sure it's a valid PHP program, for example make sure all parenthesis and curly braces are properly closed.