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
Warning: array_merge(): Argument #1 is not an array in /beta/index.php on line 77
Warning: array_merge(): Argument #1 is not an array in /beta/index.php on line 78
The lines are:
foreach (glob(dirname($pattern).'/*') as $dir) {
$first_files = array_merge($first_files, $this->readDirectory($dir.'/'.basename($pattern)));
Btw.: The users need PHP 5.4 and up, otherwise it will stop because of the [] synthax (and more).
I am on 5.6 actually unless the dev says it will still work with 7.1.
EDIT: I also have this error:
Warning: Invalid argument supplied for foreach() in /beta/backend/templates/_footer.php on line 5
EDIT2: And this one:
5
Warning: Invalid argument supplied for foreach() in /beta/backend/plugins/PluginAutoLink.php on line 18
I think they have just errors because of the same.
The text was updated successfully, but these errors were encountered:
After uploading it:
Warning: array_merge(): Argument #1 is not an array in /beta/index.php on line 77
Warning: array_merge(): Argument #1 is not an array in /beta/index.php on line 78
The lines are:
Btw.: The users need PHP 5.4 and up, otherwise it will stop because of the [] synthax (and more).
I am on 5.6 actually unless the dev says it will still work with 7.1.
EDIT: I also have this error:
Warning: Invalid argument supplied for foreach() in /beta/backend/templates/_footer.php on line 5
EDIT2: And this one:
5
Warning: Invalid argument supplied for foreach() in /beta/backend/plugins/PluginAutoLink.php on line 18
I think they have just errors because of the same.
The text was updated successfully, but these errors were encountered: