v0.8.1 source is ready for testing

2 replies [Last post]
matt
Offline
Joined: 7 Nov 2005

Please contact me if you'd like to trial it.
Matt

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anonymous
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

matt
Offline
Joined: 7 Nov 2005
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")))