New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edit view not working #14868
Comments
|
@matthiasradde Can you please share some screenshots for the same. |
|
@bahl24 If I click on "edit view" I receive this screen The corresponding lines within Apache's log are Whereas I see this when I manually want to display the view's definition (using a SQL-statement) - just to see that there is really data/content within the view |
|
I'm confused, the parameters passed via url seems correct and similar to mine. There is no reason why you should get an empty form. |
|
@bahl24 The colleague with the Synology NAS first tried with phpMyAdmin 4.7.0 and the form was working. After updating to phpMyAdmin 4.8.4 the form was empty. Will try with some older phpMyAdmin-version later this day to check the version in which the problem started. |
|
@bahl24 In the result there is no difference between 4.8.4 and 4.8.5. The difference between 4.8.2 and 4.8.3 is minimal ("algorithm" and "sql security"). But there is a difference is between 4.8.3 and 4.8.4 as you can see from these screenshots: Server is a Ubuntu 16.04.5 LTS with nginx/1.10.3 and PHP 7.0.32-0ubuntu0.16.04.1 What can I do to create more/meaningful information? As the error also occured with the colleagues database + view it seems to be independent from the definition of the table and the view. |
|
Is anyone working on this issue? If not, I would like to take it up. |
|
@Bournvita1998 You can take it if you want :) |
Fixes: phpmyadmin#14868 Signed-off-by: Bournvita1998 <mohit.kuri@research.iiit.ac.in>
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Merged, thank you @matthiasradde ! |







Describe the bug
A clear and concise description of what the bug is.
On structure-page within a view there is a "Edit view"-link. But instead of editing the view I see an empty view-page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
instead of displaying an empty view I expected the contents of my view to be edited.
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: