I tried increasing the memory limit in php.ini via htaccess:
php_value memory_limit 32M
Still no luck on large files.
Then I tried:
php_value upload_max_filesize 50M
That worked ;-)
However, I turned php errors display back on and got these errors in header. None in the footer.
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/classes/core/Registry.inc.php on line 38
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/classes/core/Registry.inc.php on line 38
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/lib/adodb/adodb.inc.php on line 840
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/lib/adodb/drivers/adodb-mysql.inc.php on line 659
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/classes/core/DataObject.inc.php on line 45
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/lib/adodb/drivers/adodb-mysql.inc.php on line 659
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/ejssmorg/public_html/ojs/classes/core/Registry.inc.php:38) in /home/ejssmorg/public_html/ojs/classes/session/SessionManager.inc.php on line 57
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/lib/adodb/drivers/adodb-mysql.inc.php on line 659
Notice: Only variable references should be returned by reference in /home/ejssmorg/public_html/ojs/lib/adodb/drivers/adodb-mysql.inc.php on line 659
Warning: Cannot modify header information - headers already sent by (output started at /home/ejssmorg/public_html/ojs/classes/core/Registry.inc.php:38) in /home/ejssmorg/public_html/ojs/classes/template/TemplateManager.inc.php on line 179
Thoughts?
soj
