Localhost with port number does not work on Mac #129
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments
-
Hi, let me see how I can help. You don't have to disable anything. To add a user account, open your website in a web browser and click on "edit this page". What happens when you do this? |
Beta Was this translation helpful? Give feedback.
-
"Unable to connect" ! |
Beta Was this translation helpful? Give feedback.
-
Admin works when I upload it to my remote live server but not on localhost dev. (mac mamp) |
Beta Was this translation helpful? Give feedback.
-
Can you add |
Beta Was this translation helpful? Give feedback.
-
When I hit "edit" the url changes and stripping out the "8888" to "http://localhost/yellow/edit/" still showing "server not found" / or "unable to connect" |
Beta Was this translation helpful? Give feedback.
-
uhm how do I turn on debug mode ? |
Beta Was this translation helpful? Give feedback.
-
I haven´t touch the config.ini, and I created a user through the terminal.. as instructed. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the trouble, let's figure out where the error is located with some debugging information. Please go to your Yellow folder. Open file
This will show current software version and server settings. |
Beta Was this translation helpful? Give feedback.
-
Yellow 0.6.1, PHP 5.6.2, Apache/2.2.29 Darwin ServerScheme: http |
Beta Was this translation helpful? Give feedback.
-
Oh... so the port number is missing, looks like a bug. Let me try to reproduce it on my computer. |
Beta Was this translation helpful? Give feedback.
-
hmm serverName should be "localhost:8888" maybe? |
Beta Was this translation helpful? Give feedback.
-
if I change the settings in config.ini Yellow 0.6.1, PHP 5.6.2, Apache/2.2.29 Darwin ServerScheme: http and hit "edit this page" I get > The page isn't redirecting properly |
Beta Was this translation helpful? Give feedback.
-
I can confirm that it's a bug. Any web server running non-standart port numbers is affected, the problem is in function getServerName() which doesn't detect the correct server name. I plan to make an update this week. Are you available for testing? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
bah I just freeeaking changed the port number to : 80 instead of : 8888, so now I can have http://localhost/ instead of http://localhost:8888/ ISSUE RESOLVED !! Thanks for yellow and your support !! |
Beta Was this translation helpful? Give feedback.
-
Should be working now. |
Beta Was this translation helpful? Give feedback.
Should be working now.