All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

"Upload new file" not working

marienvo 18 Jun 2010 09:36 problem, complete

I just installed Low Variables, but the buttons "Upload new file" does not seem to work. The URL just changes to http://[URL]#upload

I'm using latest version of Low Variables and ExpressionEngine 1.6.9.

Replies

  1. Low 18 Jun 2010 09:58

    Hi!

    Can you confirm if the javascript files are included correctly? Just look at the source code and look for 'Low Variables assets' and check if the javascript tags points to the correct files in /themes/low_variables/.

  2. marienvo 18 Jun 2010 10:53

    Thanks for the fast reply. I didn't seem to enable jQuery for the control panel yet. Looks like it's working now.

  3. Low 18 Jun 2010 10:54

    Excellent!

  4. marienvo 18 Jun 2010 12:12

    It still does not seem to work properly. Now I am getting the message "Upload folder not found" after selecting a file and saving changes. Uploading to Main Upload Directory does work fine in normal entries.

  5. Low 20 Jun 2010 13:12

    I think we found a little bug. I'll fix it in the next release. If you need a fix now, then open the file vt.low_select_files.php in a text editor, and around line 70/75 you'll find this code:

    form_dropdown($this->input_name('upload', TRUE), $upload_folders, $upload)

    Change that to

    form_dropdown($this->input_name('upload'), $upload_folders, $upload)

    and you should be good to go.

  6. marienvo 20 Jun 2010 14:00

    This doesn't seem to solve the issue

  7. Low 20 Jun 2010 14:12

    Have you re-saved the variable's settings?

  8. marienvo 20 Jun 2010 15:20

    After re-saving changes I do get a message "Changes saved", but the image is not being uploaded. The image also does not appear in the drop-down list.

    The error message is gone though.

  9. Low 20 Jun 2010 15:24

    Can you perhaps give me access to your install, so I can do some further investigation? You can send the url/login/password to low@loweblog.com

  10. Low 20 Jun 2010 17:20

    The bug turned out to be a bit trickier than I expected. A complete fix will be added to the next version.