Hannah Vernon
Hannah Vernon
I'm seeing the following error messages being generated by the BuddyPress Chat module (in `/plugins/buddy-chat/public/class-buddy-chat-public.php`): > 'FIND_IN_SET' is not a recognized built-in function name. This is the statement generating the...
I had to modify the `public function db_connect( $allow_bail = true )` function in `wp-includes/wp-db.php` to allow php to connect to my SQL Server using a non-CA-trusted certificate. I changed...
I'm running Ubuntu 18.04 LTS under Windows Subsytem for Linux. I cloned the repo without issue, as root via `sudo su`. ``` Cloning into 'nostril'... remote: Enumerating objects: 264, done....