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
Did you download the complete or the dependent version?
the dependent version.
Then you likely need to run the bin/install-jsdeps.sh script to get the needed Javascript libraries.
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
If you open the browser console what errors do you see?
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