Page 1 of 1

Missing value in the form! ERROR MSG USING SQL IN PHPMYADMIN

PostPosted: 01. January 2013 16:05
by markiecarter
Hi,

I have a problem with running SQL in phpmyadmin.

It used to work fine but now doesn't. When I run some very simple SQL (eg SELECT * FROM TABLE WHERE FIELD = 1) I get a popup error message saying "Missing value in the form!". On other occasions I press the GO button and the screen reloads as if the SQL is running but the SQL query box disappears and no results are displayed.

How do I get this to work again?

I am quite new to XXAMP. I am running version v3.1.0 on Windows 7 HP.

Thanks in advance,
Mark

Re: Missing value in the form! ERROR MSG USING SQL IN PHPMYA

PostPosted: 02. January 2013 23:20
by Altrea
Hi Mark,

some google research results that this have to be with an issue between AJAX and some browser versions.
So here are three possible workarounds:

  • Try a different browser
  • change the phpmyadmin theme from pmahomme to Original to deactivate AJAX functionality
  • install the current phpmadmin version v3.5.5 or the not yet released build v4.0.0

best wishes,
Altrea

Re: Missing value in the form! ERROR MSG USING SQL IN PHPMYA

PostPosted: 03. January 2013 11:55
by markiecarter
Thanks Altrea.
I have installed Firefox and I don't have the problem in that browser.
I did not explore the other options.
Mark