From: John B. <joh...@su...> - 2001-07-13 15:38:46
|
there is a reference to whattodo.scp.php in index.php. however this file appears to be missing.. location in index.php is stated as /scripts however this file is missing. this appers to be causing some issues reading cases and well doing just about any thing after I log in. and yes I am using the latest version of phphelpdesk. The phrase "computer literate user" really means the person has been hurt so many times that the scar tissue is thick enough so he no longer feels the pain. -- Alan Cooper, The Inmates are Running the Asylum ___________________________________________________________________________ John W. Bloodworth Senior linux support technician Sutherland Support Center. http://sglsupportcenter.suth.com |
From: Andrew W. <ajw...@ho...> - 2001-07-13 17:13:04
|
Hi John; In index.php, there is a reference to include the script config/whattodo_items.conf.php on line 42 , which should be there. On line 44, the include statement calls the script "scripts/$whattodo.scp.php". The $ means a variable is being referenced, in this case $whattodo ... This variable contains the first part of the script name (eg: chpw which would call the script scripts/chpw.scp.php). I think this answers your question, but are you receiving error messages about scripts not being found? Andrew John Bloodworth wrote: > there is a reference to whattodo.scp.php in index.php. however this file > appears to be missing.. location in index.php is stated as /scripts however > this file is missing. this appers to be causing some issues reading cases > and well doing just about any thing after I log in. and yes I am using the > latest version of phphelpdesk. > > The phrase "computer literate user" really means the person has been hurt > so many times that the scar tissue is thick enough so he no longer feels > the pain. > -- Alan Cooper, The Inmates are Running the Asylum > ___________________________________________________________________________ > John W. Bloodworth > Senior linux support technician > Sutherland Support Center. > http://sglsupportcenter.suth.com > > > _______________________________________________ > Phphelpdesk-help mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phphelpdesk-help |
From: John B. <joh...@su...> - 2001-07-13 17:28:48
|
no message about missing scripts. however, the system loops back to the default index.php page. then in the top of the page it says status n/a. So what appears to be happening then is there is no cooking getting set on my system. this is happening in opera, ie, and netscape. so I must have something in the config messed up. I will play with this some more and see what I have done wrong At 01:13 PM 7/13/01 -0400, Andrew Walker wrote: >Hi John; > >In index.php, there is a reference to include the script >config/whattodo_items.conf.php on line 42 , which should be >there. On line 44, the include statement calls the script >"scripts/$whattodo.scp.php". The $ means a variable is >being referenced, in this case $whattodo ... This variable >contains the first part of the script name (eg: chpw which >would call the script scripts/chpw.scp.php). > >I think this answers your question, but are you >receiving error messages about scripts not being >found? > >Andrew > > > >John Bloodworth wrote: > > > there is a reference to whattodo.scp.php in index.php. however this file > > appears to be missing.. location in index.php is stated as /scripts however > > this file is missing. this appers to be causing some issues reading cases > > and well doing just about any thing after I log in. and yes I am using the > > latest version of phphelpdesk. > > > > The phrase "computer literate user" really means the person has been hurt > > so many times that the scar tissue is thick enough so he no longer feels > > the pain. > > -- Alan Cooper, The Inmates are Running the Asylum > > ___________________________________________________________________________ > > John W. Bloodworth > > Senior linux support technician > > Sutherland Support Center. > > http://sglsupportcenter.suth.com > > > > > > _______________________________________________ > > Phphelpdesk-help mailing list > > Php...@li... > > http://lists.sourceforge.net/lists/listinfo/phphelpdesk-help The phrase "computer literate user" really means the person has been hurt so many times that the scar tissue is thick enough so he no longer feels the pain. -- Alan Cooper, The Inmates are Running the Asylum ___________________________________________________________________________ John W. Bloodworth Senior linux support technician This answer was provided by the Sutherland Support Center. We provide solutions for most of your Linux needs. (800) 431-3787 |
From: Andrew W. <ajw...@ho...> - 2001-07-13 18:03:17
|
Ok, we have made some changes to the cookie code which seems to fix a lot of these problems (you are not the only one having this happen). I just spoke to Joe about releasing a new version which you can try (should fix the cookie issue)... He's checking out some new features I added this week and will release the new version once he is satified that everything is ok. Andrew John Bloodworth wrote: > no message about missing scripts. however, the system loops back to the > default index.php page. > then in the top of the page it says status n/a. So what appears to be > happening then is there is no cooking getting set on my system. this is > happening in opera, ie, and netscape. so I must have something in the > config messed up. I will play with this some more and see what I have done > wrong > > At 01:13 PM 7/13/01 -0400, Andrew Walker wrote: > >Hi John; > > > >In index.php, there is a reference to include the script > >config/whattodo_items.conf.php on line 42 , which should be > >there. On line 44, the include statement calls the script > >"scripts/$whattodo.scp.php". The $ means a variable is > >being referenced, in this case $whattodo ... This variable > >contains the first part of the script name (eg: chpw which > >would call the script scripts/chpw.scp.php). > > > >I think this answers your question, but are you > >receiving error messages about scripts not being > >found? > > > >Andrew > > > > > > > >John Bloodworth wrote: > > > > > there is a reference to whattodo.scp.php in index.php. however this file > > > appears to be missing.. location in index.php is stated as /scripts however > > > this file is missing. this appers to be causing some issues reading cases > > > and well doing just about any thing after I log in. and yes I am using the > > > latest version of phphelpdesk. > > > > > > The phrase "computer literate user" really means the person has been hurt > > > so many times that the scar tissue is thick enough so he no longer feels > > > the pain. > > > -- Alan Cooper, The Inmates are Running the Asylum > > > ___________________________________________________________________________ > > > John W. Bloodworth > > > Senior linux support technician > > > Sutherland Support Center. > > > http://sglsupportcenter.suth.com > > > > > > > > > _______________________________________________ > > > Phphelpdesk-help mailing list > > > Php...@li... > > > http://lists.sourceforge.net/lists/listinfo/phphelpdesk-help > > The phrase "computer literate user" really means the person has been hurt > so many times that the scar tissue is thick enough so he no longer feels > the pain. > -- Alan Cooper, The Inmates are Running the Asylum > ___________________________________________________________________________ > John W. Bloodworth > Senior linux support technician > > This answer was provided by the > Sutherland Support Center. > We provide solutions for most of your > Linux needs. > (800) 431-3787 |
From: Andrew W. <ajw...@ho...> - 2001-07-13 18:06:15
|
Ok, we have made some changes to the cookie code which seems to fix a lot of these problems (you are not the only one having this happen). I just spoke to Joe about releasing a new version which you can try (should fix the cookie issue)... He's checking out some new features I added this week and will release the new version once he is satified that everything is ok. Andrew John Bloodworth wrote: > no message about missing scripts. however, the system loops back to the > default index.php page. > then in the top of the page it says status n/a. So what appears to be > happening then is there is no cooking getting set on my system. this is > happening in opera, ie, and netscape. so I must have something in the > config messed up. I will play with this some more and see what I have done > wrong > > At 01:13 PM 7/13/01 -0400, Andrew Walker wrote: > >Hi John; > > > >In index.php, there is a reference to include the script > >config/whattodo_items.conf.php on line 42 , which should be > >there. On line 44, the include statement calls the script > >"scripts/$whattodo.scp.php". The $ means a variable is > >being referenced, in this case $whattodo ... This variable > >contains the first part of the script name (eg: chpw which > >would call the script scripts/chpw.scp.php). > > > >I think this answers your question, but are you > >receiving error messages about scripts not being > >found? > > > >Andrew > > > > > > > >John Bloodworth wrote: > > > > > there is a reference to whattodo.scp.php in index.php. however this file > > > appears to be missing.. location in index.php is stated as /scripts however > > > this file is missing. this appers to be causing some issues reading cases > > > and well doing just about any thing after I log in. and yes I am using the > > > latest version of phphelpdesk. > > > > > > The phrase "computer literate user" really means the person has been hurt > > > so many times that the scar tissue is thick enough so he no longer feels > > > the pain. > > > -- Alan Cooper, The Inmates are Running the Asylum > > > ___________________________________________________________________________ > > > John W. Bloodworth > > > Senior linux support technician > > > Sutherland Support Center. > > > http://sglsupportcenter.suth.com > > > > > > > > > _______________________________________________ > > > Phphelpdesk-help mailing list > > > Php...@li... > > > http://lists.sourceforge.net/lists/listinfo/phphelpdesk-help > > The phrase "computer literate user" really means the person has been hurt > so many times that the scar tissue is thick enough so he no longer feels > the pain. > -- Alan Cooper, The Inmates are Running the Asylum > ___________________________________________________________________________ > John W. Bloodworth > Senior linux support technician > > This answer was provided by the > Sutherland Support Center. > We provide solutions for most of your > Linux needs. > (800) 431-3787 |