-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issue with save xml #28
Comments
Are you using 2.1.9 release or the master branch? |
We are using master branch |
we have also use 2.1.9 release but we got same error |
Error log [28-Jul-2020 12:40:09 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'APIRouter' does not have a method 'getRequestedPage' in /home/vallerqu/public_html/ojs/lib/pkp/classes/core/PKPRequest.inc.php on line 760 [28-Jul-2020 12:40:10 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'APIRouter' does not have a method 'getRequestedPage' in /home/vallerqu/public_html/ojs/lib/pkp/classes/core/PKPRequest.inc.php on line 760 |
Check if your PHP version is 7.3 or higher |
We are using PHP 7.3 |
That's strange, the error message says that array_key_last() function is missing from your distribution. According to the function description, it was introduced in PHP 7.3. Note that OJS 3.2.1 will work with PHP 7.2. Can you describe how you determine PHP version that your OJS instance is using? |
Than u for help problem have solved by change PHP version |
dear we have one more question we want add section latest article in home page can help us we have add this code in latest article but section not appear {if $article->getSectionTitle()} {$article->getSectionTitle()|escape} {/if} |
we are using this code for latest article and article display proper but section not show
{$article->getSectionTitle()|escape} {/if}
{/if}
|
Dear sir
We have uploaded xml in production stage and now when we save we got error An unexpected error occurred. You may have been logged out.new ojs 3.2.2_1
The text was updated successfully, but these errors were encountered: