Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: Westbang on January 10, 2019, 08:35:23 AM

Title: Problems after update PHP 5 to PHP 7
Post by: Westbang 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.
(https://8mail.de/attachments/rc.jpg)
What can i do?
Regards Tom from Germany
Title: Re: Problems after update PHP 5 to PHP 7
Post by: SKaero on January 10, 2019, 11:32:39 AM
Did you download the complete or the dependent version?
Title: Re: Problems after update PHP 5 to PHP 7
Post by: Westbang on January 10, 2019, 05:09:01 PM
the dependent version.
Title: Re: Problems after update PHP 5 to PHP 7
Post by: SKaero 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.
Title: Re: Problems after update PHP 5 to PHP 7
Post by: Westbang 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.
(https://8mail.de/attachments/rc2.jpg)
What can I do?
Regards Tom


Title: Re: Problems after update PHP 5 to PHP 7
Post by: SKaero on January 10, 2019, 11:00:26 PM
If you open the browser console what errors do you see?
Title: Re: Problems after update PHP 5 to PHP 7
Post by: Westbang 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