PhalconEye / module-blog

PhalconEye Blog module
http://phalconeye.com
Other
4 stars 3 forks source link

Core\Navigation\CoreNavigation not found #8

Closed antoinemineau closed 10 years ago

antoinemineau commented 10 years ago

Hi,

I wanted to try the blog module, i used the branch 1.0.0 and upload it as a new package. When i try to access the module blog in the admin panel, i have this error:

Fatal error: Class 'Core\Navigation\CoreNavigation' not found in /var/www/websites/antoinemineau.com/app/modules/Blog/Navigation/AdminNavigation.php on line 34

I checked in the core module and there is indeed no CoreNavigation class.

Anyway, very promising work :+1: !

Thanks.

lantian commented 10 years ago

It seems that you are trying it with 0.4.* version. But Core\Navigation\CoreNavigation will be available only in 0.5.0 and this module will be compatible only with it.

pgasiorowski commented 10 years ago

I think, the master branch should work under 0.4.x, but contains 0 functionality.

1.0.0 is being worked on for PhalconEye 0.5.0 release and already has some features

antoinemineau commented 10 years ago

Ok thanks for the feedback !

I have made a PR https://github.com/PhalconEye/module-blog/pull/9 if you want to fix the readme.