can't find class-Anyfile

qb.84 Member
Hi everyone. I just installed Zenphoto version 1.4.0.4 [7122] (Official Build), and I'm trying to activate the Anyfile plugin. The problem is that it says this plugin is part of the package, but I don't see it on the list or in the package. Any ideas?

Thank you!

Comments

  • acrylian Administrator, Developer
    Sorry for the confusion. This is a plugin of the coming 1.4.1 release. You can preview it by install the trunk nightly build.
  • qb.84 Member
    Thank you for the quick reply! :)
  • qb.84 Member
    Just installed it. This plugin is supposed to let me upload any type of file and just show whichever icon I choose correct?

    I've tried a bunch of different file types and it keeps saying "ONLY SUPPORTED FILETYPES ALLOWED!" in the jQuery file chooser.

    Any help will be appreciated :)!
  • Did you configure the plugin for the file types you want to upload?
  • qb.84 Member
    Yes, I added .CR2 and .EPS but still get the same error. Also I tried un-checking the "all" checkbox and it doesn't seem to stick. I guess it needs a bit more work :).
  • What jQuery file chooser?
  • qb.84 Member
    In the upload tab... there's either flash or jQuery file "uploader". jQuery gives me the error above and flash shows as if the file was uploaded but then the folder is empty. :(
  • There is a problem with the options handling that will be fixed in tonight's build. But adding just one extension should work. Also look at the list of file suffixes at the head of the upload page. That should include your new types.

    I just have to ask in case. You did install the complete BETA nightly and not just the plugin?
  • qb.84 Member
    Yes, I deleted the database and files and installed the nightly build from scratch.

    In the upload page I do see the file extension but it doesn't seem to work.
  • Probably best just to wait until tomorrow and download the nightly with the options fixed. Be sure to check that your file extensions are indeed selected as the error was to forget them.
  • qb.84 Member
    Ok... I found out why it isn't working, hopefully it makes sense to you guys.

    First I tried adding the CR2 without the dot and hitting enter, then save. This doesn't "seem" to work, but when I checked the database I noticed it was being added with a value of 0.

    `
    AnyFile_file_list_CR2 0 NULL NULL
    `
    I changed it to 1 in the database and it shows on the list and it lets me upload CR2 files.

    `AnyFile_file_list_CR2 1 NULL NULL`

    Hopefully this helps :)`
  • Yes, that is a "forgotten" option. Beware it may get forgot again. As mentioned, fixed in tonight's nightly build.
  • qb.84 Member
    It was fixed. Thank you!
Sign In or Register to comment.