Can you ensure these are set in admin, site settings and try again:
"Whether to enable logging or not" = "yes"
"The types of log messages to store in the log files" = "all error types"
Hi,
Do any of the other file hosting sites work in the file leech plugin?
It looks like curl is failing. Can your server see turbobit.net ok. Try a ping turbobit.net via ssh as root.
Regards,
Adam.
No it's not possible unfortunately. None of the code is encoded so we can't account for every possible change. The best we can do is to move anything template related into it's own area, then in theory, you shouldn't have to update your template on each release. (coming in v4.0 :))
If you do...
I've fixed this within the image viewer plugin and updated the release code today. To patch just download the plugin, extract locally, then reupload the contents of the following folder onto your site. You'll need to also do any file servers:
/plugins/imageviewer/includes/
Cache path is still...
I wouldn't recommend Flash as it's not well supported now. You can forward using html5 fine though. Can you do it on our demo site?
http://yetishare.com/media_player_plugin.html
If so, update your plugin code as there was some recent fixes around this.
Re: Rewrite on Nginx
The rules may vary slightly depending on nginx version. We use the following:
In:
/etc/nginx/sites-available/default
Change to:
server {
listen 80; # port number
root /usr/share/nginx/www;
index index.php;
client_max_body_size 5G...
Hi,
Can you send me access to the site and file servers (admin & ftp) and I'll take a look. An example would also be useful.
You can send it via the contact link at the top.
Thanks,
Adam.
Hi,
There's a recent fix for this. If you re-download the media converter plugin it'll now allow for multiple servers. You need to set the ssh details within the convert.php. Open that file for full details.
Regards,
Adam.