-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bookmarklet: 500 Internal Server Error #1009
Comments
The log file at /var/www/jda/app/logs/prod.log contains many entries about bookmarklet: [2015-10-19 22:24:44] request.ERROR: Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /bookmarklet" (uncaught exception) at /var/www/jda/app/cache/prod/classes.php line 5219 [] [] This is in the function RouterListener.onKernelRequest. The exception is handled by: |
/var/www/jda/src/JDA/CoreBundle/Resources/config/routing.yml contains: |
The bookmarklet displays properly in dev: (The url needs to be changed manually, since the code currently leaves out the "[name]/web/" part when trying to open the bookmarklet in dev - this needs to be fixed.) |
Submitted a patch (#1012) that should fix this. As int turns out, the reason that the bookmarklet was displaying properly on my dev instance is that I hadn't yet pulled the latest code. Once I did that, I got the 500 Internal Server Error along with a helpful debug message that told me that there was an illegal byte order mark at the beginning of a file. (If at the command line, you type |
Cool, I just merged this and will push live soon. |
still cannot use the bookmarklet. Getting the same 500 internal Server Error. |
I think the fix has been merged but not pushed to production, so the changes aren't live yet. |
Ok cool. Thanks Rebecca for the note. |
Live now! Let me know if it persists |
@jcuanm I cannot use the bookmarklet function. It results in a 500 message.
Please let me know if you modifying the bookmarklet.
The text was updated successfully, but these errors were encountered: