LDB: 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 'ORDER BY CompanyIndex.name' at line 6:
SELECT CompanyIndex.id, CompanyIndex.name, CompanyIndex.url
FROM CompanyIndex
LEFT JOIN CompanyIndexEntry
ON CompanyIndex.id = CompanyIndexEntry.indexid
WHERE CompanyIndexEntry.companyid =
ORDER BY CompanyIndex.name
At: /var/lib/apache/sflib/LDB.pm (88)
At: /var/lib/apache/sflib/LDB.pm (222)
At: /var/lib/apache/sflib/CSR.pm (159)
At: /var/www/socialfunds/csr/profile.cgi (87)