Quantcast
Channel: PKP Community Forum - Latest topics
Viewing all 27312 articles
Browse latest View live

getLocalizedAffiliation and getAffiliation

$
0
0

@charleshrf wrote:

what is the difference getLocalizedAffiliation() and getAffiliation($locale)?
how to use getAffiliation($locale)?

Posts: 1

Participants: 1

Read full topic


PLUGINS page don't load up. Error after Upgrade from OJS 3.1.2 to 3.1.2.1

$
0
0

@navmalik wrote:

I have upgraded recently from OJS 3.1.2 to 3.1.2.1
And now I can’t see the list of plugins because PLUGINS tabs always spinning and doesn’t load up.

ERROR LOG:
[26-Nov-2019 09:58:32 UTC] PHP Fatal error: Uncaught Error: Call to a member function getCurrent() on null in /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/site/VersionDAO.inc.php:135
Stack trace:
#0 /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/controllers/grid/plugins/PluginGridHandler.inc.php(184): VersionDAO->insertVersion(NULL, true)
#1 /home/naeemijr/public_html/ijrdo.org/controllers/grid/settings/plugins/SettingsPluginGridHandler.inc.php(36): PluginGridHandler->loadCategoryData(Object(Request), ‘generic’, Array)
#2 /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/controllers/grid/CategoryGridHandler.inc.php(124): SettingsPluginGridHandler->loadCategoryData(Object(Request), ‘generic’, Array)
#3 /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/controllers/grid/CategoryGridHandler.inc.php(473): CategoryGridHandler->getGridCategoryDataElements(Object(Request), ‘generic’)
#4 /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/controllers/grid/CategoryGridHandler.inc.php(453): CategoryGridHandler->_renderCategoryInternally(Objec in /home/naeemijr/public_html/ijrdo.org/lib/pkp/classes/site/VersionDAO.inc.php on line 135

I have tried upgrading plugins, but didn’t worked. Please help me out.
Regards
Naveen Malik

Posts: 1

Participants: 1

Read full topic

Blank page occurred

Error after upgrade to OJS 3.1.2.1 - admin panel names comes between ##....## without any spaces

$
0
0

@navmalik wrote:

After I have upgraded to OJS 3.1.2.1 all names in admin panel comes between ## tags.
Like as:

##admin.siteManagement##

##admin.adminFunctions##

No error comes in PHP ERROR LOG.

How can I make it correct?
Regards
Naveen Malik

Posts: 1

Participants: 1

Read full topic

OJS or OMP for proceedings

$
0
0

@mannemark wrote:

Hello!
I’m looking for some input on what would be the most suitable platform for conference proceedings, OJS or OMP. I’m mainly curious about metadata and presentation issues with either system.

I would like to hear your thoughts about this. Any input would be greatly appreciated.

/Magnus

Posts: 1

Participants: 1

Read full topic

Items per page bug?

$
0
0

@Dragoljub_Djordjevic wrote:

OJS version 3.1.2.0
In dashboard, on page users & roles, there is a select box for selecting how menu users to show per page. I have noticed there is a NaN value, and I don’t think it should be there.

nan

I found function $.pkp.classes.features.PagingFeature.prototype.configItemsPerPageElement_
in file lib/pkp/js/classes/features/PagingFeature.js
on line 200, and changed:

itemsPerPageValues.push(options.defaultItemsPerPage);

to

if (!isNaN(options.defaultItemsPerPage)) {
itemsPerPageValues.push(options.defaultItemsPerPage);
}

Now select box works as it should, but I wonder if there is a better solution, and why is defaultItemsPerPage == NaN, and where this variable should be set?

Posts: 1

Participants: 1

Read full topic

Viewing HTML article reveals user name and appears as though logged in

"Publish Notify" in several languages

$
0
0

@didoemilio wrote:

  • Application Version: OJS 3.1.2

  • Description of issue: Is there a way to send the “Publish Notify” email (which is sent when we publish a new issue) in several languages at once?

Posts: 1

Participants: 1

Read full topic


Some translation keys broken

$
0
0

@d_marquez wrote:

Hi all

My ojs has a problem with translation keys, in some articles it does not show the name of a file uploaded, what it shows is “common.file.namingPattern” or “common.file.anonymousNamingPattern”. I understand that this key refers to the name of the file, when reviewing the translation supplement I find that the key is registered in Spanish and works correctly in the other articles. I checked the php logs, there is no error, and the javascript console does not show errors either. This magazine is set up with a subdomain apart from the others in the portal, I don’t think this has anything to do with the error, because the vast majority of translations work without any problem.

Please help me! Tnaks!!

Posts: 1

Participants: 1

Read full topic

Copy of emails (any email)

OJS and OMP 3.1.2-2 Released

There was a problem sending an email message after submission

$
0
0

@botshawn wrote:

I am using OJS 3.1.2-1 under Ubuntu 18.04 bionic, and I am using postfix as my email server. I’ve tested postfix and it works perfectly. In addition, when I publish some issues, everyone can get email notification. However, when I do a submission, the OJS server notices me that there was a problem sending an email message.


Then I’ve checked the server and it said
sh: 1: /etc/postfix: Permission denied
Could not instantiate mail function.
Invalid address:  (From): root@localhost

But I’ve already changed the permission by using sudo chmod 777 /etc/postfix.
I’ve checked the log in /var/log/mail.log but there are no error messages.

Can someone help me? I really have no idea about how can I fix it.

Posts: 1

Participants: 1

Read full topic

Get Journal Path by Journal ID inside article_summary.tpl file

$
0
0

@rodrigo_snape wrote:

Hey,

I need to get the path of the journal inside article_summary.tpl without using $currentJournal. I can get the journal id with:

$article->getJournalId()

But how can i get the journal path? $currentJournal is not an option because sometimes the article_summary is called from Site level.

I’m using OJS 3.1.1-2

thanks :sweat_smile:

Posts: 1

Participants: 1

Read full topic

Theme isn't working in OJS 3.1.2

$
0
0

@mwaqiazizi wrote:

Greetings, everyone

I’m currently try fresh-install OJS 3.1.2 on my local PC, Windows 10 + XAMPP 3.2.4. All works fine until I try to apply HealthSciences theme from plugin page. There’s no error message displayed, but OJS only display text and some images on the frontpage. Is there any fix to this?

Proof of HealthSciences not working, only text appears

Proof of no error whatsoever found in the apps

Posts: 1

Participants: 1

Read full topic

Receiving Errors: This page isn’t working, currently unable to handle this request, HTTP ERROR 500

$
0
0

@Shahid_Wasim_Malik wrote:

I am receiving some errors when I try to install OJS 3.1.2-2: This page isn’t working
ciss.org.pk is currently unable to handle this request.
HTTP ERROR 500

Here are some lines of my error_log file:
[27-Nov-2019 07:05:35 UTC] PHP Warning: Declaration of InstallHandler::validate($request) should be compatible with PKPHandler::validate($requiredContexts = NULL, $request = NULL) in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/pages/install/InstallHandler.inc.php on line 0
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbObject has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 106
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbTable has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 205
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbIndex has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 613
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbData has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 774
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbQuerySet has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 959
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; adoSchema has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 1217
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 263
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 359
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[27-Nov-2019 07:05:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[27-Nov-2019 07:10:55 UTC] PHP Warning: Declaration of InstallHandler::validate($request) should be compatible with PKPHandler::validate($requiredContexts = NULL, $request = NULL) in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/pages/install/InstallHandler.inc.php on line 0
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbObject has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 106
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbTable has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 205
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbIndex has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 613
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbData has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 774
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dbQuerySet has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 959
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; adoSchema has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 1217
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 263
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 359
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[27-Nov-2019 07:10:55 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/Form.inc.php on line 377
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 594
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::isPost() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/form/validation/FormValidatorPost.inc.php on line 38
[27-Nov-2019 07:10:57 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/core/PKPRequest.inc.php on line 396
[27-Nov-2019 07:11:02 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CounterReport has a deprecated constructor in /home/multibiz/public_html/ciss.org.pk/journal/plugins/reports/counter/classes/CounterReport.inc.php on line 33
[27-Nov-2019 07:11:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/drivers/adodb-mysql.inc.php:456
Stack trace:
#0 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/adodb.inc.php(558): ADODB_mysql->_connect(’’, ‘multibiz_journa…’, ‘F9dfs$ve-8yz’, ‘’)
#1 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/db/DBConnection.inc.php(151): ADOConnection->Connect(’’, ‘multibiz_journa…’, ‘F9dfs$ve-8yz’, NULL, false)
#2 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/db/DBConnection.inc.php(126): DBConnection->connect()
#3 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/db/DBConnection.inc.php(113): DBConnection->initConn()
#4 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/db/DBConnection.inc.php(55): DBConnection->initCustomDBConnection(‘mysql’, ‘’, ‘multibiz_journa…’, ‘F9dfs$ve-8yz’, NULL, false, false)
#5 /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/classes/install/PKPI in /home/multibiz/public_html/ciss.org.pk/journal/lib/pkp/lib/adodb/drivers/adodb-mysql.inc.php on line 456

Kindly help me to install OJS. Thank you!

Posts: 1

Participants: 1

Read full topic


Missing key in en_US locale - OMP 3.1.2.1

$
0
0

@piapio wrote:

Hello all,

we’ve noticed that there is a key missing in the en_US locale for OMP.

The key catalog.noTitlesSection, which should be in lib/pkp/locale/en_US/submission.xml does not seem to exist, which leads to the value ##catalog.noTitlesSection## showing in the frontend of our OMP. The key and translations for it appear to exist in all the other language locales. Since the translator plugin does not properly allow editing the English locale, we can only fix this manually in the xml files. Please add this key in the future!

Many thanks!
Pia

Posts: 1

Participants: 1

Read full topic

Sidebar conflicts with the vertical line

How can I resolve problems with Pogo troubleshooter?

$
0
0

@james_rise wrote:

Pogo troubleshooter helps you counter technical issues with Pogo games with ease. In case if unable to use Pogo troubleshooter then our experts can assist you and provide the best help. Dial Pogo customer care number to have the best of the technical support from the certified experts.

Posts: 1

Participants: 1

Read full topic

[OJS-3] can submitted reviews be edited or removed?

$
0
0

@rvdb wrote:

For our journal (using OJS-3.1.2), a reviewer had accidentally submitted an incomplete review and asked for a way to update it.

I’ve looked around, but couldn’t find how to do so:

  • when a submitted review is shown in the “Review Details” dialog, all form fields responses are displayed but inactive (i.e. not editable)
  • in the database, PhpMyadmin doesn’t allow editing the rows of the review_form_responses table, since they don’t contain a unique key column

Additionally, when trying to find a workaround in the UI, it is not possible to:

  • modify a submitted review (see above, listed here for completeness)
  • cancel a submitted review
  • assign a new review to the same reviewer in the same review round

Unless I’m overlooking anything, I’m at a loss for what seems to be a common problem: post-editing of accidentally submitted reviews. I could understand that it might not be ideal to allow reviewers themselves to edit their reviews after they’ve submitted them, but it would be sensible if the editors could do so. I’ve checked the Github issues but couldn’t find any open issue on this matter.

Currently (again, unless I’m overlooking anything), the only option seems to assign a new reviewer (either by asking the original reviewer to create a new account just for this purpose, or by assigning it to an editor) and redo the review. But I can’t imagine there isn’t a cleaner way?

Posts: 1

Participants: 1

Read full topic

Removing the "submission folder" files

$
0
0

@nepos wrote:

I’m using a 2.471 OJS.

I’m approaching the limit of the space offered by the webhosting and unfortunately an upgrade of it is not possible (old hosting, etc.).

It is possible to delete the articles form the “submission” folder and keep only the one in the “public”?
At least for the articles that have been published long time ago, with low chances to be changed\updated.
Is removing of the mentioned folders affecting the stability of the platform?

Thank you.

Posts: 1

Participants: 1

Read full topic

Viewing all 27312 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>