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
Comment #1
Anonymous (not verified) commentedWhich version of PHP are you using?
Comment #2
Nidragon commentedI'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. ;)
Comment #3
Anonymous (not verified) commentedAppologies, apparently I was blind. I'll have a look at it.