IngwiePhoenix / drag0n

The installer you have been waiting for. Just put it on your mac and run it - and it RUNS!
2 stars 1 forks source link

Wrong URL paths #3

Closed bwoebi closed 11 years ago

bwoebi commented 11 years ago

The URL paths are wrong: they're absolute to / while the application tries to resolve them relative to the Contents folder. Please change the URLs to be relative to drag0n.app/Contents.

I get errors that it tries to open the file:

/Applications/drag0n/drag0n.app/Contents/Applications/drag0n/drag0n.app/Contents/MacOS/d0GUI.php

Called URL is:

http://appjs/Applications/drag0n/drag0n.app/Contents/MacOS/d0GUI.php?...some params...

instead of:

http://appjs/MacOS/d0GUI.php?...some params...
IngwiePhoenix commented 11 years ago

I have found a fix for that a while ago, its just, I havent uploaded anything in a while ^^; I had the issue too. I figured the fix by changing a value in Yii from the Controller.php file. I am going to upload the fix today. Am 05.09.2013 um 01:43 schrieb Bob Weinand notifications@github.com:

The URL paths are wrong: they're absolute to / while the application tries to resolve them relative to the Contents folder. Please change the URLs to be relative to drag0n.app/Contents.

I get errors that it tries to open the file:

/Applications/drag0n/drag0n.app/Contents/Applications/drag0n/drag0n.app/Contents/MacOS/d0GUI.php Called URL is:

http://appjs/Applications/drag0n/drag0n.app/Contents/MacOS/d0GUI.php?...some params... instead of:

http://appjs/MacOS/d0GUI.php?...some params... — Reply to this email directly or view it on GitHub.

IngwiePhoenix commented 11 years ago

The new fix is now up. Tested it on my second mashine and it worked very fine. Try it out :3

bwoebi commented 11 years ago

Ja, funktionniert inzwischen :-)