on page
ipm/index.php?op=projectdetail&id=1
the fallowing errors are present
Warning: Supplied argument is not a valid MySQL
result resource
in /home/httpd/eroticdragons.com/dragonsworkshop.com/h
tml/ipm/functions.php on line 37
this is just below the
Project Start: April 30, 2002
line and above the listings it is also oon th other
pane below
Project Deadline: April 30, 2003
-------------------------------------------
there is another java error in the
show('box-commentsup')
it happens when you try to mouse over the right
fields on the top panel of
User User
Sort by User Z-A
Comments Comments
Arrange Tasks by if They Have Comments
Hours Hours
Sort by Hours most first
Action
it happens in all the ones that have titles as poups..
-----------------------------------------------------
another bug is in th pulldowns to assign a user there
blank
as well as the notify has an error too
if yo need more details or anything elses please say
so ill be happy to help in anyway i can
im running on an appache linux server with php and
mysql installed and im viewing on a windows xp with
ie 6.1..
holler if you need anything
Johnny
aka Pern
Logged In: NO
The fix is to remove instances of $listdisplay
use select * from instead of select $listdisplay From
I assume this array method is not supported.
Just need a fix now for the comments javascript error
mike@nws.ca
Logged In: YES
user_id=572065
I was able to remedy the javascript problem on projectdetail
in my copy. It appears that some browsers choke because the
DIV IDs for the column header rollover boxes are the same
for botht he ToDo task list and the Finished Items task list.
I was able to get it all to work correctly by renaming the
DIVS as they are called in the popuploader() function call.
See line 1840 -- changed "namedown" to "todonamedown" and
the same for the other three in the ToDo box, and the errors
went away.
Logged In: YES
user_id=337350
Hi, there
the problem with
----
there is another java error in the
show('box-commentsup')
it happens when you try to mouse over the right
fields on the top panel of
User User
----
is caused by the use of id's twise and not only one time like it
should by. I suggest to add a string like 'box-commentsup-
todo' and 'box-commentsup-finished'