Help!!!
$CFG = new object;
$CFG->dbhost = "localhost";
$CFG->dbname = "webrecords2";
$CFG->dbuser = "root";
$CFG->dbpass = "****";
$CFG->wwwroot = "/mymarket";
$CFG->dirroot = "???";
$CFG->templatedir = "$CFG->dirroot/templates";
$CFG->libdir = "$CFG->dirroot/lib";
$CFG->imagedir = "$CFG->wwwroot/images";
in the setup of a site I'm creating, the sample code includes this in the admin page what do I put in this line?
$CFG->dirroot =
the initial code says
$CFG->dirroot = "/home/httpd/html/mymarket";
but when i use that i get a blank screen
i've tried "http://local host", "wwwroot " and "intenetpub/wwwroot/" but it doesn't appear to work.
myMarket is the directory the files are located in within wwwroot
The site I'm learning this from uses appache while I'm set up on iis could this be the problem? If I quote that line out, the page still loads but with errors, could anyone lend a hand?? It would be much appreciated!!
Carl
😕