View previous topic :: View next topic |
Author |
Message |
newtonian Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/The Matrix/movie_the_matrix_agent_smith.gif)
Joined: 19 Jan 2005 Posts: 465 Location: Hokkaido Japan
|
Posted: Sat Apr 15, 2006 3:22 pm Post subject: phpmyadmin go buttons don't redirect to new page [solved] |
|
|
I recently upgraded to php5 and phpmyadmin 2.8.0.2. I've got phpmyadmin working ok,
but the "go" buttons don't seem to be working correctly. When you click the pencil icon to update row in a
table and press "go" to submit the update, the page doesn't redirect to another page.
It seems to the user as if nothing has happened. There isn't anything reported in the apache2 error logs.
The update action is however correctly executed. Here is what the apache2 access log output looks like when
you click the "go" button 5 times in succession:
Quote: |
remote.myip - root [16/Apr/2006:00:14:27 +0900] "POST /phpmyadmin/tbl_replace.php HTTP/1.1" 302 -
remote.myip - root [16/Apr/2006:00:14:28 +0900] "POST /phpmyadmin/tbl_replace.php HTTP/1.1" 302 -
remote.myip - root [16/Apr/2006:00:14:28 +0900] "POST /phpmyadmin/tbl_replace.php HTTP/1.1" 302 -
remote.myip - root [16/Apr/2006:00:14:29 +0900] "POST /phpmyadmin/tbl_replace.php HTTP/1.1" 302 -
remote.myip - root [16/Apr/2006:00:14:30 +0900] "POST /phpmyadmin/tbl_replace.php HTTP/1.1" 302 - |
Last edited by newtonian on Thu Apr 20, 2006 10:40 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
newtonian Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/The Matrix/movie_the_matrix_agent_smith.gif)
Joined: 19 Jan 2005 Posts: 465 Location: Hokkaido Japan
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|