Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade from 1.6 to 1.6.5 fail with the installto.sh script #9300

Closed
ewok2 opened this issue Jan 2, 2024 · 2 comments
Closed

upgrade from 1.6 to 1.6.5 fail with the installto.sh script #9300

ewok2 opened this issue Jan 2, 2024 · 2 comments

Comments

@ewok2
Copy link

ewok2 commented Jan 2, 2024

Hello
Download latest verstion 1.6.5 tar.gz
uncompress it
Going to the roundcube-1.6.5 directory
launching "./bin/installto.sh /var/www/roundcube/"

My conf :
Ubuntu 22.04
roundcube 1.6.0
php8.2

get error message :
PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() in /home/user/roundcubemail-1.6.5/program/lib/Roundcube/bootstrap.php:86
Stack trace:
#0 /home/user/roundcubemail-1.6.5/program/include/iniset.php(78): require_once()
#1 /home/user/roundcubemail-1.6.5/program/include/clisetup.php(25): require_once('...')
#2 /home/user/roundcubemail-1.6.5/bin/installto.sh(23): require_once('...')
#3 {main}
thrown in /home/dimi/roundcubemail-1.6.5/program/lib/Roundcube/bootstrap.php on line 86

I have try to "install"
sudo apt-get install php8.2-mbstring
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php8.2-mbstring is already the newest version (8.2.14-1+ubuntu22.04.1+deb.sury.org+1).

Any idea of the problem?
Do I try to upgrade manualy?

Thanks

@alecpl
Copy link
Member

alecpl commented Jan 2, 2024

Ubuntu has ability to use different PHP version for CLI and Apache. Mybe you're not using the version you think you are.

Not Roundcube issue.

@alecpl alecpl closed this as completed Jan 2, 2024
@ewok2
Copy link
Author

ewok2 commented Jan 2, 2024

Thanks it work with php8.3

Found a lot of "PHP Deprecated:" in error log.
do I need to fix it? or is it related to plugin not updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants