• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Troubles....

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will post my story:

I am am trying to inegrate jfroum to a website.

I used V 2.14 out of the boxed seemed to work ok but serach always prodcued an exception with the code right out of the box.

so I updated to v 2.15 search works! yeah but no edit a post screws up the forum from which it was editted.

The message can be view on recent topics but the forum list is screwed up for that forum until tomcat restart.

8/8 I see more cvs update so I grab them Molderlist mod or something now the 2.15 version is totalled

I revert back to a 2.14 clean db and manually add recoeds to the db for the new feature... no change still screwed up.

How can I get a good working db with v 2.15 for mysql?

does anyone have a working db for mysql with 2.15?

the queries look malforumed to me with moderator list and I have no clue when the forum edit screws up

but when I switch back to 2.14 code forum edit works but search does not again

I am always using the same database.

with either version

[originally posted on jforum.net by mqjoe1]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using 2.1.5 here in jforum.net and another message board with 160.000 messages, and it's all fine. I also know other users who're running under 2.1.5 dev.

It's hard to help out without knowing your system. It may be something related to some environment configuration, for example.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, check your jforum_roles table for name='perm_moderation_forums' record:

if you don't have one, then try manually inserting it:


See if this work for v2.1.4 to v2.1.5 db
[originally posted on jforum.net by andowson]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have some info

I haven't added the new values as of yet, but I did got back to the begiing and reinstall 2.14 from scratch


I tried to install in MySQL 4.1.12 using the great that MySQL option and got db failues then I tried the < and it didn't work either with that version of myslq

I went back and using a 3.x ver I belive and got a nice stock install that worked. I am now trying to update that to the 2.15 version NOT using the 4.1.12 mysql apparently the new MySQL is more rigid in its qery checking so I been tols enforce freign keys etc.

I'll try adding the moderation data to my new clean database


[originally posted on jforum.net by mqjoe1]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok I'm mostly working now.

when I add new forums they don't show up until I go to users/permission and do a save then go back and the forums appear

Is there a way to turn off the modeartor list tag on the forum list so as not to see who the moderators are.


I still get a Java reflect exception if I edit an existing message and then click on the forum list

whatever forum the edit message is in has the exception forevermore until tomcat restart the other forum will work fine.


[originally posted on jforum.net by mqjoe1]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can reference this post https://coderanch.com/t/575351
for reverse working.

At least, you need to modify the two html files: forum_list.htm and forum_show.htm, remove the moderator list part yourself.
[originally posted on jforum.net by andowson]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could we add a global config to enabale/disable or not show moderators on read-only forums?

I like the feature just don't always want to see it on the forum list
[originally posted on jforum.net by mqjoe1]
 
That's a very big dog. I think I want to go home now and hug this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic