Javascipt functions just don't work [message #24732] |
Thu, 12 May 2005 19:32 |
anner
Messages: 36 Registered: May 2004
Karma: 0
|
Member |
|
|
I'm having trouble with Javascript in FUDforum. We upgraded the forum in march, which meant that serveral parts that were no longer js started working, but we are still having no luck with the js parts. It seems to be server side, Tested on Win32 with Firefox and IE, MacOS X with Safari and Firefox. Same results; Javascript stuff just doesn't work (no errors). When you click on something that should pop up a javascript window, you get nothing. Other Javascripts on the server work ok, but nothing related to FUDforum is working. Someone said to check and see if php session.use_trans_sid was enabled, it is:
; use transient sid support if enabled by compiling with --enable-trans-sid.
session.use_trans_sid = 1
should it not be?
Can anyone help?
Thanks,
Anne
|
|
|
|
|
|
|
|
|