Opened 3 years ago

Closed 3 years ago

#14176 closed defect (bug) (invalid)

Hungarian Wordpress 3 installation cannot complete (blank page)

Reported by: zsero Owned by:
Priority: normal Milestone:
Component: General Version: 3.0
Severity: major Keywords: needs-patch
Cc:

Description

The official Hungarian wordpress installation (3.0) cannot continue to step=2 as it only shows a blank page. The installation is perfect using the english official release (3.0), and upgrade is possible after manually editing the locale in the config file.

Versions up to 2.9.2 did not have this bug, and no english version has this bug. I have installed about 10 wp blogs on my host before and never encountered a blank page at install before.

Change History (5)

  • Keywords reporter-feedback added; install blank page hungarian removed

Which download location are you using?

Which PHP version is your host running?

The official one:
http://hu.wordpress.org/wordpress-3.0-hu_HU.zip

The PHP version is 5.2.5-3

I have spent some time, comparing the en-hu files, to find where the problem could be, and it is in the wp-admin/setup-config.php, in the first 40 lines.

The hungarian version has some crazy typo in there:

/**
define('WP_SETUP_CONFIG', true);
 * Disable error reporting
 *
 * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) f
or debugging
 */

I have already reported it at the Hungarian forums.

  • Keywords needs-patch added; reporter-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.