Search found 23 matches
- Mon Apr 13, 2026 4:56 am
- Forum: Publishing Practices
- Topic: Add an email notification to submitting author and all co-authors
- Replies: 0
- Views: 256
Add an email notification to submitting author and all co-authors
It would be useful to have an email notification to all authors of a submission the moment this submission appears online.
- Mon Sep 30, 2024 6:47 am
- Forum: Publishing Practices
- Topic: Plugin already installed, and is newer than the version available in the gallery
- Replies: 0
- Views: 389173
Plugin already installed, and is newer than the version available in the gallery
Change the value in the database version table of the plugin current 1 to 0.
- Sun Sep 29, 2024 1:33 pm
- Forum: Publishing Practices
- Topic: There are no readable files in this directory tree. Are safe mode or open_basedir active?
- Replies: 0
- Views: 164942
There are no readable files in this directory tree. Are safe mode or open_basedir active?
Server migration or updating OJS to latest version may create issue with the file directory. The files_dir inside public_html will resolve the issue "There are no readable files in this directory tree. Are safe mode or open_basedir active?"
- Wed Sep 25, 2024 6:18 pm
- Forum: Publishing Practices
- Topic: PDOException “could not find driver” - php
- Replies: 1
- Views: 205387
Re: PDOException “could not find driver” - php
Straight forward solution
sudo apt-get install php8.1-mysql
sudo apt-get install php8.1-mysql
- Wed Sep 25, 2024 5:58 pm
- Forum: Publishing Practices
- Topic: PDOException “could not find driver” - php
- Replies: 1
- Views: 205387
PDOException “could not find driver” - php
It requires to have a module called pdo_mysql.
- Wed Sep 25, 2024 5:02 pm
- Forum: Publishing Practices
- Topic: PHP Fatal error: Uncaught Error: Class "Locale" not found
- Replies: 0
- Views: 153106
PHP Fatal error: Uncaught Error: Class "Locale" not found
This a php fatal error. I searched and found that it is due to missing PHP-INTL. The issue is common with Plesk OS vendor PHP.
- Mon Aug 05, 2024 5:35 pm
- Forum: Publishing Practices
- Topic: How to remove role appearing in published articles.
- Replies: 0
- Views: 166593
How to remove role appearing in published articles.
The Author role appears in the published articles next to the name of author(s). How can I disable this role from being seen there?
- Mon Jan 29, 2024 4:39 pm
- Forum: Publishing Practices
- Topic: My ojs Driverset is not collecting data and putting it on OAI
- Replies: 0
- Views: 169153
My ojs Driverset is not collecting data and putting it on OAI
This is Samar from Wah Academia Journal of Social Sciences. I am facing some problems in OJS new update. My ojs Driverset is not collecting data and putting it on OAI. I talked to OAI and they said that its DriverSet issue. if you check base url you will find no match found msg. I tried everything e...
- Tue Oct 31, 2023 1:06 pm
- Forum: Publishing Practices
- Topic: Call to a member function getOption() on null, after UPGRADE
- Replies: 0
- Views: 163679
Call to a member function getOption() on null, after UPGRADE
This is the error I got this error after upgrade with my OJS:
find /var/www/html/cache -type f -delete
Any solution?
- Fatal error: Uncaught Error: Call to a member function getOption() on null
find /var/www/html/cache -type f -delete
Any solution?
- Fri Apr 28, 2023 7:40 pm
- Forum: Publishing Practices
- Topic: How can I remove the display language in galley?
- Replies: 1
- Views: 208492
Re: How can I remove the display language in galley?
replace {$galley->getGalleyLabel()|escape} with {$galley->getLabel()|escape}.