Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Expression logged is undefined [FIXED]

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i tried JForum and get the following error message if i open:

http://localhost:8080/forum/admin/login.page

Expression logged is undefined on line 26, column 46 in default/forum_base.htm.

I am using JForum RC1 with Tomcat 4.1.29/Java 1.4.1_02/mySQL 4.0.18 on winnt 2000 (german)

Thanks
__toffy
[originally posted on jforum.net by Anonymous]
 
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
Hhhmmm, right..

I've fixed that and updated the rc1 package at source forge. If you don't want to download againg, do the following steps:

Open the file



in any text editor. Then go to line 26 and change



to



Then, do the same thing at line 32. This will fix the bug.

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
This did the job. Now i am facing more install problems.
- i created a category and a forum but no forums show up on forum list in the admin perspective.
- if i try to insert a user in the admin interface i only get the list of forums (list.page)
- if i try to change my configuration i get a exception (java.io.IOException: The request '/forum/adminConfig/edit/dateTimeFormat.page' is not valid. A correspondent URL Pattern was not found)
__toffy

[originally posted on jforum.net by Anonymous]
 
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
The user management in the admin panel, right the config options edition, is not yet implemented.. In the next releases I plan to have them done.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic