Hello,
Having upgraded (1.1.8 ->1.1.10) and moved hisal.org journal to a new server (php version 4.4.1), some functions in search.php do not work anymore. More specificaly the query :
$sql = "SELECT nArticleID, chMetaTitle, chTitle, nIssueID, nVolume, nNumber, nYear, a.dtDatePublished,
dtDateHTMLGalleyCreated, dtDatePDFGalleyCreated, fkFilePDFID,
dtDatePostScriptGalleyCreated, fkFilePostScriptID,
bContentsLinkPage, fkPublishStatusID
FROM tblarticles AS a, tblsections AS s
LEFT JOIN tblissues AS i ON fkIssueID=nIssueID
WHERE fkSectionID=nSectionID AND a.bPublished='1' AND ($where)
ORDER BY nYear DESC, nVolume DESC, nNumber DESC, s.nRank, nOrder";
$result = $db->query($sql);
does not retrieve any result in functions displaySearchResults, authorIndex, authorDetail.
MySQL problem or wrong php settings ? Everything else works (but for $baseurl I had to change because of php.cgi). Can anybody help ?
Thanks in advance, regards,
Jakob Schlüpmann
http://www.hisal.org