orobouros Posted August 27, 2016 Report Share Posted August 27, 2016 (edited) Hello, i actually test phpvms before using it for my company. All works well, i've solved several small problems but i have one to change currency from $ to €. I've try all solutions explained in phpvms files and on the forum. I've try the 3 UTF-8 codes for Euro. But nothing change on my site. Solutions i've tried in app.config.php : Config::Set('MONEY_UNIT', '&8364;'); Config::Set('MONEY_UNIT', '€'); Config::Set('MONEY_UNIT', '€'); Config::Set('MONEY_UNIT', "€"); Can someone have an idea to solve this ? Edited August 31, 2016 by orobouros Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted August 29, 2016 Members Report Share Posted August 29, 2016 Try € Quote Link to comment Share on other sites More sharing options...
orobouros Posted August 29, 2016 Author Report Share Posted August 29, 2016 I've tried this too, nothing changes. Question: in th topics i've seen, some users talk about a app.local.config.php file. I've installed and setup the 5.5 version of phpvms and this file doesn't exist. The only one is app.config.php. Is it a problem or is it normal ? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted August 29, 2016 Members Report Share Posted August 29, 2016 no you should have a local.config.php in core folder Quote Link to comment Share on other sites More sharing options...
orobouros Posted August 30, 2016 Author Report Share Posted August 30, 2016 I suppose this local.config.php is created during the installation of phpvms, because this file is not in the two versions of phpvms i've downloaded to test. Is it true ? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted August 30, 2016 Members Report Share Posted August 30, 2016 That is correct Quote Link to comment Share on other sites More sharing options...
orobouros Posted August 30, 2016 Author Report Share Posted August 30, 2016 I don't know why this file is not on my server. What is the difference between app.local.config.php and app.config.php ? Can i duplicate app.config.php and rename it app.local.config.php, or must i rename app.config.php in app.local.config.php ? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted August 31, 2016 Members Report Share Posted August 31, 2016 I find it a little imposible to not have a local.config.php as in there are also located the login credentials to the database Btw what is your site link ? Quote Link to comment Share on other sites More sharing options...
orobouros Posted August 31, 2016 Author Report Share Posted August 31, 2016 here is the address of the test site : http://www.voozenoo.fr/index.php/ I just have a app.config.php located in the core folder. Quote Link to comment Share on other sites More sharing options...
orobouros Posted August 31, 2016 Author Report Share Posted August 31, 2016 (edited) ok, my mistake... I was searching app.local.config.php and the file is local.config.php. That's ok for me. Currency is changed for €. Thanks for helping me. Edited August 31, 2016 by orobouros Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.