Dear Alec, your clarification is great! I am posting here how the upload function of ojs 2.4.1 is restored for those who will have the same problem on GoDaddy server, because previous posts were a bit misleading. Actually there are at least two /classes/core/ folders in ojs. I was looking for String.inc.php in the obvious folder:
/ojs/classes/core/String.inc.phpHowever, the correct localization is in:
/ojs/lib/pkp/classes/core/String.inc.phpIf the mime setting does not work in ojs2.4.1 the code:
- Code: Select all
if (function_exists('mime_content_type')) {
should be changed to:
- Code: Select all
if (false && function_exists('mime_content_type')) {
in order to instruct OJS not to use PHP's mime_content_type function. Now with ojs 2.4.1 working I will fix the ISSN export by the OAI.