Hello,
We are getting several errors since updating our OJS of 2.3.8 to 2.4.6.
First we can’t to upload files durign submission process, but we can solve it by configuration and writable permission to files directory.
But now we can’t create new issues. Next to complete the form we are redirect to http://revistas.upc.edu.pe:8080.
Reviewing the log file we find this:
[Thu Jun 04 21:02:52 2015] [error] [client 179.214.32.29] NOTICE: Use of undefined constant STYLE_SEQUENCE_CORE - assumed 'STYLE_SEQUENCE_CORE' (/var/www/revistas.upc.edu.pe/www/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php:102), referer: http://revistas.upc.edu.pe:8080/
At the moment our configuration files is:
files_dir /var/www/revistas.upc.edu.pe/www/files
public_files_dir public
umask 18
and our permissions are:
tic:/var/www/revistas.upc.edu.pe/www# mkdir files
tic:/var/www/revistas.upc.edu.pe/www# chmod 775 files
Can you help us?