You are not logged in.

#1 2016-08-16 22:40:36

jag-ster
Member
Registered: 2014-02-27
Posts: 11

[RESOVLED] Getting HTTP 500 accessing phpMyAdmin

Howdy y'all!

I'm setting up phpMyAdmin on a fresh install of Archlinux. Reckon I've tinkered too much and mess something wrong but apache and php working fine except when i go to /phpmyadmin. I'm getting a HTTP error 500. I looked in the apache log and found this:

[Tue Aug 16 05:25:04.721622 2016] [:error] [pid 671] [client 10.0.2.2:55357] PHP Fatal error: session_start(): Failed to initialized storage module: file: files (path: ) in /usr/share/webapps/phpMyAdmin/libraries/session.inc.php on line 104

In my phpmyadmin.conf is

 
Alias /phpmyadmin "usr/share/webapps/phpMyAdmin"
<Directory "/usr/share/webapps/phpMyAdmin">
              DirectoryIndex index.php
              AllowOverride All
              Options FollowSymlinks
              Require all granted
</Directory>

I have refollowed the wiki to see if i missed a step. Searched google and still banging my head. I'm thinking there a file permission error somewhere. I have tried changing the folder/files to 0775/0644. All the files in webapps/phpMyAdmin is showing its

-rw-r--r-- root:root

. If it is a permission problem, does anyone know the expected folder/file permissions /usr/share/webapps/{folders} and /srv/http/ should have? This is a VM for test development with no GUI.

Last edited by jag-ster (2016-08-16 23:49:55)

Offline

#2 2016-08-17 04:10:56

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: [RESOVLED] Getting HTTP 500 accessing phpMyAdmin

If you have resolved the issue as your subject indicates, we encourage posting the answer for the benefit of future-Googlers searching for a solution to the same problem.

Offline

Board footer

Powered by FluxBB