Author Topic: Upgrade from 1.1.4 to 131 issues  (Read 5735 times)

Offline DigiAngel

  • Jr. Member
  • **
  • Posts: 10
Upgrade from 1.1.4 to 131 issues
« on: September 10, 2017, 08:27:21 AM »
So here's my upgrade process from a functioning 1.1.4 on ubuntu 14 server:

as root, ./bin/installto.sh /var/www/html/roundcubemail
chown -R webdaemonuser:webdaemonuser /var/www/html/roundcubemail
cd /var/www/html/roundcubemail
php composer.phar update --no-dev

I got an error that's shown in the attachment during the php update, now I get a blank screen and here's the errors I get from the http daemon:

Code: [Select]
[Sun Sep 10 00:06:43.736569 2017] [:error] [pid 2242] [client 192.168.1.2:47326] PHP Warning:  include(/var/www/html/roundcubemail/vendor/pear-pear.php.net/PEAR/PEAR.php): failed to open stream: No such file or directory in /var/www/html/roundcubemail/vendor/composer/ClassLoader.php on line 412, referer: http://192.168.1.253/roundcubemail/?_task=login

[Sun Sep 10 00:06:43.736632 2017] [:error] [pid 2242] [client 192.168.1.2:47326] PHP Warning:  include(): Failed opening '/var/www/html/roundcubemail/vendor/pear-pear.php.net/PEAR/PEAR.php' for inclusion (include_path='/var/www/html/roundcubemail/vendor/pear-pear.php.net/Auth_SASL:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Net_IDNA2:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Console_Getopt:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Archive_Tar:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Structures_Graph:/var/www/html/roundcubemail/vendor/pear-pear.php.net/XML_Util:/var/www/html/roundcubemail/vendor/pear-pear.php.net/PEAR:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Net_Socket:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Net_Sieve:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Net_SMTP:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Mail_Mime:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Console_CommandLine:/var/www/html/roundcubemail/vendor/pear-pear.php.net/Crypt_GPG:/var/www/html/roundcubemail/program/lib:.:/usr/share/php:/usr/s in /var/www/html/roundcubemail/vendor/composer/ClassLoader.php on line 412, referer: http://192.168.1.253/roundcubemail/?_task=login

and the errors from roundcubemail:
Code: [Select]
[10-Sep-2017 00:06:44] PHP Fatal error:  Call to undefined function get_table_name() in /var/www/html/roundcubemail/plugins/carddav/carddav.php on line 78
[10-Sep-2017 00:08:48] PHP Fatal error:  Call to undefined function get_table_name() in /var/www/html/roundcubemail/plugins/carddav/carddav.php on line 149
[10-Sep-2017 00:09:07] PHP Fatal error:  Call to undefined function get_table_name() in /var/www/html/roundcubemail/plugins/carddav/carddav.php on line 149
[10-Sep-2017 00:09:12] PHP Fatal error:  Call to undefined function get_table_name() in /var/www/html/roundcubemail/plugins/carddav/carddav.php on line 149

Anything I can do to troubleshoot this on my end?  Thank you.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Upgrade from 1.1.4 to 131 issues
« Reply #1 on: September 10, 2017, 09:45:17 AM »
You may want to try a:
Code: [Select]
php composer.phar install

Since it looks like you missing the vender files.

Offline DigiAngel

  • Jr. Member
  • **
  • Posts: 10
Re: Upgrade from 1.1.4 to 131 issues
« Reply #2 on: September 10, 2017, 11:11:06 AM »
That helps thank you...I now am not seeing the PHP errors, but I still see:

Code: [Select]
[10-Sep-2017 00:09:12] PHP Fatal error:  Call to undefined function get_table_name() in /var/www/html/roundcubemail/plugins/carddav/carddav.php on line 149
which leaves me with a blank page :(

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Upgrade from 1.1.4 to 131 issues
« Reply #3 on: September 10, 2017, 01:14:11 PM »
You need to update or disable the carddav plugin.

Offline DigiAngel

  • Jr. Member
  • **
  • Posts: 10
Re: Upgrade from 1.1.4 to 131 issues
« Reply #4 on: September 10, 2017, 01:31:09 PM »
Thanks....looks like it's just a fresh install by the looks of it:

https://plugins.roundcube.net/packages/roundcube/carddav