Maintain selected item when sorting items in sortSelect
Only include Started projects and tasks in lists for user, do not include Pending projects and tasks
The php-net-smtp package is required. You also need your mail server username and password. Some mail servers require a full email address for the username. It took me a few attempts, but eventually I got it working using STARTTLS with these settings: SMTP Server hostname: mail.example.com SMTP Server port: 587 Send from: dms@example.com SMTP Server user: dms * SMTP Server password: •••••••••• Clicking the 'Send test mail' button resulted in the following output. If you don't see AUTH LOGIN the username...
You probably modified the wrong php.ini To find out which file is being used by the web server, create a file in the web directory and view it in a web browser, e.g. echo '<?php phpinfo(); ?>' > /home/www-data/seeddms51x/www/phpinfo.php Browse to http://your.server/phpinfo.php and look for 'Loaded Configuration File' Once you know which php.ini to edit, increase the upload_max_filesize and post_max_size https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size
Increase upload_max_filesize and post_max_size in php.ini To find out which php.ini is used by the webserver, see the Stackoverflow question titled "How to know which php.ini is used?" I use the phpinfo method.
It looks like you added getDMS() to inc.ClassObject.php on 2019/08/07, so I don't have it in 5.1.12. My local change will get replaced when I update to 5.1.13, so I'll leave it for now. Thanks.
Thanks. I couldn't find getDMS(), so I've changed it to this (which also works): $eU = $version->getDocument()->_dms->getUser($eID); I'll look out for version 5.1.13
Version 5.1.12 When I click the 'Remove version' link followed by the 'Remove version' confirmation button, I receive a 500 server error. The server log reports: [proxy_fcgi:error] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Cannot access protected property SeedDMS_Core_DocumentContent::$_userID in /home/www-data/seeddms51x/seeddms-5.1.12/op/op.RemoveVersion.php:107\nStack trace:\n#0 {main}\n thrown in /home/www-data/seeddms51x/seeddms-5.1.12/op/op.RemoveVersion.php on line...