error from js resources embedded

Issue #297 invalid
Former user created an issue

Everything works, but if I open firefox js console I always find this error: SyntaxError: missing name after . operator pointing to the last function in the tail of the php file

Comments (2)

  1. phpLiteAdmin repo owner

    Mmmh ... too bad I did not check this at the time it was reported. I tried to reproduce this. I tried phpLiteAdmin 1.9.6 (which was the current version at the time this issue was posted) and current development-version 1.9.8-dev with the current Firefox 50.1.0. None shows any error in the js console. Google Chrome also does not show any error. Firebug also does not show any error in the console. (I tried the single-file versions, as this might be an error introduced of the build-script).

    It might be that the error was produced because for some time, the xhr request to the phpliteadmin-server that checks for new versions failed because I had accidentally removed the phpliteadmin.christosoft.de subdomain and its SSL certificate that 1.9.6 used for update-checks. This has been fixed some time ago so the version-check now works again with 1.9.6 and 1.9.7.1 (which uses the new phpliteamin.org domain).

    As this was reported anonymously, I guess we cannot expect any more feedback from the original poster, so I am closing this as invalid.

  2. Log in to comment