Page 1 of 1

PostPosted: Thu Sep 06, 2007 4:23 am
by cscott
Hi to everybody , i am trying to install webauction but whatever i try no luck ,

Config Windows XP with Apache and php , currently run other php sites using it no prob , installed dataface as per the instructions and i receive the installed correctly page when testing , copied the webauction folder to my htdocs area ( called it df_auction )and tried the install but always get the No Dataface Installation Found , so i did the maunal bit as per the instructions etc , ie created the db manually created tables etc , but whenever i go to http://my machine /df_auction is still get No Dataface Installation Found , i have checked the config file and ensured my config.inc shows the path as below , but still revieve the same error !! .. help greatly appreciated .. please !!

*/
define("c:\Program Files\Apache Group\Apache\htdocs\Dataface", "%%DATAFACE_PATH%%");
// The path to your dataface installation. This can be relative to the
// index.php file, or absolute.

define("http://MY MACHINE DOMAIN NAME/dataface", "%%DATAFACE_URL%%");
// The URL to your Dataface installation location as you would type it
// into a web browser. This can also be relative to your index.php
// file, or it can be absolute (e.g. http://www.yourdomain.com/dataface)
?>

PostPosted: Thu Sep 06, 2007 9:02 am
by shannah

Sorry.. there is an omission in the manual instructions in the readme.ÊÊ You also have to rename the config.inc.php.dist file to just config.inc.php.Ê Similarly the conf.ini.dist file should be renamed to conf.ini.


One thing with the installer:Ê it expects to find dataface in a folder that contains the word 'dataface'.Ê If you name dataface something else, it won't find it unfortunately.
Best regards
Steve