GetSimple Support Forum

Full Version: Problème d'installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bonjour, je cherche de l'aide en français. J'essaie d'installer getsimple en local avec Mamp mais systématiquement j'arrive sur une page d'ereur ! Quelqu'un peut-il me sauver ? Par avance, merci.
It might help if you tell us what the error exactly is. I had a problem with MAMP as it sets the domain to localhost instead of localhost:8888 (the standard MAMP domain).

If you use a standard MAMP and your port is 8888 go to your GetSimple folder and open the file /data/other/website.xml.
Search this part of the file:
Code:
<SITEURL>http://localhost/getsimple/</SITEURL>
(Your GetSimple folder might have a different name.)
And change it to support the right port:
Code:
<SITEURL>http://localhost:8888/getsimple/</SITEURL>

I hope this helped, I can’t actually answer in French.

Later added (edit):

Also, if you have a special character in your site name (ç, é, etc) this might cause problems. This is something we’re looking into for the next release.
@Zegnat. Merci beaucoup. J'avais mis des accents pour le nom du site donc en effet ça ne pouvais pas marcher ! Thanks.