installation issue
I ran the install script without any issues but now when i go to the website I get the message:
Incorrect table name 'install/install.php_config'
http://taper-linux.msu.montana.edu/ladder/html/
any ideas?
Thanks,
Jake
I am having the same problem. Does anyone have a fix?
it has been awhile but i think i remember what i did here, the problem was with the directory structure. i created a folder with the same name as my ladder prefix, as defined in connect.php and put the files in there.
let me know if this doesnt work and ill look into it further.
-jake
Hi Jake
I've got the same problem. How did you fix it please?
Id appreciate your help.
cheers
rick
hi rick, its been awhile and i have forgotten what i did!
i think the problem was with my ladder name and directory structure. I put all the files into a new directory structure which had my ladder prefix, which for me was MSU.
the prefix is defined in install.php at the line
$default = "install/install.php"
there are still a pages that dont display correctly, such as the page after you record a win, but all matches seem to be recorded properly.
let me know if this works.
-jake

Hi Jake, I downloaded the squash ladder yesterday so still in the early days of configuring this.
go to include/connect.php and search for install/install, it should take you to this line
$default = "install/install.php"; // This is your ladder prefix for a single installation and default prefix for a multiple ladder installation
Replace install/install.php with your ladder prefix that you type when installing. I'm lazy so dropped the database then uploaded the new file and reinstalled.
hope this helps but remember this is a new bit of code to me so although it worked for me it might break things fursther down the road.