Squash Ladder User Manual
Archive
Please contact me if you'd like to trial it. Matt
what's that? Fatal error: Call to undefined function: file_get_contents() in /home/users/t/trick/public_html/ladder/install/install2.php on line 26
Another user reported this error with an older version of PHP that doesn't include the inbuilt function file_get_contents().
Replace that line with:
if (!$string = implode('', file("install.sql")))
Donations total unavailable
what's that?
what's that?
Fatal error: Call to undefined function: file_get_contents() in /home/users/t/trick/public_html/ladder/install/install2.php on line 26
old version of php?
Another user reported this error with an older version of PHP that doesn't include the inbuilt function file_get_contents().
Replace that line with:
if (!$string = implode('', file("install.sql")))