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
What are you having troubles doing?
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?
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.
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.
What OS is your server running?
Linux CentOS
The main php.ini should be in /etc/php.ini.