I provided a link to the Sakila database, it can be easily installed following the instructions on the mysql website. Reproducing this should require no more than simply importing the database and viewing it with sqlbuddy.
Since this is a notice, I am confused that it has been displayed. The error_reporting should turn it off and even XDebug.scream is off(which reports errors even if php.ini suppresses them).
Still, I thought I'd report it, in case someone wanted to deal with the issue.
I imported the MySQL example database "Sakila" just now. I imported it without error via the mysql shell.
When I went to check the tables in sqlbuddy(latest version, no updates available), I was presented with this error:
I am using Ubuntu 12.10,
PHP version output:
XDebug.scream
is off.MySQL version output:
My php.ini has the default setting for error display:
I provided a link to the Sakila database, it can be easily installed following the instructions on the mysql website. Reproducing this should require no more than simply importing the database and viewing it with sqlbuddy.
Since this is a notice, I am confused that it has been displayed. The error_reporting should turn it off and even XDebug.scream is off(which reports errors even if php.ini suppresses them).
Still, I thought I'd report it, in case someone wanted to deal with the issue.