Thread Starter
dabinn
(@dabinn)
Tested again with whole new installed WordPress, same result.
Thread Starter
dabinn
(@dabinn)
Downgrade PHP to Version 5.4.45, not working.
Thread Starter
dabinn
(@dabinn)
I’ve finally figure out the problem.
The PHP mysql extension needs to be turn on.
extension=php_mysql.dll
After this setting Blogtext is working.
(I only use mysqli before.)
But it’s strange no error message is shown, even I set
define(‘WP_DEBUG’, true)
error_reporting(E_ALL);
in wp-config.
Good findings, thanks for sharing. However, I’m also not sure why this would happen. As far as I can remember, I didn’t add any special logic regarding the database that would explain this behavior.
If I can find the time, I’ll try to reproduce this problem.
From you postings, I assume you’re running PHP on a Windows server? Or could you (also) reproduce this problem on Linux?
This is now tracked as issue 29.