Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ........../mysql.inc on line 484
The default $dbsys is "mysqli" in MRBS 1.4.11, so this error will not normally happen.
It has worked for years with no problem until the other day
You seem to have CSS turned off. Please don't fill out this field.
Has the PHP version on your server recently changed?
We have now removed the 'mysql' option in the code (changesets 1633eeb9e580 and 95a9fcbc9f69) and these changes will appear in the next release.
In the meantime you can avoid the Deprecated notice by setting
$dbsys = 'mysqli';
in your config file.
Thank you, I'll try that
Thank you so much! it works now!
The default $dbsys is "mysqli" in MRBS 1.4.11, so this error will not normally happen.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
It has worked for years with no problem until the other day
Has the PHP version on your server recently changed?
We have now removed the 'mysql' option in the code (changesets 1633eeb9e580 and 95a9fcbc9f69) and these changes will appear in the next release.
In the meantime you can avoid the Deprecated notice by setting
in your config file.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
Thank you, I'll try that
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
Thank you so much! it works now!