JQuery FIX: uncaught exception: Syntax error, unrecognized expression: #
This one threw me for a bit of a loop today so I thought I’d share. I couldn’t get my debugger to give me a line number for this error, however it turns out...
lang="en-US">
This one threw me for a bit of a loop today so I thought I’d share. I couldn’t get my debugger to give me a line number for this error, however it turns out...
DOJO has a quirky problem if you try to show/hide grids using Javascript or JQuery. This is especially trying if you have multiple grids on a page and you only want to display one...
I recently ran into this problem when I updated to the newest version of Tortoise SVN. This error was happening every time I tried to connect to a server, even if I wasn’t using...
The Problem I’ve been trying to embedding symbols into my classes using .swf files and I’ve been getting runtime errors when I try to load some of my MovieClip symbols. TypeError: Error #1034: Type...
One of two things: 1) Report needs to be verified. 2) Report is corrupted, sorry but you need to re-create it.
In short the error means that mysql isn’t running. So the next reason is, why? Recently I upgraded from php4 to php5 on one of my servers. Ever since then any time mysql does...
The Problem Of course I always find the most obscure problems that can occur…. I’m using AJAX and I have both RSH and Tiny_MCE running. To make my life easier I have Tiny_MCE automatically...
I got this error when I was trying to add a integer parameter as a varchar parameter, so it was crapping out with this. Another site I read somewhere said it could be because...
Okay, so this could be a few things. Usually this means mysql is trying to access a row that you’ve already deleted. However I happened to get this error just by doing a select...
Okay, so I kept getting this error and it finally dawned on me that it means exactly what it says, lol. I was trying to run a stored procedure and had a query where...