[solved] WampServer 3.0.0 can't change language after new install
Posted by: FakE (---.web.vodafone.de)
Date: February 17, 2016 12:37AM

Hello guys,

als you can read in the topic I'm not able to change the
language of WampServer. Everything else works fine on this
fresh installed Windows server.

I installed all needed packedges for WampServer 3.0.0 64bit.
And its installed on Windows server R2 2012.

I right click the icon choose language and click on each language but it didnt changed.


What to do?

Same problem after reinstalling and manualy change in conf file.



Edited 2 time(s). Last edit at 02/18/2016 01:30PM by FakE.

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: RiggsFolly (Moderator)
Date: February 17, 2016 02:21AM

It seems to work for me.

What exactly is not being converted to deutsch?

PS Bitte verwenden Sie keine Schimpfwörter in Ihren Beiträgen. Wenn es wieder passiert, wird Ihr Beitrag gelöscht und ignoriert werden.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: cccRaim (104.236.168.---)
Date: February 17, 2016 01:31PM

I met the same situation, I just edit "wampmanager.conf" to solve the problem.

——The latest progress——

I find how to fix this bug: edit the "wampmanager.conf"
add a blank space after "="

[main]
language ="english"

=>

[main]
language = "english"



Edited 2 time(s). Last edit at 02/17/2016 01:55PM by cccRaim.

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: FakE (---.dynamic.kabel-deutschland.de)
Date: February 17, 2016 02:25PM

Yes it was exactly the written problem with the space after =

This happens only after first install.
After manually insert one space it seems that the config is been saved correctly.

Maybe the developer fix this little issue with first install.


Thanks at all!

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: Otomatic (Moderator)
Date: February 17, 2016 02:27PM

Hi,

> add a blank space after "="
It's no use. It works if there is no space, a space, two spaces, three spaces, twenty-two spaces, three tabs after or before equal sign.
The problem is otherhand.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: cccRaim (104.236.168.---)
Date: February 17, 2016 02:37PM

You can see "wampserver.lib.php"

$iniFileContents = preg_replace('|'.$param.' = .*|',$param.' = '.'"'.$value.'"',$iniFileContents);

There are spaces on both sides

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: Otomatic (Moderator)
Date: February 17, 2016 02:46PM

Hi,

All my excuses !

Wampserver 3.0.0
preg_replace('|'.$param.' = .*|',$param.' = '.'"'.$value.'"',$iniFileContents);

With update wampserver 3.0.3
preg_replace('|^'.$param.'[ \t]*=.*|m',$param.' = '.'"'.$value.'"',$iniFileContents);

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: cccRaim (104.236.168.---)
Date: February 17, 2016 02:59PM

Yes! It's the point!

but on the index page of "www.wampserver.com", the download version is 3.0.0

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: Otomatic (Moderator)
Date: February 17, 2016 03:18PM

Hi,

Always see : Wampserver 3 All you need to know
It is there that are and will be all the news about Wampserver 3.
My English is not good enough to translate the difficulties that I have for that Wampserver.com website updates are made.
Maybe RiggsFolly can do.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: RiggsFolly (Moderator)
Date: February 17, 2016 03:38PM

I think what Otomatic is trying to say is, yes there was an issue in WAMPServer 3.0.0 but if you install the Cumulative Update WAMPServer 3.0.3 it is fixed

You can install WAMPServer3.0.3 directly over WAMPServer 3.0.0, it does not change any versions of Apache/MYSQL or PHP it just corrects some small issues with wampmanager.exe and the surrounding code and configuration

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: FakE (---.dynamic.kabel-deutschland.de)
Date: February 17, 2016 05:49PM

@Developers


Ok, I understood and update to 3.0.3

Thanks for your time and work.
WAMP server is absoluty wunderful.

--

At this point one question is often.

What does this "litte red dot" in the WAMP server icon mean?

See here: [abload.de]

I do some changes and it appears.
But I have no error or configuration problem.

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: Otomatic (Moderator)
Date: February 17, 2016 06:08PM

Hi,

> What does this "litte red dot" in the WAMP server icon mean?
Your Wampserver is « Online ».

With Wampserver 3, the "Put Online" option is hidden yet! It requires two distinct operations to implement.
Or, you changed directly wampserver.conf to put there
status = "online"
but this is a very bad solution, the entire server is open to the world.
You need to use VirtualHost The need for Virtual Host then give access permissions to the desired VirtualHost.
Especially with Wampserver 3.0.3, create or add a VirtualHost is done in three clicks!
Wampserver 3.0.3 - Create a VirtualHost

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: FakE (---.dynamic.kabel-deutschland.de)
Date: February 17, 2016 06:28PM

@Otomatic

As I saw the function has no effect by my WAMP server.
I clicked on it and it won't change his status to online.
It's not working yet and didn't update the "httpd.conf".

Well I'm advanced Apache user and configurate my domains
with the vhosts by myself and make the only the domains
public and not the entire server.

But I only want to tell you the issue with that button.


EDIT:

For "not advanced" Apache users it's not working.

It's currently only changing from OFFLINE to ONLINE,
but it's NOT changing back to OFFLINE if it's online.


EDIT 2: (maybe it helps)

From ONLINE to OFFLINE

It is not changing the httpd.conf like from off to on.

Maybe you can fix smiling smiley



Edited 2 time(s). Last edit at 02/17/2016 06:38PM by FakE.

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: Otomatic (Moderator)
Date: February 17, 2016 06:50PM

Hi,

> It's currently only changing from OFFLINE to ONLINE,
> but it's NOT changing back to OFFLINE if it's online.

Do not edit directly wampserver.conf, you do not know the implications of a change that was not performed by internal scripts WampServer. Other files must also be amended as config.inc.php or wampserver.tpl and this is done by internal scripts when you change an option.

I suggest :
- Right-Click->Wamp Parameters->Menu item Online/Offline to be checked
- Left-Click->Put Online
- Left-Click->Put Offline
- Right-Click->Wamp Parameters->Menu item Online/Offline to be unchecked

This will work only if line
# onlineoffline tag - don't remove
exists in httpd.conf.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WampServer 3.0.0 can't change language after new install
Posted by: FakE (---.dynamic.kabel-deutschland.de)
Date: February 17, 2016 07:09PM

--- deleted

This problem got fixed in 3.0.3 update.



Edited 4 time(s). Last edit at 02/17/2016 08:05PM by FakE.

Options: ReplyQuote


Sorry, only registered users may post in this forum.