Domain change?
Wed, 17/12/2008 - 15:58
Hi -
I've got a copy of Squashladder 8.3.89 running successfully. However, whenever new users register, they are being directed to www.squash-ladder.net/clubprefix in the registration emails.
I set the $domain variable in connect.php to be *my domain*
Why are the default emails using this nonexistent site? Why can I not change this under Configure Ladder Settings, chosen domain?
I am looking to deploy this product for our club. Any help is appreciated.
Thanks.
Tim

I have the same issue with the registration verification url and thought it was me!
@Tim
Are you sure about going live with this version there's a read me in the root that says this is a bleeding edge build.
'Important - this is an alpha release which contains bugs. Do not install this for your production ladder unless you are brave.' or you could add crazy in my case.
When in the admin area Options > Change ladder setting > Chose domain > my domain doesn't appear in the drop down list. The list contains a default domain list.
I also needed to edit the squashstyle.php to change the colours in order to make menu links visible. Have I entered an incorrect path in the installation? The colours I added in the connect.php are in the DB. There are issues with some images and the heading also. (this maybe related to a path error on my part) Maybe a related issue. As a side note are changes made to the connect.php dynamic or are some just written once to the DB?
php5 v 5.2.6, magic Q on, mysql 5.0.67-community, Apache/1.3.41 (Unix) DB table count = 12 user = is a noob
installation location = /home/user1/public_html/ladders/
connect.php entries:
$domain="subdomain.mydomain.com";
$path ="/";
$server_path = '/home/user1/public_html/ladders/';
$backup_path="/home/user1/ladder/backup/squash_logs";
$type="single";
$default = "suffix 3 characters in my install";
Do you think I should drop back a version? I'm really interested in trying out your new pyramid system for a community project.
I'm off to rtfm in case I'm the root cause with the issues I have.
The scripts look great and thanks Matt for making it available under gnu/gpl. Very much appreciated!