Welcome To Snipplr
Everyone's Recent Snippets Tagged error
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
In a Project i had to save serialized arrays in a MYSQL Database, when i used that i got a Error Message for no reason (Error at offset XX of XX bytes in...). I wrote this little functions to fix that issue. (I dont recommend to save serialized Arra...
0
987
posted 14 years ago by FreaKzero
This little guy will make Internet Explorer 6 crash and close.
0
750
posted 14 years ago by vagrantradio
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
2
845
posted 15 years ago by caruso_g
ErrorConstructor produces error constructors that behave the same way as the seven native error constructors.
Usage: `ErrorConstructor([constructorName])`
*If no constructorName is specified, the default of `Error.prototype.name` is used*
Us...
1
671
posted 15 years ago by Sephr
how to read error message as string instead of complicated codes. usually people using taglib to read error messages. but how to read it in controller/service if you, for example, want to log or render just the message. here is how to do that.
0
971
posted 15 years ago by callmeblessed
https://www.chrisjmendez.com/2002/10/23/as3-placing-an-overlay-over-an-image/
0
855
posted 16 years ago by chrisaiv
If you get "JPEG marker not found!" error when you try to open an image file you must read it in binary mode.
1
732
posted 16 years ago by PixelMin
Sometimes you can find error numbers in log files from various programs or even the kernel. This one-liner can be used to convert the error number into a meaningful message. "X" is the error number.
0
808
posted 16 years ago by amosshapira
Add these lines to Drupals settings.php. Probably works on other systems, then Drupal too.
1
1003
posted 16 years ago by berkes
Simple way to check see if a file exists and is readable before you include it. Stops nasty error messages onscreen.
5
1189
posted 17 years ago by 1man