chirag khandelwal

Greenhorn
+ Follow
since Jun 18, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
4
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by chirag khandelwal

I am getting this error.
6 years ago
Ok, I got it.
Is there any other way so that I can display the category without restarting web app??
6 years ago
If you are not still getting what I am trying to say then,

Enter data into the jforum database manually and try to get your entered category name on the jforum.

And help me If you can.Thanks
6 years ago
Simply, When I am entering data into mysql database manually  ,  the categories are not displayed in the jforum application . For this when I re-run the application then it displays category.
But when I insert category from admin control panel of jforum then it is displaying category.

What is the structure and flow of the jforum? Why it is not fetching newly added category from the database, when I am adding it manually??
6 years ago

Tim Moores wrote:Regarding the exception: I can reproduce this with the latest version of stock JForum when adding categories, but it doesn't seem to have anything to do with SSO.

Regarding SSO: I don't think there is any documentation available. Start by reading the "SSO / User authentication" section in the SystemGlobals.properties file, and just hope that it makes sense :-)

If the default implementation class "RemoteUserSSO" doesn't do what you need done, you may have to write your own. https://coderanch.com/t/576580/SSO and http://smartkey.co.uk/development/secure-sso-for-jforum/ may get you started with that.



Sir, actually I have integrated jforum 2.4.1 with my application and implemented SSO.
I am creating groups, categories, fors in my application and displaying in jforum for discussion, for this I am entering data in jforum database( jforum_groups, jforum_categories, jforum_forums, jforum_roles, jforum_role_values tables) . Data is successfully saved into the database, but jforum application is unable to display the data.When I run the jforum application again , then it shows the data in the jforum.

I have checked this several time, In the admin control panel also the groups is shown, but the categories is not shown, it is unable to fetch the category id or something , or there is some function which is not called .

when I run the jforum application again then it reloads the jforum and works perfectly.

Can you help me with the flow of jforum and provide some source code such that it can work for me!

Even I don't understand that if I am making categories from admin control panel then it's working  fine but what happens to it when entering into the database.
6 years ago
Thank you.
I have installed jforum 2.4.1 and it is installed successfully.
But I am unable to implement SSO , please help me, I have to integrate jforum with my application.
I need urgent help.
6 years ago

Tim Moores wrote:Which version of JForum are you using? If it's anything older than 2.4.1, the first step should be to upgrade to that. It's on SourceForge.



I am using jforum 2.1.9
6 years ago
I have integrated my application with jforum and I am using sso.
I am entering data into jforum database from my application and it is showing error.I have attached an image showing the error message.
Also, when I run jforum again then it runs perfectly, but i can't run my application again and again when a new category is added.
Someone help me with this.
6 years ago