Ticket #84 (reopened defect)

Opened 8 months ago

Last modified 4 months ago

test.php ok but install.php says UNABLE TO SET LC_ALL TO

Reported by: Gepeto Owned by: florian
Priority: major Milestone: 0.5
Component: installer Version:
Keywords: Cc:

Description

In a fresh install of Debian Etch; Apache2 PHP5 MySQL

Based on the debian installation that appears on the web. It all goes good until install.php

The locale -a outout: /phpaga/etc# locale -a C es_ES es_ES@euro es_ES.iso88591 es_ES.iso885915@euro es_ES.utf8 POSIX spanish

The /etc/environment cat/phpaga/etc# cat /etc/environment LANGUAGE=es_ES.ISO-8859-1 LC_ALL=es_ES.ISO-8859-1 LC_TYPE=es_ES.ISO-8859-1 LC_MESSAGES=es_ES.ISO-8859-1 LANG=es_ES.ISO-8859-1

The Test.php output related to locales: Languages and locales en NO - you need to install the proper locale if you want to offer this language to your users it NO - you need to install the proper locale if you want to offer this language to your users es_ES.UTF8 Yes hu NO - you need to install the proper locale if you want to offer this language to your users no NO - you need to install the proper locale if you want to offer this language to your users nl NO - you need to install the proper locale if you want to offer this language to your users da NO - you need to install the proper locale if you want to offer this language to your users de NO - you need to install the proper locale if you want to offer this language to your users fr NO - you need to install the proper locale if you want to offer this language to your users ru NO - you need to install the proper locale if you want to offer this language to your users

An when I tray install.php it says...

Unable to set LC_ALL to

I hope it has solution. Greetings

Attachments

Change History

Changed 4 months ago by jsartegain@…

  • status changed from new to closed
  • resolution set to fixed

Hi Gepeto,

I get the same error message as you.

It seams to be case sensitive the /etc/environment LANG variable so, to solve it, put the language code exactly as appears at the locale -a output. i.e:

locale -a output: es_ES.utf8 then set: /etc/environment: LANG="es_ES.utf8"

If you use: LANG="es_ES.UTF8" doesn,t work

Changed 4 months ago by anonymous

  • status changed from closed to reopened
  • resolution fixed deleted

After set the PHPAGA_MYSQLBIN correctly, the error returns:

Unable to set LC_ALL to

Sorry

Add/Change #84 (test.php ok but install.php says UNABLE TO SET LC_ALL TO)

Author



Change Properties
<Author field>
Action
as reopened
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
 
Note: See TracTickets for help on using tickets.