• First:
    I get a W015 error when attempting to download images, but only if I’m using a prefix that is not applied during the initial upload. Limited the prefix works fine when applied on upload. Everything else on the site and in the plugin appears to be working. Suggestions?

    Second:
    I need to randomize the order of images. I’m new to PHP, but got ewz-extra.php up and running with a snippet of code that gives me a random value. Using [~CD1] in the prefix, my random values show up just fine, but each image gets the same random number (it’s apparently only generated a single time at the click of the button?). If applied at download instead, it appears to generate a different value for each entry (as indicated by the spreadsheet), but I can’t get the images due to the server error.

    I’d prefer to apply the prefix to the file during upload, but need to find a way to have a different random value attributed for each image. Guessing I may be overlooking an obvious solution, but my PHP skills are quite lacking.

Viewing 1 replies (of 1 total)
  • Plugin Author Josie Stauffer

    (@joanne123)

    I’m afraid the W015 error is just a generic “something went wrong on the server” error. If it was possible to get more information, there should have been some more useful text in the error message, too. Was there any text in the message?

    I’m afraid there is currently no way within entrywizard to generate a filename containing a random number. I can put it on my list of features to look into when I have time, but no guarantees that I’ll find the time.

    The ewz_extra code is only designed to deal with information about the user, like a competition level or membership number.

    Meantime, what you could do if you need a true random number in the filename (why?) would be to generate a random column in the spreadsheet ( there are websites for that) and then use it and the existing filename to generate another column of file “rename” commands to run.

Viewing 1 replies (of 1 total)
  • The topic ‘W015 Server Error’ is closed to new replies.