Error in log

Permalink
I'm getting an error in my log, just wondering if any one can shed some light on what is causing it:

Exception Occurred: mysql error: [1048: Column 'fID' cannot be null] in EXECUTE("insert into DownloadStatistics (fID, fvID, uID) values (NULL, 0, 0)")

The attached image shows the error in all it's glory.

I'm running 5.3.1.1, Apache on Windows 2003. Everything else is running superbly. This error isn't causing anything to break, just popping up in the logs. Should I be concerned?

Any help would be greatly appreciated.

1 Attachment

chunksmurray
 
windchill replied on at Permalink Reply
anyone got an idea?
frz replied on at Permalink Reply
frz
looks like yer getting something funky with page statistics.. did you turn it off perchance? generally thats a good thing to do.
myregistration replied on at Permalink Reply
I fixed this by changing the fID column to allow for NULL values in the DownloadStatistics table. If you have phpMyAdmin just tick the checkbox to allow NULL values for fID column or query your MySQL database and set the fID column to allow for NULL values.

Hopefully they will or have fixed this in their database definitions for installations.
abra100pro replied on at Permalink Reply
abra100pro
I see this, when I click on a broken link (i.e. deleted the PDF in the filemanager and then checked what would happen to my previously defined link). A less confusing errormessage would be better.