Installation error with MAC Yosemite & MAMP 3.0.4

My diagnosis is above and php.ini is blow

; Extensions

extension=apc.so

extension=imap.so
extension=yaz.so
extension=mcrypt.so
extension=gettext.so
extension=pgsql.so
extension=pdo_pgsql.so
extension=pdo_mysql.so
extension=zip.so
extension=scalar_objects.so

[Zend]
zend_extension = “/Applications/MAMP/bin/php/php5.4.26/lib/php/extensions/no-debug-non-zts-20100525/ZendGuardLoader.so”
zend_loader.enable = 1
zend_loader.disable_licensing = 0
zend_loader.license_path =

=======================

Then I copied and changed name to 「zendid.mac to zendid 」.

Finally, I run this command

sudo chmod -R 777 ./ScriptCase8

Last, I restarted MAMP (Apache, MySql).

This page works

Then next page is shown to fail.

please help me

Thank you

Diagnosis.png

Diagnosis 2.png

_ScriptCase_____Installation.png

http___localhost_sc8_devel_iface_install_php_rand_78cd7e52b2144a81_failed_to_load.png

Although I am not using Yosemite for my environment (I use an older mac pro). Normally, I have to specify the Apache port to access. Not sure if you are using MAMP PRO or MAMP but on the MAMP window under Ports look for the Apache Port (Default I think is 8888). Then try localhost:8888/path to scriptcase. Also, didn’t use the auto install – I followed the manual install procedure linux http://www.scriptcase.net/v8_tutorial/?show_tutorial=true&so=2&inst=2&conv=3&ln=en i

When you loaded MAMP you already setup the web server (i.e. web root). If you are accessing via a home network and you are not working directly on the box that has MAMP loaded use the IP address instead of localhost (don’t forget to include the port).

Thank you for the reply.
You are right, the MAMP default port is 8888 but I changed to the standard port 80.
Also, I followed the manual install procedure Linux(same page)

BTW, I was successful to Step2, if the port is different It’s can not be shown installation page.

So I tried to access with IPAdreess then result are not changed.

I think the problem is ScriptCase Siagnosis say “Problem ZendId execute Permission” (I changed 777 permission)
(See my uploaded picture no2)

Anyway, I will continue to find something.

Thanks