Author Topic: New to RoundCube  (Read 5612 times)

Offline nfeonline

  • Newbie
  • *
  • Posts: 4
New to RoundCube
« 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:

Code: [Select]
[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
« Last Edit: October 15, 2012, 06:49:15 AM by nfeonline »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: New to RoundCube
« Reply #1 on: October 15, 2012, 06:22:07 PM »
What are you having troubles doing?

Offline nfeonline

  • Newbie
  • *
  • Posts: 4
Re: New to RoundCube
« Reply #2 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: New to RoundCube
« Reply #3 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.

Offline nfeonline

  • Newbie
  • *
  • Posts: 4
Re: New to RoundCube
« Reply #4 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: New to RoundCube
« Reply #5 on: October 16, 2012, 06:49:35 PM »
What OS is your server running?

Offline nfeonline

  • Newbie
  • *
  • Posts: 4
Re: New to RoundCube
« Reply #6 on: October 16, 2012, 06:50:48 PM »
Linux CentOS

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: New to RoundCube
« Reply #7 on: October 16, 2012, 07:50:02 PM »
The main php.ini should be in /etc/php.ini.