-
Notifications
You must be signed in to change notification settings - Fork 47
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
Recoverable fatal error #262
Comments
I have exactly the same problem. Could someone from the dev team help please? |
need to set type for $result to array: $result = array();
|
Better replace |
I have same issue, @BMo-design Solution works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following fatal error (see below after the warnings):
This only happens on my local test environment.
I have checked in mf_front_end.php. This is the code from line 523:
I've checked the $result variable and found that it contains an empty string, which causes the script to throw an error. I don't understand why the $result variable could be empty. I'd be very grateful for any tip.
The text was updated successfully, but these errors were encountered: