Looking at the drive information you provided, I get the impression you were trying to install or run this on a windows based PC. I think this needs to be installed or run on a server that has ability to run PHP. (like linux or apache)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the some problem..
iam using the easyphp running on windows xp pro..
the apache log
[error] PHP Notice: Undefined variable: wronginfomsg in d:\\web\\easyphp1-8\\www\\phphelpdesk\\layout\\elements\\login_form.inc.php on line 15
i cant login.
thanks to all
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I just reread your issue and I'm not sure that I gave you a correct resolution. Usually, people have one of two problems with phphelpdesk-- There is a variable that goes undefined, in which case you just turn off error messages from my php.ini (or set to NOTICE_ONLY or something like that, I think) or the cookie issue. But in this case, it doesn't sound like its either of these.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed thehelpdesk ..
Only error i get is:
Notice:Undefined variable: wronginfomsg in G:\wwwroot\doco\phphelpdesk\layout\elements\login_form.php
Would appreciate any help!
Looking at the drive information you provided, I get the impression you were trying to install or run this on a windows based PC. I think this needs to be installed or run on a server that has ability to run PHP. (like linux or apache)
I have the same issue with a windows server where is installed apache, mysql, php and plenty of php/mysql software is running...
Notice: Undefined variable: wronginfomsg in c:\helpdesk\layout\elements\login_form.inc.php on line 15
and i cannot log in either...
Any help should be appreciated...
Phil.
btw: I've got the same message with index.php line 31, it does not recognize variable "whattodo" ...
Phil.
I am having the same issue... Has anyone found a workaround.
I have the some problem..
iam using the easyphp running on windows xp pro..
the apache log
[error] PHP Notice: Undefined variable: wronginfomsg in d:\\web\\easyphp1-8\\www\\phphelpdesk\\layout\\elements\\login_form.inc.php on line 15
i cant login.
thanks to all
You can probably resolve this by fixing the cookie issue:
http://sourceforge.net/forum/forum.php?thread_id=1280226&forum_id=17574
If I had time to really work on this project again, I'd update it. But unfortunately, I don't. Good luck
Well, I just reread your issue and I'm not sure that I gave you a correct resolution. Usually, people have one of two problems with phphelpdesk-- There is a variable that goes undefined, in which case you just turn off error messages from my php.ini (or set to NOTICE_ONLY or something like that, I think) or the cookie issue. But in this case, it doesn't sound like its either of these.