Re: Download Managers Disable When Set Wait
Hi,
You can't use a download manager if you're a non-user with the waiting time, at the moment. Otherwise no-one would wait for the countdown, just bypass it by using a DM.
If you disable the waiting time, you can use it.
We are looking at...
I've responded to all emails. Please resend it or PM your email address via the chat facility on our site and I'll look it up.
Simon is on the chat facility so just let him know it's for me and I'll look into it asap.
The mod_rewrite check looks for _config.inc.html on your file server. This exists as a .php file but if the .htaccess file is there and mod_rewrite enabled, it should work.
Try loading the file directly in a browser and seeing if you get a 404 or 200:
http://fs1.myhost.com/_config.inc.html -...
I've just responded via email with the same :)
Try this on your short url database:
ALTER TABLE `shorturl` CHANGE `shortUrl` `shortUrl` VARCHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
I've fixed this now. One of the table columns was causing the error as it was expecting a value. It looks to be MySQL version specific as the column has been part of the code for a while. However I've fixed it for future versions. Let me know if you see anything else.
For anyone else, the fix...
I've sent an email response. But for anyone else, this was due to PHP not being configured for file uploads. Mainly:
file_uploads = Off
upload_tmp_dir =
There may be other issues however your host should be able to fully configure your server for uploads. It's not part of what we can do via...
Hi,
It sounds like your Apache/PHP config somehow. Are you using cPanel and running on the temp path for your hosting? I saw...
http://x.x.x.x/~xxxx/
This may be causing issues and reverting to the default Apache setting /usr/local/apache/htdocs/ instead of your home folder...
It's failing to start the upload. Is this an upgrade or a new install?
If you send me access (FTP and script admin) via the contact form above I'll take a look. Also confirm your account email address so I can validate your support period.
Have you tried running it manually via SSH?
Via the admin area, plugins, media converter settings, set 'output cron messages' to yes.
Then call the script manually via SSH as it details at the bottom of that page.
What output do you get?