Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

weeks problems
(1 viewing) (1) Guest
Support forum for users using free edition of Book it!. These forums are for mutual help among users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it. .
  • Page:
  • 1
  • 2

TOPIC: weeks problems

Re: weeks problems 11 years, 1 month ago #38156

It is IIS, running on a Server 2008, 32 bit and PHP version 5.3.5

Re: weeks problems 11 years ago #38814

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, we have found the problem. It is incompatibilty with PHP on IIS. It will be fixed in B1.6.
You can fix it in the file administrator/components/com_booking/helpers/booking.php

On the row 1067 replace:
$setting->week = (int) $firstDay->toFormat('%V');

with
$setting->week = (int) date('W', $firstDay->toUnix());
ARTIO Support Team

Re: weeks problems 11 years ago #38829

Thanks, that did it
  • Page:
  • 1
  • 2
User Login Empty