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:
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.
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.
anyone got an idea?
looks like yer getting something funky with page statistics.. did you turn it off perchance? generally thats a good thing to do.
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.
Hopefully they will or have fixed this in their database definitions for installations.
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.