CaroeK
CaroeK
I tried to change the following if ( getenv('ProjectNami.UTF8') ) { $this->dbh = sqlsrv_connect( $this->dbhost, array( "Database"=> $this->dbname, "UID"=> $this->dbuser, "PWD"=> $this->dbpassword, 'ReturnDatesAsStrings'=>true, 'MultipleActiveResultSets'=> false, 'CharacterSet'=> 'UTF-8') ); } else...
1. I found the issues about varchar and nvarchar, so i dropped and recreated the table with nvarchar. Then I filled in the data again. So that should not be...
I can change the PHP.ini. 1. Can I just put ProjectNami.UTF8 = 1; Somewhere in the php.ini ? 2. I still have to reinstall the WordPress site right?
Damn....just tried.... wasn't enough.... no change :(
Thank you for super fast and very helpfull help 🥇 I modified the C:\xampp\apache\conf\extra\httpd-xampp.conf file and added the last line in this section: SetEnv MIBDIRS "C:/xampp/php/extras/mibs" SetEnv MYSQL_HOME "\\xampp\\mysql\\bin" SetEnv...