I've recently made two changes today which resulted in a database error. I turned off all ratings in the database by changing the values from 1 to 0. The 2nd thing I did was convert a couples profile to a single profile. I did this by changing the numerical value to the same as all the other single members. Then I removed the (2) profile entry tied to the database entry that was the 2nd person tied to the couple account. Everything appeared to go really smooth. The account now has a single profile image and description and functions for the user as expected so far. Hours later here is the email the cron job sends me every couple hours or so.
Database error in My Website
Query:SELECT COUNT(`Profiles`.`ID`) FROM `Profiles` WHERE `Profiles`.`Status` = 'Active' and (`Profiles`.`Couple` = 0 or `Profiles`.`Couple` > `Profiles`.`ID`) AND `pr_rating_count` > 1Mysql error: Unknown column 'pr_rating_count' in 'where clause'
Found error in the file '/home/www/mywebsite.com/templates/base/scripts/BxBaseIndexPageView.php' at line203.
Called 'db_value' function with erroneous argument #0.