e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
322 stars 214 forks source link

Forum view are not correct #1323

Closed schlrech closed 8 years ago

schlrech commented 8 years ago

The imported Forum view is not correct image

and the threads image

in the old forum show this

tgtje commented 8 years ago

Although i am not able to recreate, i would advice to upgrade your site's files or just for testing ( and if you would do, please report back ) about two weeks ago @CaMer0n made the following changes https://github.com/e107inc/e107/commit/7a38046e4e6dab025e5da084bc234ca5712ac55d Please test to see if it helps ( 3.3.6 had many css changes and browser bugs fixes > 'external sourcing'. (seems similar to #1199 )

schlrech commented 8 years ago

With the forum it’s like this: Upgrade done, weeks ago. Everything was read. Then neither entrys were made nor modified, and also no update on E107. At some stage it simply was like that. This is already the fourth time. If I copy the old E107 forum into the new database again and let it convert ones more, it does work too. But after a while the same problem occurs again. Next Tuesday I will bring in the newest source and try it ones more. To update 3.3.5 to 3.5.6 wasn’t successful.

Moc commented 8 years ago

In combination with this discussion (http://e107help.org/1915/cant-make-comments-on-new-news-item-nor-on-forum-threads) I think there may be a bug which has some conflict with the v1 templates/shortcodes used in the forum.

schlrech commented 8 years ago

i don't have any v1 templates is a fresh v2 installation without old files and i'm using bootsrap v3 theme

Moc commented 8 years ago

Blegh, sorry, I misread your post. Still looks like a bug though :)

CaMer0n commented 8 years ago

I tested with jayya on v2 with forums, and its working correctly. I don't quite grasp the full issue here. Can someone paraphrase it for me? Please enable debug to be sure an SQL query is not failing.

schlrech commented 8 years ago

image

image

image

schlrech commented 8 years ago

missing following fields in image

image

CaMer0n commented 8 years ago

Did you run the forum upgrade process? These fields are normally created in "Step 3".

schlrech commented 8 years ago

Yes i run the upgrade process without errors.... and the DB check ist also correct

CaMer0n commented 8 years ago

Does e107_user_extended contain columns with the names: user_plugin_forum_viewed and user_plugin_forum_posts ?

schlrech commented 8 years ago

no, these fields are missing image

CaMer0n commented 8 years ago

Please run this single command in Phpmyadmin.

ALTER TABLE `e107_user_extended` ADD `user_plugin_forum_viewed` TEXT ,
ADD `user_plugin_forum_posts` INT(11) DEFAULT '0';
schlrech commented 8 years ago

@CaMer0n many thx, now the forum functionaly correct thx

CaMer0n commented 8 years ago

:+1: