I've successfully installed MAMP server 3.0.1 on Windows 8, but when I try to load a page, I've got many errors (shown in popup dialog boxes):
After that, start page (http://localhost/
) opened and while I'm trying to open phpinfo
, an error show again (5 times and consecutive).
I have AppServ on my computer too. My AppServ works well on my pc.
What may be causing the errors? How do I fix it?
By looking at issues with PHP extension DLL, most probably you already have another PHP version in your system path which conflicts with MAMP (or MAMP PRO) installation. You can check if you already have PHP in system path by opening command prompt and executing
PHP -v
or
PHP --ini
You can also check Help->Summary page in MAMP PRO which shows modules initialized by Apache server (PHP module and all PHP extension DLL's in Apache process memory map)