Your load got pretty high for some reason. It could be a number of issues. These are the things I would normally check for:
- Other apps or websites on the server causing high memory or cpu usage.
- A rouge script or virus, try running a 'top' to see if anything is running at high load/cpu.
-...
Hi,
You had 2 accounts, one with a paid order and one pending. I've sorted it all out and updated your support ticket. Let me know how you get on.
Regards,
Adam.
You can't provide the password without sending an email. Otherwise you'd have loads of fake accounts and likely a lot of illegally uploaded content. You can create them via the admin area though and assign their password.
Alternatively get a cheap web hosting account and use their SMTP server...
This has been resolved in the code. It'll be officially noted as part of the next release however it's also been patched into the current if you can't wait until then :)
To fix download the latest release and re-upload the following folders/files to your install:
/core/includes/
/core/page/...
By the way I couldn't see anything really wrong with your nginx config. "location /files/" we have as "location /files" but I don't think that would make a difference. I assume you restarted nginx on all servers and enabled the option in site settings, admin?
HttpSecureDownload also looks...
It doesn't use PHP. If you use the option XAccelRedirect it hands off onto Nginx (assuming the nginx settings are working). You still need PHP at the start of the process for validation, security etc but this adds little overhead.
Good to hear you are happy with access to the source code :)
Run it manually and post the output here:
php /path/admin/tasks/process_file_queue.cron.php
Also, make sure you can call php cli ok, post the result of:
php -v
It was a previous bug which is now fixed, there shouldn't be any files in that folder with the latest release.
It's just a warning to other people that you can cause some real damage by using rm -rf (without warning) if you're not careful.
Re: change "local storage" type to "remote file server stora
So, do every you've said including setting up the file server in the admin area. (so it's in the database)
The main thing you'll want to update is the server id on each file. So say your local file server is id of 1 (see the database...
Hi,
I've never looked into it however it uses ffmpeg so maybe these resources would be useful:
http://askubuntu.com/questions/352920/fastest-way-to-convert-videos-batch-or-single
http://askubuntu.com/questions/270625/how-to-fast-convert-mp4-to-webm-using-ffmpeg...