Author Topic: 1.0.4 upgrade borked my installation  (Read 4677 times)

Offline ivarss

  • Newbie
  • *
  • Posts: 8
1.0.4 upgrade borked my installation
« on: January 10, 2015, 04:28:41 AM »
Hi,
I had configured RC 1.0.3 on FreeBSD with MySQL DB backend.
After upgrade to 1.0.4 e-mails are still displayed, but I cannot access neither addressbook nor preferences.
Page is blank, with "loading" at bottom of page. It is only possible to get out of this by reloading page.

I have enabled SQL debug and do not see anything worth mentioning.
Also "About" page is blank.

How can I debug the problem and fix it?
PHP is 5.4, MySQL 5.6, Apache 2.4.

Br,
Ivars

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 1.0.4 upgrade borked my installation
« Reply #1 on: January 10, 2015, 04:49:54 AM »
What is in the main Roundcub error log? Are you using any plugins?

Offline ivarss

  • Newbie
  • *
  • Posts: 8
Re: 1.0.4 upgrade borked my installation
« Reply #2 on: January 10, 2015, 05:27:57 AM »
What is in the main Roundcub error log?
In $RC_HOME_DIR/logs/error  ? Nothing.
Quote
Are you using any plugins?
Disabled all plugins by setting
Code: [Select]
$config['plugins'] = array(''); still seeing the same.

Could this be something FreeBSD and PHP specific?
Roundcube was installed by package upgrade.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: 1.0.4 upgrade borked my installation
« Reply #3 on: January 10, 2015, 05:35:33 AM »
Look at the web server logs, my guess is a permissions error.

Offline ivarss

  • Newbie
  • *
  • Posts: 8
Re: 1.0.4 upgrade borked my installation
« Reply #4 on: January 10, 2015, 05:42:43 AM »
Yes, not RC problem at all, some other update causes RC endless page loading.
Once again, thanks for your interest.
« Last Edit: January 10, 2015, 08:10:58 AM by ivarss »