IE doesn't provide the information for uploads, so the progress wont work until they build it in.
If you download the latest release it should have a fix for the download_current.php issue. Just re-upload the file to your admin area.
Hi,
You can see what version of the script you have by looking within the _config.inc.php file. If you purchased the script this month then it's likely v3.0+.
Regards,
Adam.
Hi,
Even with using an ftp file server, PHP still needs to cache the uploaded file within the tmp folder. It then gets moved over to your ftp file server once it's fully uploaded. So your host should be able to increase the available space you have within the tmp folder.
Regards,
Adam.
Hi,
It sounds like a column is missing within your db. Try applying the following on your database:
ALTER TABLE `file` ADD `adminNotes` TEXT NOT NULL;
It's part of the upgrade .sql file to v3.0 in that release but it looks like it's been missed on your install somehow.
Regards,
Adam.
Yes it looks like your tmp folder has limited space available. PHP uses the tmp folder for uploads so you wont be able to upload larger files if it's restricted. Your host should be able to tell you the available size and increase it if necessary.
Hi,
Thanks for your comments. :)
There's no documentation for the plugins section just yet, the plugins functionality is relatively new so I'd hope we can give users some docs in the next few months.
We have our internal roadmap which is relatively flexible however we are planning the...
Hi,
Copy of email response I just sent: :)
It's likely that /home/uploadfi/public_html/files/ is the incorrect path, at least for that ftp user. Try just using /files/ or /public_html/files/.
If that doesn't work, log in as the ftp user using a ftp client and see what the url in the explorer...
Hi,
I'm not an SEO guru but I've done a good bit of promoting our own sites. Here's some of what we try to do:
- Links! This is the key for getting traffic. The more you have (generally) the higher you'll be listing in search engines. Just contact similar sites and ask to exchange links. It's...
Hi,
Go into the database and open the 'site_config' table. Find the record with 'config_key' = 'cost_for_7_days_premium'. Amend this to 'cost_for_2_days_premium'.
Regards,
Adam.
Hi,
We are looking at ways to build in a 'copy to x server' function, however it would be really slow if you had a large volume of files to move. It may appear initially as an option on each single file in the admin area.
If you want to move a large amount of files you could do it over ssh...
Hi,
It sounds similar to the problem on this thread here:
http://forum.mfscripts.com/viewtopic.php?f=8&t=311
Try following the solution I've listed there. If that doesn't work, send me an email with your site details via the contact form above and I'll take a look.
Regards,
Adam.
Hi,
We've not specifically defined the file is hidden, so I assume either our zip client (Winzip) has set it or it's assumed hidden as it begins with a dot.
How did you show it within your zip viewer out of interest?
Regards,
Adam.
There IS an .htaccess file in the script download. Your OS is likely hiding files starting with a dot. I've attached it to this post in it's own zip file.
What other problems are you having?
Regards,
Adam.
Also make sure you have enough space in your tmp folder for larger uploads. Use the check_host.php script to tell you the available size:
http://www.mfscripts.com/check_host.zip