Page 1 of 1

Error in page admin/listmodules.php

Posted: Fri Aug 18, 2006 7:20 am
by rodeto
I recently installed 1.0 beta4 4 and I just upgraded to beta 5.
For both installs, all went well and everything seems to be working very fine. I just get an error in the page admin/listmodules.php. When I open that page there is an error message that says:
  Line: 75
  Character: 29
  Error: ")" is expected
  Code: 0
  URL: http://www.xxxx.net/admin/listmodules.php

When I refresh the page, the error is gone.

It is not a big deal but I think it's annoying to have this error and I can't figure out how to edit it.

Anyone have any ideas ?

Re: Error in page admin/listmodules.php

Posted: Fri Aug 18, 2006 9:33 am
by tsw
Developers should start to use IE ;) well not really, but it seems only IE parses js this way..

the problem is with modulemanager uninstallpremessage which comes from modulemanager language file $lang['really_uninstall']. it has ' character and it will brake js on that line.

will be fixed (somehow) in near future :)

hope this helps

Re: Error in page admin/listmodules.php

Posted: Fri Aug 18, 2006 10:41 am
by rodeto
Yes, I forgot to mention that I do not have seen this message in Firefox and other browsers.
But thanks for the reply.