rgp
New-
Re: Post count not updating.
Yes, the PDO Driver for MySQL section shows that your PDO installation is not using mysqlnd. I suggest you try the last fix I suggested above, which is working for me: Alter CategoryModel->get() t… (View Post)1 -
Re: Post count not updating.
@Bleistivt Thanks for the suggestion, but PDO::SQLSRV_ATTR_FETCHES_NUMERIC_TYPE is a SQL Server specific constant -- it isn't defined in the PHP build on my webhost. (View Post)1 -
Re: Post count not updating.
Given the reliance on mysqlnd, though it's not listed as a requirement, I've raised an issue for this: https://github.com/vanilla/vanilla/issues/7770 (View Post)1 -
Re: Change Vanilla default html class
I've successfully based a theme on Bootstrap 4 (mainly to integrate into a wider site, so it's not suitable for redistribution). As R_J suggested, looking at Kasper's Bootstrap 3 theme will provide i… (View Post)1 -
Re: Post count not updating.
It looks like my web host isn't using mysqlnd as the PDO MySQL driver :-) Obviously specific to my webhost, but might possibly account for some of the other folk's problems with this issue, too? (View Post)1