GetSimple Support Forum
Problème d'installation - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Problème d'installation (/showthread.php?tid=395)



Problème d'installation - stefpopo - 2010-02-13

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.


Problème d'installation - Zegnåt - 2010-02-13

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.


Problème d'installation - stefpopo - 2010-02-15

@Zegnat. Merci beaucoup. J'avais mis des accents pour le nom du site donc en effet ça ne pouvais pas marcher ! Thanks.