Public Bookings 6.x-3.0-alpha2
Php 5.3.2
Drupal 6.22
Bookings API 6.x-3.0-alpha2
Date 6.x-2.7
Views 6.x-2.12
CCK 6.x-2.9

When I open the page to create a new "Resource" I have this error message:
warning: Invalid argument supplied for foreach() in .../includes/form.inc on line 1212.

Then I can create the Resource, but when I open the page "Resources" I have this two errors:
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in
.../includes/database.mysqli.inc on line 329

And
warning: htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument in /includes/bootstrap.inc on line 856.

Could it be a problem related with Views?

I have also tried to install the dev version of Public Bookings, but I have the same issue.

Comments

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

Which version of PHP are you using?

Nidragon’s picture

I'm using the 5.3.2 Php version. You can see all my setting (also all related module version) in the Issue summary.

Thank's in advance. ;)

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Active

Appologies, apparently I was blind. I'll have a look at it.