Search found 3 matches

by salogarzon
05 May 2021, 16:47
Forum: Web Server/PHP/MySQL/MariaDB
Topic: Configure Webserver with PHP and MariaDB in F4-210
Replies: 9
Views: 24682

Re: Configure Webserver with PHP and MariaDB in F4-210

Since my last post I`ve been investigating, this is what i've found in /var/log/http_error_log: PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli.so' (tried: /usr/lib/php/mysqli.so (/usr/lib/php/mysqli.so: undefined symbol: mysqlnd_global_stats), /usr/lib/php/mysqli.so.so (/usr/lib/ph...
by salogarzon
14 Apr 2021, 00:04
Forum: Web Server/PHP/MySQL/MariaDB
Topic: Problem installing Wordpress manually
Replies: 16
Views: 17348

Re: Problem installing Wordpress manually

I have a similar problem: unable to make mysqli load in apache. This is what i've found in /var/log/http_error_log: PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli.so' (tried: /usr/lib/php/mysqli.so (/usr/lib/php/mysqli.so: undefined symbol: mysqlnd_global_stats), /usr/lib/php/mysql...
by salogarzon
09 Apr 2021, 23:56
Forum: Web Server/PHP/MySQL/MariaDB
Topic: Configure Webserver with PHP and MariaDB in F4-210
Replies: 9
Views: 24682

Configure Webserver with PHP and MariaDB in F4-210

I have correctly installed WebServer and tried PHP with an script calling phpinfo(). All is correct except the mysqli extension doesnt appear in the list of things in phpinfo. In fact I try a test script to connect to MariaDB using mysqli_connect and the result is : Fatal error: Uncaught Error: Call...