Guest Posted January 25, 2005 Posted January 25, 2005 What should I put for the DIR_FS_* ? I tried c:\Inetpub\wwwroot\XXX and it didn't work. For some reason i can't use '\' ... Any hints? Thanks in advance.
boxtel Posted January 25, 2005 Posted January 25, 2005 What should I put for the DIR_FS_* ?I tried c:\Inetpub\wwwroot\XXX and it didn't work. For some reason i can't use '\' ... Any hints? Thanks in advance. <{POST_SNAPBACK}> correct, use / Treasurer MFC
Guest Posted January 26, 2005 Posted January 26, 2005 now i get the following error. the pull down menu and the search function won't work it gives me the directory name is invalid error message. <form name="goto" action="http://www.XXX.net/wwhic/admin/categories.php?osCsid=3cbfb158486d689946341eb49b5abe88" method="get"> <input type="hidden" name="osCsid" value="3cbfb158486d689946341eb49b5abe88" /> Go To: <select name="cPath" onChange="this.form.submit();"> The above is extracted from the running server and the bottom one is on my windows server.. <form name="goto" action="http://localhost/wwhic/admin/categories.php?osCsid=a727beb8c5abe70e46606afa5a742947" method="get"> Go To: <select name="cPath" onChange="this.form.submit();"> any idea why the <input type="hidden" name="osCsid" value="3cbfb158486d689946341eb49b5abe88" /> not coming up?
Guest Posted January 26, 2005 Posted January 26, 2005 now i get the following error. the pull down menu and the search function won't work it gives me the directory name is invalid error message. <form name="goto" action="http://www.XXX.net/wwhic/admin/categories.php?osCsid=3cbfb158486d689946341eb49b5abe88" method="get"> <input type="hidden" name="osCsid" value="3cbfb158486d689946341eb49b5abe88" /> Go To: <select name="cPath" onChange="this.form.submit();"> The above is extracted from the running server and the bottom one is on my windows server.. <form name="goto" action="http://localhost/wwhic/admin/categories.php?osCsid=a727beb8c5abe70e46606afa5a742947" method="get"> Go To: <select name="cPath" onChange="this.form.submit();"> any idea why the <input type="hidden" name="osCsid" value="3cbfb158486d689946341eb49b5abe88" /> not coming up? <{POST_SNAPBACK}> anyone?
Guest Posted January 26, 2005 Posted January 26, 2005 define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/domain/catalog/'); other errors are probably file permissions
Guest Posted January 26, 2005 Posted January 26, 2005 define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/domain/catalog/'); other errors are probably file permissions <{POST_SNAPBACK}> thanks... but how do i check which ones should be permitted and which ones shouldn't be? i manage to get the pull down and search working.. however it takes me straight back to the login page. why is dat?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.