public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: nils.freydank@posteo.de
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] phpmyadmin - edit (empty screen)
Date: Mon, 26 Mar 2018 18:41:22 +0200	[thread overview]
Message-ID: <37136970.rXWO2hgmh1@pygoscelis> (raw)
In-Reply-To: <2bb7c079-2e5d-ba7b-f2f9-a8d86d83c0ce@sys-concept.com>

[-- Attachment #1: Type: text/plain, Size: 1538 bytes --]

Hello thelma,


Am Montag, 26. März 2018, 18:27:31 CEST schrieb thelma@sys-concept.com:
> I've updated to phpmyadmin-4.7.8
> but when I try to edit a table, no data is loaded, I get an empty screen.
I had similar issue when I installed v4.7.8, and enabling PHP debug output to 
the website helped me fixing the actuall PHP issue (while I couldn't get the 
logging to write these messages to any logfile).

Here is my nginx snippet for phpmyadmin in a subdirectory:
#=== POSTFIXADMIN ===
location /postfixadmin {
        try_files $uri $uri/ index.php;
}
location ~ .php$ {
#fastcgi_split_path_info ^(.+\.php)(/.+)$;
include fastcgi_params;
fastcgi_pass php-handler; # see below
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_buffer_size 16k;
fastcgi_buffers 4 16k;
}
#EOF
#=== snippet for the php-handler:
upstream php-handler{
        server 127.0.0.1:9000;
}
#EOF

> I have downgraded to phpmyadmin-4.7.7-r1 but system shows I have two
> version installed. How do I know which one is active, or select lower
> version?
With portage you install something like a "draft" to /usr, and then app-admin/
webapp-config actually manages the files inside your webroot. For details how 
to use it take a look to our wiki page:
https://wiki.gentoo.org/wiki/Webapp-config

> […]

HTH,
Nils

-- 
GPG fingerprint: '00EF D31F 1B60 D5DB ADB8 31C1 C0EC E696 0E54 475B'
Nils Freydank

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-03-26 16:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 16:27 [gentoo-user] phpmyadmin - edit (empty screen) thelma
2018-03-26 16:41 ` nils.freydank [this message]
2018-03-26 16:53   ` thelma
2018-03-26 17:34     ` nils.freydank
2018-03-26 17:59       ` thelma
2018-03-26 18:12         ` thelma
2018-03-26 18:12       ` Neil Bothwick
2018-03-26 20:01   ` thelma
2018-03-27  1:37 ` Elijah Mark Anderson
2018-03-27  5:01   ` thelma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37136970.rXWO2hgmh1@pygoscelis \
    --to=nils.freydank@posteo.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox