dzigner Posted April 12, 2012 Share Posted April 12, 2012 HI I am hosted on a windows 2003 server enterprise platform, with php 5.2.5 and mysql 5.0.45 installed. I have installed coursems script from https://sourceforge.net/projects/coursems in http://www.des-us.com/erp/coursems. The url I use is http://erp.des-us.com/coursems/admin/ On trying to log onto the admin section, I get this error: Fatal error: require() [function.require]: Failed opening required '/home/users/web/b1582/whl.juzar/erp/coursems/admin/functions/database.php' (include_path='.;c:\php\5\pear') in \\boswinfs04\home\users\web\b1582\whl.juzar\erp\coursems\admin\includes\application_top.php on line 14 My cofig file is: //CourseMS Paths define('HTTP_SERVER', 'http://erp.des-us.com/coursems/'); define('HTTP_PATH', '/home/users/web/b1582/whl.juzar/erp/coursems/admin/'); define('EXPORT_PATH', '/home/users/web/b1582/whl.juzar/exports/'); define('REL_EXPORT_PATH', 'exports/'); and admin config file is: //CourseMS Paths define('HTTP_SERVER', 'http://erp.des-us.com/coursems/admin/'); define('HTTP_PATH', '/home/users/web/b1582/whl.juzar/erp/coursems/admin/'); define('EXPORT_PATH', '/home/users/web/b1582/whl.juzar/exports/'); define('REL_EXPORT_PATH', 'exports/'); Please check the site at http://erp.des-us.com/coursems/admin/, and let me know if somebody can help me out. thanks Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/ Share on other sites More sharing options...
dzigner Posted April 13, 2012 Author Share Posted April 13, 2012 Hi Cant anybody help me? Then, can anyone suggest any other course registration php system? thanks Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/#findComment-1336882 Share on other sites More sharing options...
kicken Posted April 13, 2012 Share Posted April 13, 2012 Your error messages shows your path with a \\boswinfs04\ prefix, but you did not include that in your code where you defined the path. You likely need to add that prefix there as well for the path to be valid. Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/#findComment-1336894 Share on other sites More sharing options...
dzigner Posted April 13, 2012 Author Share Posted April 13, 2012 hi already tried that, didnt work. thanks Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/#findComment-1336926 Share on other sites More sharing options...
RobertP Posted April 13, 2012 Share Posted April 13, 2012 my first assumption would be your using linux location with a windows server, did you just move your files from a unix based os? Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/#findComment-1337194 Share on other sites More sharing options...
ignace Posted April 14, 2012 Share Posted April 14, 2012 my first assumption would be your using linux location with a windows server, did you just move your files from a unix based os? I second that. There is no such thing as /home/users on Windows. Quote Link to comment https://forums.phpfreaks.com/topic/260770-coursems-script-not-working/#findComment-1337261 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.