Your message dated Wed, 5 Jun 2013 11:19:27 +0200
with message-id <[email protected]>
and subject line Re: Bug#709302: phpmyadmin: after last upgrade phpmyadmin 
stopped working (missing include file)
has caused the Debian Bug report #709302,
regarding phpmyadmin: after last upgrade phpmyadmin stopped working (missing 
include file)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
709302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: phpmyadmin
Version: 4:4.0.1-2
Severity: important

        Hi,

        Last upgrade on phpmyadmin (debian/sid) broke the package (at least on 
my
system).

        I watched the apache errors and reveals an error including the php
gettext library:

Wed May 22 14:20:26 2013] [error] [client 127.0.0.1] PHP Fatal error:
require_once(): Failed opening required
'./libraries/php-gettext/gettext.inc' (include_path='.') in
/usr/share/phpmyadmin/libraries/select_lang.lib.php on line 389
[Wed May 22 14:20:26 2013] [error] [client 127.0.0.1] PHP Fatal error:
/require_once(): Failed opening required
/'./libraries/php-gettext/gettext.inc' (include_path='.') in
//usr/share/phpmyadmin/libraries/select_lang.lib.php on line 389
[Wed May 22 14:20:26 2013] [error] [client 127.0.0.1] PHP Fatal error:
require_once(): Failed opening required
'./libraries/php-gettext/gettext.inc' (include_path='.') in
/usr/share/phpmyadmin/libraries/select_lang.lib.php on line 389

        File exists, as a symlink (not broken)

root@debian-vm:~# ls -ls
/usr/share/phpmyadmin/libraries/php-gettext/gettext.inc 
0 lrwxrwxrwx 1 root root 36 May 18 17:27
//usr/share/phpmyadmin/libraries/php-gettext/gettext.inc ->
//../../../php/php-gettext/gettext.inc

        FollowSymlinks option is set on file /etc/apache2/conf.d/phpmyadmin.conf


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages phpmyadmin depends on:
ii  dbconfig-common           1.8.47+nmu1
ii  debconf [debconf-2.0]     1.5.50
ii  libapache2-mod-php5       5.4.15-1
ii  libjs-codemirror          2.23-1
ii  libjs-jquery              1.7.2+dfsg-2
ii  libjs-jquery-cookie       8-2
ii  libjs-jquery-event-drag   8-2
ii  libjs-jquery-mousewheel   8-2
ii  libjs-jquery-tablesorter  8-2
ii  libjs-jquery-ui           1.10.1+dfsg-1
ii  libjs-underscore          1.4.4-2
ii  perl                      5.14.2-21
ii  php-gettext               1.0.11-1
ii  php5                      5.4.15-1
ii  php5-mcrypt               5.4.15-1
ii  php5-mysql                5.4.15-1
ii  ttf-dejavu-core           2.33+svn2514-3
ii  ucf                       3.0027

Versions of packages phpmyadmin recommends:
ii  apache2                          2.2.22-13
ii  apache2-mpm-prefork [httpd]      2.2.22-13
ii  mysql-client-5.5 [mysql-client]  5.5.31+dfsg-1
ii  php5-gd                          5.4.15-1

Versions of packages phpmyadmin suggests:
ii  chromium [www-browser]   26.0.1410.43-1
ii  iceweasel [www-browser]  17.0.6esr-1
ii  konqueror [www-browser]  4:4.8.4-2
ii  lynx-cur [www-browser]   2.8.8dev.15-2
ii  mysql-server             5.5.31+dfsg-1
ii  w3m [www-browser]        0.5.3-8

-- Configuration Files:
/etc/phpmyadmin/apache.conf changed:
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
        Options FollowSymLinks
        DirectoryIndex index.php
        Order Deny,Allow
        Allow from localhost
        Allow from 192.168.1.0/24
        Deny from All
        <IfModule mod_php5.c>
                AddType application/x-httpd-php .php
                php_flag magic_quotes_gpc Off
                php_flag track_vars On
                php_flag register_globals Off
                php_admin_flag allow_url_fopen Off
                php_value include_path .
                php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
                php_admin_value open_basedir 
/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/
        </IfModule>
</Directory>
<Directory /usr/share/phpmyadmin/setup>
    <IfModule mod_authn_file.c>
    AuthType Basic
    AuthName "phpMyAdmin Setup"
    AuthUserFile /etc/phpmyadmin/htpasswd.setup
    </IfModule>
    Require valid-user
</Directory>
<Directory /usr/share/phpmyadmin/libraries>
    Order Deny,Allow
    Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/setup/lib>
    Order Deny,Allow
    Deny from All
</Directory>


-- debconf information:
  phpmyadmin/remove-error: abort
  phpmyadmin/setup-username: admin
  phpmyadmin/db/app-user: phpmyadmin
  phpmyadmin/install-error: abort
* phpmyadmin/reconfigure-webserver: apache2
  phpmyadmin/remote/host:
* phpmyadmin/dbconfig-install: true
  phpmyadmin/remote/port:
* phpmyadmin/dbconfig-upgrade: true
  phpmyadmin/mysql/admin-user: root
  phpmyadmin/internal/reconfiguring: false
  phpmyadmin/missing-db-package-error: abort
  phpmyadmin/remote/newhost:
  phpmyadmin/upgrade-error: abort
  phpmyadmin/dbconfig-reinstall: false
  phpmyadmin/db/dbname: phpmyadmin
  phpmyadmin/database-type: mysql
  phpmyadmin/internal/skip-preseed: false
  phpmyadmin/upgrade-backup: true
  phpmyadmin/dbconfig-remove:
  phpmyadmin/passwords-do-not-match:
  phpmyadmin/mysql/method: unix socket
  phpmyadmin/purge: false

--- End Message ---
--- Begin Message ---
Hi

Dne Wed, 22 May 2013 14:35:58 +0200
alex <[email protected]> napsal(a):

> Wed May 22 14:20:26 2013] [error] [client 127.0.0.1] PHP Fatal error:
> require_once(): Failed opening required
> './libraries/php-gettext/gettext.inc' (include_path='.') in
> /usr/share/phpmyadmin/libraries/select_lang.lib.php on line 389

Blocked by openbase_dir directive...

[...]
> -- Configuration Files:
> /etc/phpmyadmin/apache.conf changed:

... and ou're not using shipped config file ...

> Alias /phpmyadmin /usr/share/phpmyadmin
> <Directory /usr/share/phpmyadmin>
>       Options FollowSymLinks
>       DirectoryIndex index.php
>       Order Deny,Allow
>       Allow from localhost
>       Allow from 192.168.1.0/24
>       Deny from All
>       <IfModule mod_php5.c>
>               AddType application/x-httpd-php .php
>               php_flag magic_quotes_gpc Off
>               php_flag track_vars On
>               php_flag register_globals Off
>               php_admin_flag allow_url_fopen Off
>               php_value include_path .
>               php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
>               php_admin_value open_basedir 
> /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/

...and you miss newly added directories here.

-- 
        Michal Čihař | http://cihar.com | http://blog.cihar.com

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to