Replies: 3 comments 1 reply
-
For MAMP and XAMPP you don't need to change anything for apache, you only need to unzip Can you please check I installed using MAMP and didn't encouter errors during install. |
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for replying. Internal Server Error No errors inside PHP error log. Inside the APACHE error log I see the following: [Fri Jan 03 17:25:17.668262 2025] [:notice] [pid 19243:tid 4508972544] FastCGI: process manager initialized (pid 19243) MySQL error log has the following: 2025-01-03T22:25:17.6NZ mysqld_safe Logging to '/Applications/MAMP/logs/mysql_error.log'. I am using a fresh install of MAMP I only used to test out Expression Engine last week and moved all of its files out of the main folder. Installation: |
Beta Was this translation helpful? Give feedback.
-
The Internal Server Error error message is generated by apache when php generates a fatal error, some possible causes can be missing php extensions like php-xml/dom, it's strange that no php error is logged. For subfolder install you need to change The error is displayed directly when accessing http://localhost:8888/install/index.php or after pressing the install button? My MAMP version is only 5.0.6 (7029) downloaded from https://www.mamp.info/en/windows/ maybe there are different versions and settings between Mac and Windows? You can also try with XAMPP https://www.apachefriends.org/download.html or docker https://docs.docker.com/desktop/setup/install/mac-install/ the image is at https://hub.docker.com/repository/docker/vvveb/vvvebcms |
Beta Was this translation helpful? Give feedback.
-
Can anyone who has set this up locally help me get started with playing around with this? The installation instructions on the official site are very vague and I am getting blank error pages when trying to set up using MAMP. the installer does not just come up automatically. i messed with the conf file, tried copying it into the apache folder, etc
Beta Was this translation helpful? Give feedback.
All reactions