Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fatal error: Call to undefined function...
#4
well, your paths are not correct.. you are using URL instead of a path
should be something like:

// Path to where mydms is located
var $_rootDir = "/home/user/public_html/dataroom/";

// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/home/user/public_html/dataroom/drdocs/";

// Path to adodb
var $_ADOdbPath = "/home/user/public_html/dataroom/adodb/";
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)