asmecher wrote:What happens when the section editor tries to follow the link? Could you post a copy of the link here (removing, if you prefer, your domain name etc.)?
/var/log/apache2/access.log
xxx.xxx.x.xx - - [05/May/2006:09:50:01 +0200] "GET /ojs/index.php/conganat/sectionEditor HTTP/1.1" 200 19995
/var/log/mysql/mysql.log
The last query 3 lines as Section Editor are:
2058 Query SELECT * FROM sections WHERE journal_id = '1' ORDER BY seq
2058 Query SELECT * FROM article_email_log WHERE article_id = 14 ORDER BY log_id DESC
2058 Query SELECT review_id FROM review_assignments WHERE article_id = 14 and round = '1' AND (cancelled = 0 OR cancelled IS NULL) ORDER BY review_id
/var/log/mysql/mysql.log
The last query lines as Editor are:
2064 Query SELECT * FROM sections WHERE journal_id = '1' ORDER BY seq
2064 Query SELECT * FROM article_email_log WHERE article_id = 14 ORDER BY log_id DESC
2064 Query SELECT review_id FROM review_assignments WHERE article_id = 14 and round = '1' AND (cancelled = 0 OR cancelled IS NULL) ORDER BY review_id
==> /var/log/apache2/access.log <==
212.128.2.95 - - [05/May/2006:10:14:57 +0200] "GET /ojs/index.php/conganat/editor/submissionReview/14 HTTP/1.1" 200 17065
==> mysql.log <==
2064 Query UPDATE sessions
SET
user_id = '1',
ip_address = 'XXX.XXX.X.XX',
user_agent = 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060419 Firefox/1.0.8',
created = '1146815366',
last_used = 1146816897,
remember = 1,
data = 'userId|i:1;username|s:6:\"xxxxxx\";'
WHERE session_id = 'da056cfc32aad12a7e1057f8d9d83e01
/var/log/apache2/error.log
Allowed memory size of 8388608 bytes exhausted (tried to allocate 135 bytes)
...
/etc/php4/apache2/php.ini
I increased the size from 8MB to 10M.
Maximum allowed size for uploaded files.
upload_max_filesize = 10M
The problem persists
E. Moro Rodríguez