Skip to content
This repository has been 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

Open
ghost opened this issue Jan 4, 2016 · 4 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jan 4, 2016

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.

@sandeepone sandeepone self-assigned this Jan 15, 2016
@DaPikk
Copy link

DaPikk commented Jan 28, 2016

Hi,

Today got same error when tried to test this.
Found a solution also - You get error because You have downloaded this repo but unfortunately Your Theme files are missing - If You download theme files separately and add them to your site - everything works!

@ghost
Copy link
Author

ghost commented Jan 28, 2016

Thanks for the tip, and now I have something to do with the URI and this error message.

I have to say that my Gleez blog in a subdirectory under /cms/gleez/ is and in the .htaccess I have already set RewriteBase directive properly.

RewriteBase /cms/gleez/

But how can I fix this?

See the screenshot!

Thanks in advance.
gleez-cms-error-uri

@DaPikk
Copy link

DaPikk commented Jan 28, 2016

Just change it according to Instructions and add new uri to bootstrap also! (Had same error with subdir...) But still - those two errors are not related....

@ghost
Copy link
Author

ghost commented Jan 28, 2016

Have I made and could Gleez successfully install. But now in the front end of these errors.

View Screenshot!

Are you a tip for this?

gleez-get-request-headers-error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants