I'm trying to get this to work
http://www.pdesigner.net/en/php-booking-calendar/booking-calendar-v2 as I'd like to see if it could be used as a Studio Booking calendar for work.
I've downloaded XAMPP and installed it and that's fine and I then copied all the files into the htdocs folder, created a database and ran the install script. After it installed it said that it had completed successfully but it also displayed this error message:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\install\includes\functions\database.php on line 39
Now when I go to the home page I get:
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\includes\functions\sessions.php on line 111
And if I try to access the admin panel it never displays anything with Firefox saying:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The Booking Calendar script was updated a year ago but nothing since, could this be that it requires PHP 4 whereas I have PHP5 or is it something else?