Edit lib/cmslink.lib.php
Find
- Code: Select all
define('ROSTER_URL',$url);
Replace $url with the full url path to your Roster folder, including a trailing slash
(Example 'http://sub_domain.yoursite.com/roster/')
Find
- Code: Select all
define('ROSTER_PATH',$urlpath);
Replace $urlpath with the path to your Roster folder, including leading and trailing slashes
(Example '/roster/')
Roster 2.0.x uses php variables for the paths, this is different than how 1.7.x handles the url pathing. 1.7.x used an entry in the config section for the path