milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Fatal error: Call to a member function nice() on a non-object #32

Closed ahmed32 closed 12 years ago

ahmed32 commented 12 years ago

Hello,

i installed the forum but when i run it i got this error:

Fatal error: Call to a member function nice() on a non-object in .../app/Plugin/forum/View/Elements/navigation.ctp

cakephp 2.0.5 forum 1.3

milesj commented 12 years ago

It's because you are using a super outdated forum. Where did you even get version 1.3?

The latest is 3.2.0: https://github.com/milesj/cake-forum/tags

ahmed32 commented 12 years ago

No it's a mistake i mean forum 3.1

milesj commented 12 years ago

I honestly don't know why that's erroring out since it's just the TimeHelper. My local forum instance works fine.

I would suggest placing debugs in the ForumAppController and validate that the TimeHelper is being loaded.