Jamroom Logo   Try the Demo! Jamroom Demo
Buy Now! Buy Now
free download! free
download!
key features key
features
key features view
screenshots
Newsletter
E-mail Address:

Member Spotlight
King Lizzard
132451 "Jamroom has been crucial in managing the large volume of songs that I have on my site. As a songwriter-entertainer I have hundreds of songs that I've written and dozens of songs that I've recorded and released. Jamroom has allowed me to easily add, remove and update my catalog. I have illustrated lyrics, CD Art and concert schedules integrating other systems seamlessly into Jamroom. I've been using Jamroom for over three years now and have even helped, now and again, in the forum. On my site I've used Jamroom to manage my three bands and my festivals that I've sponsored, and have recommended Jamroom to three other artists (who now rely heavily on Jamroom as their CMS). Jamroom is the only true musician's choice for Content Management."
This document applies to Jamroom 2 only - for current Jamroom 3 Documentation, visit the main Documentation section.

Jamroom attempts to determine the full path to your Jamroom directory, as well as the URL to your Jamroom directory, but in some PHP installations it is unable to completely determine the path, and you may end up with double slashes in the URL‘s that Jamroom creates. Note that this is purely a cosmetic issue and won’t affect how your Jamroom functions. The fix is easy though - open the jamroom/config/settings.cfg.php file and look for the top 2 variables:

# PATH SETTINGS
#-----------------------------------------------------------------------
# Jamroom will try to auto-detect the path that it's scripts are running
# in, but on some servers this may not work 100% of the time. Leave
# this at the default unless Jamroom tells you to change it. Default is
# "detect" - any other value and Jamroom will attempt to use it as the
# ABSOLUTE path to the jamroom scripts. Note that this must be the
# absolute path - i.e. /full/path/to/jamroom (note no trailing slash)
$config['jamroom_path'] = 'detect';

# if the $config['jamroom_path'] setting has been set to something OTHER
# then detect you must enter the URL for Jamroom here as well so Jamroom
# knows how to resolve relative URLS within its scripts. Leave this at
# the default "detect" unless you have modified the value above this one.
# if you do need to put an entry in, put it in like so:
# http://path/to/jamroom - note there is no trailing slash "/".
$config['jamroom_url'] = 'detect';

You want to change the “detect” to the actual FULL PATH (for jamroom_path) and URL for your jamroom install. For example:

$config['jamroom_path'] = '/home/username/public_html/jamroom';
$config['jamroom_url'] = 'http://www.example.com/jamroom';

Make sure you include the single quotes around your entry and it should fix the double slash problem.

Home | Download | Support | Demo | Members | Purchase | Marketplace | Contact | Privacy
Jamroom.net 4.0 | ©2003 - 2008 Talldude Networks, LLC. | Powered by TDSDK