Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing osC on Windows Server


Guest

Recommended Posts

Posted

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.

Posted
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.

 

correct, use /

Treasurer MFC

Posted

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?

Posted
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?

 

anyone?

Posted

define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/domain/catalog/');

 

other errors are probably file permissions

Posted
define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/domain/catalog/');

 

other errors are probably file permissions

 

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...