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
Fatal error when trying to edit row with row checked and button under the table #15571
Comments
|
As the 3rd parameter is not used in the function, I think we can just remove it. We won't have the error anymore. |
|
Hello, I would like to help but this would be my first contribution so can somebody guide me a bit ?? |
|
Follow the steps:
Do you have any questions? |
|
The QA_4_9 branch of My fork is showing "This branch is 1 commit behind". Is that a problem ? |
I would say no in most cases You can do: git remote add phpmyadmin https://github.com/phpmyadmin/phpmyadmin.git
git fetch --all
git checkout QA_4_9
git reset --hard QA_4_9 phpmyadmin/QA_4_9
git push --force QA_4_9Warning: I hope you followed the advice to create a branch for the fix because the script will reset and sync the |
|
@AshwinGinoria you seem to have a connexion issue, try another time |
|
Done!! :D |
|
@AshwinGinoria , there is a message you sent (and probably deleted) telling that in your configuration, you have: Can you reach other pages? Do some actions? If yes and yes, then you should now be able to work on this ticket. |
|
I think there is something the author didn't say: I guess he was using PHP7.3 (or upper). |
|
I am currently using PHP7.2. |
|
Not able to reproduce even with php7.3.11 . |
|
@williamdes , as 4.9 doesn't have strict mode, I think this should only be done from 5.0, don't you think? |
|
@Tithugues I would prefer to have the fix on 4.9 to avoid having to do a cherry-pick if it is needed some day You can add comments on the PR if you want me to do a change a file when merging in 5.0 |
|
@AshwinGinoria , so I guess that you have to:
|
|
@AshwinGinoria , I would say you reproduced the error. You should have the PHP logs somewhere. Are the logs reporting the same error than the one described in this issue? |
|
@Tithugues the php log is showing the error mentioned above in the issue. I'll now get started on actually understanding the error. Thank You !! :D |
|
@AshwinGinoria , any news regarding this error please? Do you expect to fix it or can someone else fix it? |
|
@Tithugues Sorry for replying so late !! |
|
@AshwinGinoria , thank you for the answer. |
|
@ibennetch does it seem okay to you ? |
|
Hello, Sorry for being so late. |
|
Hello @AshwinGinoria you can fix it on 4.9 branch and open a pull-request ;) |
Signed-off-by: Ashwin Ginoria <ashwinginoria@gmail.com> Date: Wed Dec 4 14:03:50 2019 +0530
Signed-off-by: William Desportes <williamdes@wdes.fr>




Describe the bug
When selecting one or several rows with the checkbox in the row view and clicking the edit button, a fatal PHP error is thrown
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should open the edit view
Server configuration
Latest git: Git revision: b9380c5 from master branch,
committed on Nov 13, 2019 at 10:05 AM by Hosted Weblate,
authored on Nov 10, 2019 at 11:41 PM by Allan Nordhøy
https://demo.phpmyadmin.net/master/index.php
The text was updated successfully, but these errors were encountered: