Problem in submission form

Hi
I installed OJS 3.02 (http://aaasjournal.org/submission/index.php/aaas)

I want to submit an article, but abstract box is hidden!

qqq

I didn’t change template codes (bootstrap3)

How can I solve it?

Take a look in your server log, probably some component is not loading.

Israel

1 Like

Hi @Journalist,

Take a look at your browser’s console to see if there are any relevant messages there.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Dear all,
Dear @israel.cefrin, Dear @asmecher

I have this problem yet (http://aaasjournal.org/submission/index.php/aaas/index), I tried to submit another manuscript, but in section 2 (submission form), page not loaded and this error appeared

{“status”:true,“content”:"",“elementId”:“0”,“event”:{“name”:“redirectRequested”,“data”:“http://aaasjournal.org/submission/index.php/aaas/submission/wizard/2?submissionId=8#step-2”}}

1

I checked error_log file and these errors exist

[04-Oct-2017 12:05:04 ] PHP Deprecated:  Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /home/aaasjour/public_html/submission/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
[04-Oct-2017 12:05:04 ] PHP Deprecated:  Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /home/aaasjour/public_html/submission/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
[04-Oct-2017 12:05:04 ] PHP Deprecated:  Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /home/aaasjour/public_html/submission/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
[04-Oct-2017 12:05:04 ] PHP Deprecated:  Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /home/aaasjour/public_html/submission/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
[04-Oct-2017 12:05:04 ] PHP Deprecated:  Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/aaasjour/public_html/submission/classes/core/Request.inc.php on line 68
[04-Oct-2017 12:05:04 ] PHP Strict Standards:  Declaration of CustomBlockPlugin::getSeq() should be compatible with BlockPlugin::getSeq($contextId = NULL) in /home/aaasjour/public_html/submission/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[04-Oct-2017 12:05:04 ] PHP Strict Standards:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/aaasjour/public_html/submission/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[04-Oct-2017 12:05:04 ] PHP Strict Standards:  Declaration of CustomBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/aaasjour/public_html/submission/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0

next time, I try to submit a new manuscript. In this time, abstract box is hidden

2

Please help me to fix this problem, I don’t know about coding and programming

Regards

Hi @Journalist

Check both your PHP error log and your browser’s Javascript console for errors. When you see a raw JSON message ({"status: true,…) that usually means a Javascript error was displayed on the previous page.

The “Strict Standards” warnings are cosmetic and can be ignored. Many of these will be resolved in the OJS 3.1 release.

Regards,
Israel Cefrin
Public Knowledge Project Team