Tag Archives: Fix

Mootools: fixing “’something.window’ is null or not an object” error

Ran in to a strange error on one page of a website we were working on today, relating to a Mootools JavaScript error that manifested in IE only. (IE6 through to IE8 all had the problem)
The error we saw was :
‘A.window’ is null or not an object
However, research on the Internet has also shown that:
‘doc.window’ [...]

Fix: website hacked but only in IE

We’ve been playing the role of super-sleuths today, to try and work out why a client’s website was not working.
All was fine in Firefox and other normal browers, but anybody visiting using IE (any version) got a malicious little javascript loading up an iframe with lots of other unwanted malware within it.
Checking the actual pages [...]

Remove unwanted line-space when designing a form in HTML

Here’s a little tip that not everyone will know, and one that made my life a whole lot easier when I first discovered it.
Say you’re designing a form on a page that has pixel perfect layout.  Everything is looking great, but there is one problem:
you can’t figure out why there is a line-space underneath the [...]

Fix “Cannot send session cache limiter - headers already sent”

When you are updating somebody elses code, or perhaps migrating a site from one server to another, then you might run across this particularly frustrating error:
Cannot send session cache limiter - headers already sent
Most session error fixes involve ensuring that the session_start() function is the very first thing present in this file - i.e. no [...]

OsCommerce Ultimate SEO URLS - category name display problem

Ran in to this problem whilst ‘SEOing’ a client of mine’s OsCommerce store using the very popular Ultimate SEO URLs contribution.
I installed the mod with no problems, and initially, browsing the site seemed to be functioning fine - however, I then noticed then although the product names were being appended to the URLs properly, the [...]

RSS for Posts RSS for Comments