matrix_jan

msg:4494834 | 6:05 pm on Sep 13, 2012 (gmt 0) |
File untouched for ages but now getting this error. I file was untouched then most probably the platform version has been changed to a newer one. You need to adopt your files, I think.
|
janharders

msg:4494842 | 6:36 pm on Sep 13, 2012 (gmt 0) |
Or maybe there's some if-clause that just sets in sometimes and does it. basically: the script is calling $sth->selectrow_array (while $sth can be anything, it's the name of the statement handle) without executing a query. So it is asking for the result data but has not run a query. Look at line 126 for the variable name and then find $variablename->execute
|
textex

msg:4494844 | 6:50 pm on Sep 13, 2012 (gmt 0) |
My host fixed it. They said the DB crashed... Thanks for the help people!
|
phranque

msg:4494926 | 10:29 pm on Sep 13, 2012 (gmt 0) |
that means you didn't put proper error checking in your script after you invoked execute.
|
|