Forum
Bug in date field
Hi Drew,
there seems to be a problem with the date field in the backend of the current version of Perch.
The month March is not filled properly and that confuses some clients of mine.
This is, what Firefox shows in the source code:
<select id="perch_769_newsdate_month" class="" name="perch_769_newsdate_month">
<option value="01">Jan</option>
<option value="02">Feb</option>
<option selected="selected" value="03"></option>
<option value="04">Apr</option>
<option value="05">Mai</option>
<option value="06">Jun</option>
<option value="07">Jul</option>
<option value="08">Aug</option>
<option value="09">Sep</option>
<option value="10">Okt</option>
<option value="11">Nov</option>
<option value="12">Dez</option>
</select>
Here's the short diagnostics report of one of the pages affected:
Perch: 2.8.26, PHP: 5.5.32-1~he.0, MySQL: mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $, with PDO
Server OS: Linux, apache2handler
Installed apps: content (2.8.26), assets (2.8.26), categories (2.8.26), perch_forms (1.7), perch_mailchimp (2.0.1), perch_members (1.4.2)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_forms', 'perch_mailchimp', 'perch_members' ); include(PERCH_PATH.'/addons/Summit.class.php');
PERCH_LOGINPATH: /p
PERCH_PATH: ***
PERCH_CORE: ***
PERCH_RESFILEPATH: ***
Image manipulation: GD Imagick
PHP limits: Max upload 32M, Max POST 32M, Memory: 256M, Total max file upload: 32M
F1: 2edba60ed1f613d6dd804feb202456a2
Resource folder writeable: Yes
HTTP_HOST: ***
DOCUMENT_ROOT: ***
REQUEST_URI: /p/core/settings/diagnostics/
SCRIPT_NAME: /p/core/settings/diagnostics/index.php
Hope, that’s a quick fix. :) Best for now, Nils.
Make sure you're using a UTF8-supporting server locale.