Uploads 1.3.0-beta6 Feedback

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
moorezilla

Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

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
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

Update:

If I change the Summary template to include an href like this:

Code: Select all

 <a href="{$entry->download_url}">{$entry->name}</a>
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:

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.
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?
Last edited by moorezilla on Sat Aug 04, 2007 4:52 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Uploads 1.3.0-beta6 Feedback

Post by calguy1000 »

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.
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

Will do! Thanks.

am
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

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!
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Uploads 1.3.0-beta6 Feedback

Post by calguy1000 »

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.
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

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.
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

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
Last edited by moorezilla on Sat Aug 11, 2007 8:18 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Uploads 1.3.0-beta6 Feedback

Post by calguy1000 »

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.
moorezilla

Re: Uploads 1.3.0-beta6 Feedback

Post by moorezilla »

Nice! Tested it out and all the issues I've noticed seem fixed. Thanks much.

am
Locked

Return to “Modules/Add-Ons”