Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

ErrorException [ Warning ]: array_keys() expects parameter 1 to be array, boolean given #792

@ghost

Description

Hello Developers,

I discovered your CMS and would like to test. So I uploaded the final version to the server and assign write permissions.

In the frontend have errors in the /modules/gleez/classes/theme.php line 204

It looks there so:

199 return $ themes;
200 }
201
202 public static function route_list ()
203 {
204 return implode ("|", array_keys (self :: available ()));
205 }
206
207 }

I have on the server PHP 5.5 and the latest version of MySQL. Can you help me somehow? Thank you in advance.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions