Uploads 1.3.0-beta6 Feedback
Uploads 1.3.0-beta6 Feedback
I tried out the 1.3.0-beta6 of the Uploads module and I ran into a problem.
On the summary page, it gives the name of files, but it does not give a url/href so that they can be downloaded. I looked through the frontenduser integration, and I tried both adding a group and also deselecting all the groups (which I thought would allow a listing for everyone), but nothing seems to work. If I roll back to an earlier beta, the link to the uploaded documents shows up fine. It's weird in that everything else seems to work except for the linking of the documents.
Any ideas? I love the new integration with frontenduser groups, but I can't seem to get the links to documents to appear.
I'm running ubuntu7.04, apache2, mysql5, and php5.
Thanks for any help.
am
On the summary page, it gives the name of files, but it does not give a url/href so that they can be downloaded. I looked through the frontenduser integration, and I tried both adding a group and also deselecting all the groups (which I thought would allow a listing for everyone), but nothing seems to work. If I roll back to an earlier beta, the link to the uploaded documents shows up fine. It's weird in that everything else seems to work except for the linking of the documents.
Any ideas? I love the new integration with frontenduser groups, but I can't seem to get the links to documents to appear.
I'm running ubuntu7.04, apache2, mysql5, and php5.
Thanks for any help.
am
Re: Uploads 1.3.0-beta6 Feedback
Update:
If I change the Summary template to include an href like this:
it seems to work. I'm not sure if this is a bug or not, but the link in the summary view was automatic in earlier betas.
am
UPDATE:
Allowing users to upload files does not seem to work. I added the upload form to a page, but when I try to upload a file, I get:
Any ideas? There IS an author in the field, and the author name is in the group allowed to upload files. I'm using cmsms version 1.1; I wonder if this module is not yet compatible with 1.1?
If I change the Summary template to include an href like this:
Code: Select all
<a href="{$entry->download_url}">{$entry->name}</a>
am
UPDATE:
Allowing users to upload files does not seem to work. I added the upload form to a page, but when I try to upload a file, I get:
Code: Select all
Warning: Parameter input_author is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter input_summary is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter input_destname is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter MAX_FILE_SIZE is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter do_uploadfile is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Error!
Error: Invalid (or empty) author.
Last edited by moorezilla on Sat Aug 04, 2007 4:52 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Uploads 1.3.0-beta6 Feedback
Thanks for this, I'll take a look..... can you remind me later.... or file a bug report so it doesn't get forgotton
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Uploads 1.3.0-beta6 Feedback
I think there may be a few more undefined problems. I get this when trying to overwrite a file with the upload form in a page. I added this as a bug.
Warning: Parameter input_replace is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line
1252
Error!
Warning: Parameter input_replace is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line
1252
Error!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Uploads 1.3.0-beta6 Feedback
I've fixed this all in SVN (I think). I gotta cut another beta.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Uploads 1.3.0-beta6 Feedback
I tried the svn version, and it fixed the earlier Parameter errors, but I think Parameter "input_replace" is still an issue; it still fires an error when I try to replace a file.
Re: Uploads 1.3.0-beta6 Feedback
Yep... tried out the svn version and this one sneaked through:
Warning: Parameter input_replace is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Error!
Error! File /home/web/chelseahigh/chs/uploads/history/basicrisotto.odt already exists.
Looks like input_replace still needs to be defined.
the filter also fires errors:
Warning: Parameter input_filter is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter hidden_params is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter input_submit is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter input_replace is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Error!
Error! File /home/web/chelseahigh/chs/uploads/history/basicrisotto.odt already exists.
Looks like input_replace still needs to be defined.
the filter also fires errors:
Warning: Parameter input_filter is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter hidden_params is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Warning: Parameter input_submit is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1252
Last edited by moorezilla on Sat Aug 11, 2007 8:18 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Uploads 1.3.0-beta6 Feedback
I added this to SVN now.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Uploads 1.3.0-beta6 Feedback
Nice! Tested it out and all the issues I've noticed seem fixed. Thanks much.
am
am