Hi
Im using phpMyAdmin 2.6.0 beta 2 and was working fine until today. Now all of a sudden it shows in a popup :
A Runtime error has occurred. Do you wish to debug ?
Line: 9
Error : Syntax Error
Looks like is a javascript error ? Javascript is giving no problem at all in other sites. If I click yes it'll debug it in VS. If I click no the page becomes blank (NOTHING AT ALL)
Any idea what went wrong ?
Using IE6sp1.
Thanks
[SOLVED] phpMyAdmin 2.6.0 beta 2 shows javascript error
Moderator: General Moderators
[SOLVED] phpMyAdmin 2.6.0 beta 2 shows javascript error
Last edited by anjanesh on Wed Jul 14, 2004 6:58 am, edited 1 time in total.
When I experience errors such as the one you have described I simpy search a security site:
http://www2.packetstormsecurity.org/cgi ... rch%5D.y=0
http://www2.packetstormsecurity.org/cgi ... rch%5D.y=0
I would search the security site as I seem to solve a fair bit of my problems with web software created by large companys. Why the curiosity?redmonkey wrote:Curious as to why you search a security site for a Javascript syntax error?
As to the original poster, it is impossible to tell or even guess as to what the problem may be without seeing any code. As it is a beta, have you logged/reported this error with the author?
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin'
I must have accidentaly changed the folder name to phpmyadmin (lowercase) - thats why it wasn't working all this time. Still couldn't figure out what wen wrong on the js side but after I renamed it (M and A uppercase) it worked.
Thanks
I must have accidentaly changed the folder name to phpmyadmin (lowercase) - thats why it wasn't working all this time. Still couldn't figure out what wen wrong on the js side but after I renamed it (M and A uppercase) it worked.
Thanks