Tiki26 fails to load on OSX using MAMP (php8.1.17) due to locale issue
- Status
- Closed
- Subject
- Tiki26 fails to load on OSX using MAMP (php8.1.17) due to locale issue
- Version
- 26.x
- Category
- Bug
- Resolution status
- Fixed or Solved
- Submitted by
- Bernard Sfez / Tiki Specialist
- Lastmod by
- Bernard Sfez / Tiki Specialist
- Rating
- Description
I've been using OSX and MAMP to setup Tiki on my local computer since a while.
Since Tiki26 (using php8) after the install goes as expected I got a 500 error loading any Tiki page.
Seems it is because the "setlocale" command on "tiki-setup.php"If I comment the following
Copy to clipboardsetlocale(LC_ALL, '');
Or if I set it with 'en_US.utf8'Copy to clipboardsetlocale(LC_ALL, 'en_US.utf8');
Tiki load up correctly.- Importance
- 2
- Easy to solve?
- 5
- Priority
- 10
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 8448
- Created
- Thursday 29 June, 2023 13:04:12 UTC
by Bernard Sfez / Tiki Specialist - LastModif
- Tuesday 25 July, 2023 13:59:05 UTC