how to fix function search not working in ojs 3 php 7.3.33
Hi @mcahyoko,
Can you elaborate further on how it’s not working? Also: please give your specific OJS version (e.g. 3.3.0-13).
Best regards,
Roger
PKP Team
so the search function in our journal cannot be used
ojs version 3.3.0.10
https://journal2.unusa.ac.id/index.php/IJMLST/search/search
Did you index the journal?
cd {ojsroot}/tools
php ./rebuildSearchIndex.php
Uploading: Screenshot_3.jpg…
when run error
Do as the error message tells - you need to install PHP version 7.3 or higher. This is also minimal version required by OJS 3.3 (see https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.3-release-notebook).
This one is working:
https://journal2.unusa.ac.id/index.php/index/search/index?query=Asymptomatic+Bacteriuria&dateFromYear=&dateFromMonth=&dateFromDay=&dateToYear=&dateToMonth=&dateToDay=&authors=
And here, too, which finds an article of the IJMLST
https://journal2.unusa.ac.id/index.php/index/search/index?query=CLOT&dateFromYear=&dateFromMonth=&dateFromDay=&dateToYear=&dateToMonth=&dateToDay=&authors=
Searching from the central index works. However, it is very slow.
Not sure what is going on that you can’t search in a specific journal. I think you should check your config.inc.php (as well as the .htaccess rewrite rules). And of course your PHP error log.