Roundcube Community Forum

Release Support => Release Discussion => Topic started by: nfeonline on October 15, 2012, 05:11:56 AM

Title: New to RoundCube
Post by: nfeonline on October 15, 2012, 05:11:56 AM
Hello everyone,

I am new to installing roundcube on my server but I have been using roundcube for awhile now. I know that there is a tutorial from roundcube about how to install it but if anyone has a simpler tutorial please help me out. I want to be able to use roundcube for all my clients without them going through the hostgator url.

Right now I am having trouble with the date.timezone in the php.ini. I had to create the php.ini file, and inserted this in the file:

[Date]
; Defines the default timezone used by the date functions.
; http://php.net/date.timezone
; date.timezone = "America/Indiana/Indianapolis"


Thanks for any help!
Naptowns Finest
Title: Re: New to RoundCube
Post by: SKaero on October 15, 2012, 06:22:07 PM
What are you having troubles doing?
Title: Re: New to RoundCube
Post by: nfeonline on October 15, 2012, 08:46:01 PM
I am having an issue with the installer at the moment. It says that the date.timezone is blank. I inserted the above code and it didn't help any.

Can you tell me what I am doing wrong?
Title: Re: New to RoundCube
Post by: SKaero on October 16, 2012, 03:15:49 AM
You should edit the main php.ini on the server if you can instead of creating a directory level php.ini. A problem with the code snippet you posted above is the date.timezone is commented out, remove the ";" in front of date.timezone. If your making a directory level php.ini keep in mind that you need one in the main RoundCube folder and one in the installer director for the installer to see the settings.
Title: Re: New to RoundCube
Post by: nfeonline on October 16, 2012, 06:47:45 PM
I wasn't able to find a "main" php.ini on the server that is why I created one. I will try the second thing later when I can get on to work on it. I will update you to let you know if that worked.
Title: Re: New to RoundCube
Post by: SKaero on October 16, 2012, 06:49:35 PM
What OS is your server running?
Title: Re: New to RoundCube
Post by: nfeonline on October 16, 2012, 06:50:48 PM
Linux CentOS
Title: Re: New to RoundCube
Post by: SKaero on October 16, 2012, 07:50:02 PM
The main php.ini should be in /etc/php.ini.