punitsoftac
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress Installer ErrorHi,
Server Environment :
MySQL : 5.7.32
PHP : 7.4.11
Apache : 2.2.34Note : It works if I replace following code of wp-includes\functions.php Line number 1756
Original Code :
$described_table = $wpdb->get_results( “DESCRIBE $table;” );
if ( is_array( $described_table ) && count( $described_table ) === 0 ) {
continue;
}Replaced with :
if ( ! $wpdb->get_results( “DESCRIBE $table;” ) ) {
continue;
}- This reply was modified 5 years, 7 months ago by punitsoftac.
Forum: Installing WordPress
In reply to: WordPress Installer ErrorHi,
It’s a Fresh install. I have downloaded package from https://ww.wp.xz.cn/latest.zip and unzipped on server. When we visit installer. It redirects to URL/wordpress/wp-admin/setup-config.php and throws error.
- This reply was modified 5 years, 7 months ago by punitsoftac.
Forum: Installing WordPress
In reply to: WordPress Installer ErrorHi,
Is there anyway by which you can check on any of our servers. We have tried installing on various platforms.
Forum: Installing WordPress
In reply to: WordPress Installer ErrorTried installing on
MySQL 5.7.32, MySQL 5.6.25, MySQL 5.5.62
PHP 7.3.21, PHP 7.2.33, PHP 7.1.33Forum: Installing WordPress
In reply to: WordPress Installer ErrorHi,
I am trying to make fresh install and getting this error. After unzipping WordPress zip on first visit it throws error.