Author Topic: Problems after update PHP 5 to PHP 7  (Read 6030 times)

Offline Westbang

  • Newbie
  • *
  • Posts: 4
Problems after update PHP 5 to PHP 7
« on: January 10, 2019, 08:35:23 AM »
Hello,
I have an old Round Cube Installation on my Raspberry Apache.
Yesterday I updatet the Raspi from PHP5 to PHP 7
After this my roundcube installation crashes and could not start.
After this I downloded roundcubemail-1.3.8.
First I try to update via Linux shell ./bin/installto.sh <TARGET-FOLDER> without any success.
Then I try a fresh installation with current database.
After this I could log into roundcube but no emails are displayed an the Layout is defect.

What can i do?
Regards Tom from Germany
« Last Edit: January 10, 2019, 11:01:52 AM by Westbang »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Problems after update PHP 5 to PHP 7
« Reply #1 on: January 10, 2019, 11:32:39 AM »
Did you download the complete or the dependent version?

Offline Westbang

  • Newbie
  • *
  • Posts: 4
Re: Problems after update PHP 5 to PHP 7
« Reply #2 on: January 10, 2019, 05:09:01 PM »
the dependent version.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Problems after update PHP 5 to PHP 7
« Reply #3 on: January 10, 2019, 05:31:06 PM »
Then you likely need to run the bin/install-jsdeps.sh script to get the needed Javascript libraries.

Offline Westbang

  • Newbie
  • *
  • Posts: 4
Re: Problems after update PHP 5 to PHP 7
« Reply #4 on: January 10, 2019, 06:55:59 PM »
Hello,
thx for the hint with bin/install-jsdeps.sh
Now it looks a little better, but not perfect.

What can I do?
Regards Tom



Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Problems after update PHP 5 to PHP 7
« Reply #5 on: January 10, 2019, 11:00:26 PM »
If you open the browser console what errors do you see?

Offline Westbang

  • Newbie
  • *
  • Posts: 4
Re: Problems after update PHP 5 to PHP 7
« Reply #6 on: January 12, 2019, 07:26:48 AM »
Hello,
thank you for the hint with the browser console.
The problem was, that I had a redirect to a http url for to the skin directory in the .htaccess.
After I changed the http to https in the .htaccess all works fine.
Thank you for your support.
Regards Tom