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
ryanhowdy opened this issue
Dec 5, 2019
· 0 comments
Labels
BugSomething is brokenCriticalSomething is really brokenlegacyIssue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.
I am hosting FC internally on my NAS. After recent upgrade of the box, it got PHP 7.3.7 and I run into problems.
It started with blank, white page, instead login page, so I was not able to do anything. I found the reason - now ImageCreateFromBMP is the name of sunctio provided by PHP, so it could not be re-initiated. I renamed the function in inc/utils.php; inc/image_class.php and inc/Upload/Destination.php.
I am able to login.
The site seems to work properly, but it desplays error: PHP Error count(): Parameter must be an array or an object that implements Countable on home.php, familytree.php.
I understand it is caused by the new way of handling non-countable values for count() in PHP.
Unfortunately I don't know how to fix it. Is it an easy way of doing it?
Thanks in advance!
Best Regards, yareq
The text was updated successfully, but these errors were encountered:
BugSomething is brokenCriticalSomething is really brokenlegacyIssue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.
Assigned to Problems, Issues and Bugs #38659. As reported in Tender:
The text was updated successfully, but these errors were encountered: