milesj / forum

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

Form action #9

Closed karlcampbell closed 12 years ago

karlcampbell commented 12 years ago

It appears that using $this->here for the url option in Form->create() doesn't work when using the forum in a subdirectory.

For example, I'm using the forum as http://sites2/forumtest/forum $this->here returns: /forumtest/forum/topics/add/general-discussion

However Form->create() will prepend /forumtest resulting in /forumtest/forumtest/forum/topics/add/general-discussion making all forms using $this->here to produce a missing controller error.

milesj commented 12 years ago

Well that makes me sad, guess I will have to do it the long way.

milesj commented 12 years ago

Fixed in the latest commits.