-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not allowing the "Save" button to work #29
Comments
@1amrahulranjan , can you share the error message from your webserver logs, or from your browser's web inspector? For example, to look at this through the Web Inspector, before clicking Save, launch the Web Inspector in your browser via the F12 key or by right clicking and selecting "Inspect" or "Inspect Element". Then switch to the Network tab. Click the "Save" button and find the POST request for "update-section". If this request has a Status of 500 where the 200 Status is expected, there may be useful information in the "Response" section. The webserver error logs will likely be even more helpful, if you have access to them on the server. |
Hi, I did the inspect element thing. Here are the screenshots. There was no response in the response tab but the error was 500 instead of 200. Also, please find attached the Error Log that was located in the public_html folder itself. |
Thanks, @1amrahulranjan ! Maintainers, here is the error message of interest:
browseBySection/BrowseBySectionPlugin.inc.php Line 198 in ec960bd
|
@1amrahulranjan , if you are able to download the updated source code from this branch of the repo: And, if you are able to install this manually in your OJS installation, then you can try it out the fix before an official release. |
@ctgraham Yes I can do it. So, all I need to do is download the code as zip file and upload it (and overwrite it) in the OJS Directory where the plugin is stored. Right? If I am wrong, could you please guide me how to do it? That would be very kind of you. |
Yes, you can overwrite the existing plugin code with the contents downloaded in the zip file. |
@ctgraham Thank you. The issue got resolved. |
#29: Remove static call to Application::getRequest()
I've merged that in. Thanks for reporting and thanks for the help, @ctgraham! |
Hi,
I am trying to use this feature and activated "Browse by Section" Plugin from OJS Plugin gallery and activated it. However, when I go to the section, edit them and check the box that says "Section Browsing - Enable an archive of all submissions published in this section" and then click save, the save button keeps on loading and never saves the options.
I am attaching the screenshots for the same. Please help me out. I am using OJS 3.3.0.10
The text was updated successfully, but these errors were encountered: