Support

UNiTE, Remote CLI, eXtract Wizard

#3719 Issue with Extract wizard and kickstart

Posted in ‘UNiTE and Remote CLI’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

PHP version
n/a
Tool
UNiTE
Tool version
n/a

Latest post by nicholas on Monday, 24 January 2011 04:04 CST

user28167
I have a joomla site that user akeeba backup.
I created a localhost on my mac at home using mampro to test it out for new upgrades etc.

I installed fresh joomla install. - worked
I downloaded a zip file of the last backup

so i use kickstart and put in the root folder.I run it and I put the zip file in the same folder. I start kickstart and i keep getting cannot read file readme.html or something along that line. the zip file has R/W permissions too.
So i said fine that doesnt work so i use the extract wizard and it works and puts the zip file contents in my mamppro folder where i want it.
Now when i run localhost, it just hangs at connecting to localhost and doesnt load a page up.not sure where the site is.
not sure what other alternative is there.

user28167
never mind fixed it
i created a wrong database in phpadmin which didnt match from original site
all works now

nicholas
Akeeba Staff
Manager
As a sidenote, there are two very common issues with MAMP regarding permissions and database setup.

First, the permissions issue. The exact error message you got was "Can not write to ......../README.html". This is a permissions issue. You create the site's directory on your MAMP Pro server using Finder, therefore the directory is owned by your user. MAMP Pro's Apache runs under the nobody:nogroup user and group. Unless you give 0777 permissions to your site's directory neither Kickstart nor Joomla! will be able to write to it ;) Alternatively, you can configure MAMP Pro's Apache to run as your own user, but that's slightly more difficult and not really recommended.

Another perk of MAMP is that you can't usually use "localhost" as the database host name. You have to use 127.0.0.1. They are not the same. "localhost" tells PHP to use named pipes to access MySQL, which are not available in MAMP. "127.0.0.1" tells it to use TCP/IP networking, which works.

I've been bitten by both of these issue two months ago when I migrated from Linux to the Mac platform.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!