Skip to content
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

[GIT] Error in processing request. ERROR CODE 200 #14635

Closed
adrianriyadi opened this issue Sep 28, 2018 · 13 comments
Closed

[GIT] Error in processing request. ERROR CODE 200 #14635

adrianriyadi opened this issue Sep 28, 2018 · 13 comments
Assignees
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Milestone

Comments

@adrianriyadi
Copy link

adrianriyadi commented Sep 28, 2018

Describe the bug

The bug happen when I access phpmyadmin by using nginx + Laravel Valet for the first time (it will reoccur if I restart my web server or my PC)

To Reproduce

Steps to reproduce the behavior:

  1. Go to friendly URL (pma.test)
  2. Wait for phpmyadmin dashboard to load in browser
  3. See error

Expected behavior

It supposed to be no error notification every time I access phpmyadmin for the first time

Screenshots

screenshot from 2018-09-28 12-48-04

Server configuration

  • Operating system: Linux Ubuntu 18.04 LTS
  • Web server: Nginx
  • Database version: 5.7.23 (MySQL)
  • PHP version: 7.2.10
  • phpMyAdmin version: 4.8.3

Client configuration

  • Browser: Google Chrome
  • Operating system: Linux Ubuntu 18.04 LTS

Additional context

@williamdes
Copy link
Member

@adrianriyadi Can you send the php error logs ?

@williamdes williamdes added the question Used when we need feedback from the submitter or when the issue is a question about PMA label Oct 11, 2018
@adrianriyadi
Copy link
Author

adrianriyadi commented Oct 11, 2018

By the way, for additional information. Whenever this error happens, my PMA dashboard will not show "Git Revision" commit information at bottom right panel. It will only show Version Information, Documentation, etc. Like this example, look at bottom right panel (phpmyadmin section), there's no Git Revision hash commit.

screenshot from 2018-10-12 02-13-52

it's supposed to behave like this

screenshot from 2018-10-12 02-15-14

@williamdes
Copy link
Member

@adrianriyadi Thank you !
For me the issue is clearly from the git revision api call.
Can you paste as fenced text the debug logs ?
Use :

```
line 1
line 2
line 3
[...]
foo bar
```

@williamdes williamdes added Bug A problem or regression with an existing feature and removed question Used when we need feedback from the submitter or when the issue is a question about PMA labels Oct 11, 2018
@williamdes
Copy link
Member

@adrianriyadi Can you zip (and send) your .git directory of phpMyAdmin to help me reproduce on my local server ?

@adrianriyadi
Copy link
Author

@adrianriyadi Can you zip (and send) your .git directory of phpMyAdmin to help me reproduce on my local server ?

my .git directory size for PMA is almost 600MB :(

@williamdes
Copy link
Member

williamdes commented Oct 11, 2018

Can you remove the .git/objects and zip ?

william@williamdes:/mnt/Dev/phpmyadmintest$ du -sh .git/*
4,0K	.git/branches
4,0K	.git/COMMIT_EDITMSG
8,0K	.git/config
4,0K	.git/description
112K	.git/FETCH_HEAD
4,0K	.git/HEAD
52K	.git/hooks
260K	.git/index
80K	.git/info
492K	.git/logs
589M	.git/objects
4,0K	.git/ORIG_HEAD
60K	.git/packed-refs
228K	.git/refs

@adrianriyadi
Copy link
Author

Can you remove the .git/objects and zip ?

sure. here they are (minus objects folder)
git.zip

@williamdes
Copy link
Member

williamdes commented Oct 11, 2018

@adrianriyadi You have checked out QA_4_8 or STABLE, right ?

@adrianriyadi
Copy link
Author

adrianriyadi commented Oct 12, 2018

@adrianriyadi You have checked out QA_4_8 or STABLE, right ?

yup. I checked out STABLE branch

@williamdes
Copy link
Member

williamdes commented Oct 12, 2018

@adrianriyadi I can reproduce this issue some times but not everytime...
Can you please send output of ls -Rla .git/objects ?

@adrianriyadi
Copy link
Author

@anakcoding I can reproduce this issue some times but not everytime...
Can you please send output of ls -Rla .git/objects ?

do you intent to mention me?

@williamdes
Copy link
Member

@adrianriyadi Yes, thank you :)
I will investigate soon

@williamdes williamdes self-assigned this Oct 14, 2018
@williamdes williamdes changed the title Error in processing request. ERROR CODE 200 [GIT] Error in processing request. ERROR CODE 200 Nov 27, 2018
@williamdes
Copy link
Member

c3e807b

williamdes added a commit to williamdes/phpmyadmintest that referenced this issue Dec 21, 2018
See: phpmyadmin#14762
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit to williamdes/phpmyadmintest that referenced this issue Dec 21, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit to williamdes/phpmyadmintest that referenced this issue Dec 21, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit to williamdes/phpmyadmintest that referenced this issue Dec 21, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Dec 21, 2018
williamdes added a commit that referenced this issue Dec 21, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
@phpmyadmin phpmyadmin unlocked this conversation Oct 12, 2022
@phpmyadmin phpmyadmin locked as resolved and limited conversation to collaborators Oct 12, 2022
@williamdes williamdes added this to the 4.8.5 milestone Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
None yet
Development

No branches or pull requests

2 participants