Anyone else not able to access the home page since yesterday? Not sure what happened, I can get to the other pages, but not the Home page. I get:
Error Executing Database Query.
Unknown column 'deleted' in 'where clause'
The error occurred in /Volumes/Sites/et_main/public/index.cfm: line 5
3 : <cfif IsDefined("cookie.bbuserid")>
4 : <cfquery datasource="elitedata" name="get_user_info">
5 : select username, ignorelist, lastvisit from user where userid = #cookie.bbuserid#
6 : </cfquery>
7 : <cfquery datasource="elitedata" name="get_unread_pms">
There is more underneath, but this indicated the error was in here.
Thanks
Error Executing Database Query.
Unknown column 'deleted' in 'where clause'
The error occurred in /Volumes/Sites/et_main/public/index.cfm: line 5
3 : <cfif IsDefined("cookie.bbuserid")>
4 : <cfquery datasource="elitedata" name="get_user_info">
5 : select username, ignorelist, lastvisit from user where userid = #cookie.bbuserid#
6 : </cfquery>
7 : <cfquery datasource="elitedata" name="get_unread_pms">
There is more underneath, but this indicated the error was in here.
Thanks
