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 |