Search found 22 matches
- 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: 3612
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: 3430
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: 4040
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: 4040
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: 3815
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: 7377
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: 14222
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: 13255
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: 9159
Re: How can I remove the display language in galley?
replace {$galley->getGalleyLabel()|escape} with {$galley->getLabel()|escape}.
- Tue Mar 21, 2023 3:40 pm
- Forum: Publishing Practices
- Topic: Does Google Analytics Plugin understand GA4?
- Replies: 0
- Views: 13101
Does Google Analytics Plugin understand GA4?
Google analytics is currently using GA4 for page access measurement, and is leaving aside Universal Analytics (UA). Does the current GA plugin support this new GA4 version?