[racktables-users] Re: An error has occured in [getRackRowInfo()].
- From: Denis Ovsienko <pilot@xxxxxxxxxx>
- To: racktables-users@xxxxxxxxxxxxx
- Date: Thu, 5 Feb 2009 19:43:04 +0300
Hello.
> I am new to racktables, but I haven't found the issue on the list or
> bugtracker.
> It's a clean installation with 1 object (switch)
>
> I have created 3 rack rows.
This should give 3 records for the SELECT in question.
> When I click any of rows I get this:
>
>
> =============
> An error has occured in [getRackRowInfo()]. Additional information:
>
> SQL query 'select dict_key as id, dict_value as name, count(Rack.id) as
> count, if(isnull(sum(Rack.height)),0,sum(Rack.height)) as sum from Chapter
> natural join Dictionary left join Rack on Rack.row_id = dict_key where
> chapter_name = 'RackRow' and dict_key = 50000 group by dict_key'
> failed in useSelectBlade with error 2036 ()
# Error: 2036 (CR_UNSUPPORTED_PARAM_TYPE)
Message: Using unsupported buffer type: %d (parameter: %d)
I am not sure, but as long as the error is only visible from PHP, your
php-mysql module may be trying to use protocol features incompatible
with your server. The first places to look into would be output of PHP's
phpinfo() and myslq client's "status". I don't recall seeing this error
before, especially in this function.
Other related posts: