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:
(Your GetSimple folder might have a different name.)
And change it to support the right port:
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.
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>
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.
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!