[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2014-06-02 Thread pratyush kumar
i too had same problem using roundcube with open_basedir enabled (i use 
ispconfig)
i got it solved by adding 

php_admin_value open_basedir
/usr/share/roundcube:/etc/roundcube:/var/lib/roundcube:/etc/hostname:/etc/mailname:/usr/share/php

and

php_value include_path .:/usr/share/php (got hint from the comment by
Andreas Schiler)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2013-05-07 Thread Pander
Too bad still no replies to
http://lists.roundcube.net/pipermail/dev/2013-May/022476.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2013-05-03 Thread Andreas Schiller
I just had the same problem as Pander (#11).

The problem here was another installed webapp (DaviCAL) which overrode
include_path within its apache-config.

BTW: I found out by creating /var/lib/roundcube/phpinfo.php:

 ?php phpinfo() ?

and then calling http://myserver/roundcube/phpinfo.php and checked
include_path within core section

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2013-05-02 Thread Pander
Both suggestions are not fixing my 12.10 installation. Still have the
same error. My Apache2 config has:

Alias /rc/program/js/tiny_mce/ /usr/share/tinymce/www/
Alias /rc /var/lib/roundcube

# Access to tinymce files
Directory /usr/share/tinymce/www/
  Options Indexes MultiViews FollowSymLinks
  AllowOverride None
  Order allow,deny
  allow from all
/Directory

Directory /var/lib/roundcube/
  Options +FollowSymLinks
  # This is needed to parse /var/lib/roundcube/.htaccess. See its
  # content before setting AllowOverride to None.
  AllowOverride All
  order allow,deny
  allow from all
/Directory

# Protecting basic directories:
Directory /var/lib/roundcube/config
Options -FollowSymLinks
AllowOverride None
/Directory

Directory /var/lib/roundcube/temp
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
/Directory

Directory /var/lib/roundcube/logs
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
/Directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-09-22 Thread Laurent Declercq
Hello community ;

I've encountered an identical problem on Ubuntu 12.4. To solve it, I've
only un-commented the include_path parameter (include_path =
.:/usr/share/php) into the /etc/php5/apache2/php.ini and restarted the
apache2 service.

cheers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-07-27 Thread Michal Weinfurtner
Same problem here

I just added
/usr/share/roundcube:/usr/share/php:/var/lib/roundcube:/etc/roundcube
to open_basedir configuration and roundcube works !

Don't forget restart APACHE

Make sure, you don't have open_basedir reconfigured in location / tags
somwere in apache2 configuration, like i had. In that case php.ini
setting has no effect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-07-12 Thread Pander
** Tags added: 12.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-07-07 Thread Pander
Does anyone have a solution on how to fix this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-02-22 Thread Krisztian Kocsis
I have to same problem.
It does not work with mod_php nor mod_cgi but works with mod_fcgid.
Quite strange...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2012-02-02 Thread H.-Dirk Schmitt
No change - still the same error message after setting this value in
/etc/php5/apache2/php.ini

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-09-27 Thread A0Z
Maybe it's not a bug. Try in \etc\php5\apache2 :

open_basedir =
/var/www:/tmp:/usr/share/roundcube:/usr/share/php:/var/lib/roundcube:/etc/roundcube

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-09-25 Thread H.-Dirk Schmitt
php-pear is allready installed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-09-23 Thread ungalcrys
install php-pear

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-08-10 Thread Launchpad Bug Tracker
** Changed in: roundcube (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/759974/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-05-07 Thread H.-Dirk Schmitt
problem still exists

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 759974] Re: PHP Fatal error: Class 'PEAR' not found in /usr/share/roundcube/program/include/iniset.php on line 132

2011-04-13 Thread H.-Dirk Schmitt
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759974

Title:
  PHP Fatal error:  Class 'PEAR' not found in
  /usr/share/roundcube/program/include/iniset.php on line 132

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs