Hi,
It looks like there's a file with a new status in your database. The translation doesn't exist for whatever the status is. Could you run this on the database (via phpMyAdmin) and post the output:
SELECT COUNT(file.id) AS total, file_status.label AS status FROM file LEFT JOIN file_status ON...
Hi,
It looks ok to me. Are you doing it as a non-logged in user as the admin user will download the file instantly?
Info page also looks fine to me:
http://fhscript.com/7zu~i
Regards,
Adam.
I'll look at getting it in. I looked into it before but we need to upgrade jquery ui & jquery for it to work, which has implications on anything else using jquery on the site.
*******************************************************
IMPORTANT:
This thread applies to v3.3 and before of YetiShare. As of v3.4 the script uses 'chunked' uploads which will avoid any of these issues.
*******************************************************
Use this page to debug failing...
Can you see if the problem happens for logged in users? I've done quite a bit of testing on this today and I can't replicate it on the default browser (android 4.1.1) and it always seems to work for logged in users, but non-logged in users on Dolphin browser I'm having some problems with.
Could...
Hi,
See the API page for the format to use it in:
http://gourl.us/api.html
At it's most basic you create a new short url like this:
http://gourl.us/api/v1/01cfd2277a6f3a59e9f74d25f6212a95/shorturl/create/url/BASE64_ENCODED_LONG_URL.json
BASE64_ENCODED_LONG_URL should be replaced with the...
Hi,
This isn't possible in the current release. It needs a lot of reworking to build this in, however it is on the RFCs for development on a future release.
Thanks,
Adam.
It's working fine for me on the standard android browser. Can you try with that and see whether it works? I'll have a look if there's a fix in the code.
Hi all,
I've managed to fixed this one. One of the php functions the plugin uses can be restricted on certain hosting setups. I've written round it to work with these servers. It's meant however that I've had to change the core code slightly. To update before the next core release do this:
-...
Someone else has reported similar problems today also so I'm keen to fix this one. Could you send me temp ftp access via the contact form above and I'll take a look? I can't replicate the issue on our dev or demo sites.
Thanks,
Adam.
I don't use any IM but send me some details via [email protected]. I'm stacked with our in-house development work so I'm not sure if it's something we can help with, although I'll take a look and let you know.
Ok, we're working on a PPD plugin so you might be able to mod this for the same. It should be out in the next few weeks so I'll post here when more details are up.