From: Brian R. <raz...@vm...> - 2001-04-26 15:55:07
|
I just upgraded to 0.5.8 from 0.4.4 and noticed the following, which may be helpful to some: - If you have set up your phphelpdesk to be a subdirectory of your site, you need to include a trailing slash ( / ) at the end of the directory. However, if you do this, then your menus are not properly configured, and you can't, for instance, successfully log you out (at least it didn't work for me with IE 5.5). You will get a double slash between your directory and the file, as in www.mydomain.com/phphelpdesk//index.php. - To fix this, simply edit config/whattodo_items.conf.php, and do a bulk replace of href=3D3D\"$g_base_url/index.php with href=3D3D\"".$g_base_url."index.php Note that you should ONLY do this if your phphelpdesk is in a subdirectory. Hope this helps some of you. Brian Razzaque President Vision Multimedia Technologies, LLC www.vmtllc.com |