Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

  • luc March 2011

Fixed a bug in the core

I installed Vanilla 2 and integrated it with WordPress. I renamed the directory that holds Vanilla from 'vanilla' to 'forum.'

I could do most things, but after deleting a discussion I got forwarded to the Bonk page. I turned on verbose warnings and figured out that applications/vanilla/controllers/class.discussioncontroller.php has the directory hard coded.

Line 542 was:

$this->RedirectUrl = GetIncomingValue('Target', '/vanilla/discussions');

And it worked after changing it to:

$this->RedirectUrl = GetIncomingValue('Target', '/forum/');



Best,
Zinko
Tagged:

Comments

Sign In or Register to comment.