FS#16505 - [phpmyadmin] doesn't works after upgrading

Attached to Project: Community Packages
Opened by Maxwell Draven (Ravenman) - Wednesday, 07 October 2009, 15:05 GMT
Last edited by Roman Kyrylych (Romashka) - Thursday, 08 October 2009, 00:26 GMT
Task Type Bug Report
Category
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

I can't access to phpmyadmin page.

Additional info:
* package version(s)

phpmyadmin 3.2.2-3

apache 2.2.14-1

mysql 5.1.38-1

* config and/or log files etc.

My /etc/httpd/conf/extra/httpd-phpmyadmin.conf file:

Alias /phpmyadmin/ "/usr/share/webapps/phpMyAdmin/"
<Directory "/usr/share/webapps/phpMyAdmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>

My open_basedir line into /etc/php/php.ini file:

open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/srv/:/usr/share/webapps/:/etc/webapps

When I get try start the apache server doesn't works and into the /var/log/httpd/error_log file, shows this:

[Mon Oct 05 16:05:37 2009] [error] [client 192.168.1.11] File does not exist: /srv/http/phpMyAdmin
[Mon Oct 05 16:08:16 2009] [error] [client 192.168.1.11] File does not exist: /srv/http/phpMyAdmin

When I get try access the phpMyAdmin webpage, the browser shows one error 404.

Steps to reproduce:

Try to access http://localhost/phpmyadmin.
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Thursday, 08 October 2009, 00:26 GMT
Reason for closing:  None
Comment by Maxwell Draven (Ravenman) - Wednesday, 07 October 2009, 19:54 GMT
The solution (for the next release) is here: http://bbs.archlinux.org/viewtopic.php?id=81609. Thank you.

Loading...