Search found 8 matches

by LittleMike
Tue Feb 15, 2011 10:05 am
Forum: Beginners and Newbies
Topic: Greyhole - PHP Warning
Replies: 8
Views: 4401

Re: Greyhole - PHP Warning

Continent/City format is what should be used; fixed my post above to reflect this.
Gotcha. Thanks for the update :)
by LittleMike
Tue Feb 15, 2011 9:18 am
Forum: Beginners and Newbies
Topic: Fedora Users vs. Amahi Users
Replies: 6
Views: 3374

Re: Fedora Users vs. Amahi Users

Glad it worked for you. And you don't have to feel bad, I wasn't scolding you. I was just letting you know in case you didn't realize.

SAM
You are correct, I did not. But now I do, so that's good :)
by LittleMike
Mon Feb 14, 2011 10:36 pm
Forum: Beginners and Newbies
Topic: Fedora Users vs. Amahi Users
Replies: 6
Views: 3374

Re: Fedora Users vs. Amahi Users

Okay, deleted the extra user, kept the one I wanted, ran hda-install and ran into a slight snag. It said that's deprecated and you are now to use the amahi-installer by going to http://localhost:2000. Not a problem, Control-Shift clicked it, ran the installer with my existing install code, rebooted,...
by LittleMike
Mon Feb 14, 2011 8:45 pm
Forum: Beginners and Newbies
Topic: Greyhole - PHP Warning
Replies: 8
Views: 4401

Re: Greyhole - PHP Warning

The correct way to fix this is to add a line in your /etc/php.ini file: date.timezone = "US/Central" The list of available timezone values you can use can be found here: http://www.php.net/manual/en/timezones.php Comments in the link you posted say that the US/Central format is no longer ...
by LittleMike
Mon Feb 14, 2011 8:38 pm
Forum: Beginners and Newbies
Topic: Fedora Users vs. Amahi Users
Replies: 6
Views: 3374

Re: Fedora Users vs. Amahi Users

Have you started using Amahi configurations for storage and Apps? If not then I would say go into the Fedora user management and delete all of the users except for the one you want. Then reinstall Amahi with your install code from the terminal using this command: hda-install -f [YOUR INSTALL CODE] ...
by LittleMike
Mon Feb 14, 2011 1:08 pm
Forum: Beginners and Newbies
Topic: Greyhole - PHP Warning
Replies: 8
Views: 4401

Re: Greyhole - PHP Warning

Hello, This is a problem with Fedora 14. What you can do to make the warning go away is change: date_default_timezone_set(date_default_timezone_get()); to read as this: date_default_timezone_set('Pacific/Auckland'); That's what I did on my system and the message disappeared. This is something we ar...
by LittleMike
Mon Feb 14, 2011 12:10 am
Forum: Beginners and Newbies
Topic: Fedora Users vs. Amahi Users
Replies: 6
Views: 3374

Re: Fedora Users vs. Amahi Users

13 views and no responses yet? Well I think I discovered something if it helps: I was going through the FAQ regarding first time set up and saw a mention about making sure that the user you create just after the Amahi install should match the user you created in Fedora and that it is case-sensitive ...
by LittleMike
Sun Feb 13, 2011 2:58 pm
Forum: Beginners and Newbies
Topic: Fedora Users vs. Amahi Users
Replies: 6
Views: 3374

Fedora Users vs. Amahi Users

I tried searching for this but couldn't find it anywhere in the forums. I'm pretty much Linux illiterate, so please bear with me. I just finished setting up Amahi and one thing that I noticed is that during the Amahi install, it asks to create a user. Thinking this was purely for web access/the Amah...