Hi,
I have roundcube from git running in dev environment.Now I upgrade and I have a white page.In log file I found:
PHP Fatal error: Undefined class constant 'MYSQL_ATTR_FOUND_ROWS' in /var/www/i-bs.pl/rcubegit/program/lib/Roundcube/rcube_db_mysql.php on line 127
php5.2.17 / mysql - 5.1.
I must something upgraded in my servers?
On 12/19/2012 03:11 PM, For@ll wrote:
PHP Fatal error: Undefined class constant 'MYSQL_ATTR_FOUND_ROWS' in /var/www/i-bs.pl/rcubegit/program/lib/Roundcube/rcube_db_mysql.php on line 127
php5.2.17 / mysql - 5.1.
It looks that it was added in PHP 5.3. https://bugs.php.net/bug.php?id=44135. And this is really bad, because this feature is very important for as. Open a ticket in bugtracker. We'll think what to do about it.