You need to test if the cron tasks work on your server via the command line (ssh). So login via SSH and call one of them:
php /home/nypp/www/admin/tasks/process_file_queue.cron.php
If the file action queue is processed then you know the cron scripts work on your server. So it must be an issue...