Hello guys again,
So, now I have problems with the forum.
I got upgrade my development site to the latest commit of git, and all things works fine, except the forums.
When you enter to the forum link, aparentli all things are OK. the forums list appear without issues; but when you try to enter to any forum of the list, the page reloads the forum list, instead of display the thread list of that forum.
If you got to enter directly to a thread, using the last post section, or the listnew plugin, the thread is displayed correctly.
For more explanation, I have the site in a repository, and the latest version is on the development branch, and the working (2.2.0) is on the master branch. If I checkout to the master branch, the forum works again.
So, what is the problem?
I forgot update something or what?
If I turn on the debug mode (with the querystring) this appear when you try to enter to any forum:
```php
Array
(
[e107_tzOffset] => 180
[newtfjcookie] => 7.0172d8590b2336a23bbb7fa9ae657313
[devtfjcookiesession] => 7.0172d8590b2336a23bbb7fa9ae657313
[devtfjcookiesessionSID] => bfpv0458uml4vd5t2noj3vjukg80re5l82q8sdso2cb3kbncufj7c408ds8hsfl8mqf2hp3kncp6f6n0gl7acgkq04oj5h4r4hk9kj0
[e107_debug_level] => level=32768
)
Array
(
[sef] => traducciones-de-juegos
[p] =>
)
-------/e107_plugins/forum/forum_viewforum.php Line: 109 forumId: 0
```
Any help will be apresiated.
Thanks guys.