Query:
Code:
SELECT ayat_en3 FROM community_quran WHERE chpNo = 1
Result:
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1054
error desc: Unknown column 'ayat_en3' in 'field list'
I'm also getting database errors:
Code:
Database error in vBulletin 3.7.0:
Invalid SQL:
SELECT * FROM community_quran WHERE chpNo = 1 ORDER BY ayatNo ASC LIMIT 0,;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Friday, October 3rd 2008 @ 03:26:30 AM
Error Date : Friday, October 3rd 2008 @ 03:26:30 AM
Script : http://www.mydomain.com/quran.php?do=displaysura&sno=1
Referrer : http://www.mydomain.com/quran/
and this one:
Code:
Database error in vBulletin 3.7.0:
Invalid SQL:
SELECT * FROM community_quran WHERE chpNo = 3 ORDER BY ayatNo ASC LIMIT 0,;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Thursday, October 2nd 2008 @ 08:04:49 PM
Error Date : Thursday, October 2nd 2008 @ 08:04:49 PM
Script : http://www.mydomain.com/quran.php?do=displaysura&sno=3
I think i have to uninstall the old version, may be the newer version will work.