![]() |
I am trying to up load videos .. and can't get the system to let me make the file size large enough ? any suggestions?
|
Quote:
Those 2 fields are definitely missing from the local_linkscat within the beta, and they were there in 2.1.0. I know you've changed a lot in the local_links_admininclude.php but I would think the system needs to know what style and order to show a cat .. ? |
Quote:
Having said that, these are the settings you should be looking for: in php.ini: upload_max_filesize and post_max_sizecode limit the maximum size of files that can be handled using the upload feature of LDM, irrespective of the limits set within vBulletin and LDM. post_max_sizecode should have a larger value than upload_max_filesize in te vb admincp/Attachments/Filetypes maximum size per filetype. |
Quote:
I'm getting an error trying to upload files as a test user. I have my local_root set to 0 My local_file_root_prefix is set to /images/linksfiles I'm trying to set my upload directory to /uploads (being a sub directory of images/linksfiles) but I got an invalid directory error so I ended up leaving it blank thinking it would dump the images into the linksfiles folder. No problems linking off the server and everything is working well...AWESOME piece of work. I have my permissions set so registered users can do their own uploads. When I come in as a test user and try to upload I get the error failed to move file Any thoughts? All the folder permissions are set to 777 so its got me stuffed. I think I'm misunderstanding the config of the folders but not sure. Thanks for your help....This has made my day :) |
Quote:
Maybe you can try this for me and let me know the results (by PM preferably) Edit includes/local_link_include.php and look for the line Code:
if (!move_uploaded_file($GPC['tmp_name'], $fullfile)) return(NN); Code:
if (!move_uploaded_file($GPC['tmp_name'], $fullfile)) { Then replace the original file. |
2.12 always in beta?
|
Quote:
|
Hi AndrewD, I've been using your only script for file transfer over the past year. everything works out best ..but the only problem I'm facing is that, the script doesn't have HTTP 206 Support...without HTTP 206 Support ..if my download were broken I'm unable to resume the portion I've missed during my download. I hope you will spend little time working on this. Thank you!
|
Quote:
|
Quote:
I try that in php.ini .. but If IT is better to upload via FTP fine , but how do I still index them in this system |
All times are GMT. The time now is 01:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|