kalevias / mesa

0 stars 1 forks source link

Upon attempting to view found solutions, error received #51

Closed Outfenneced closed 8 years ago

Outfenneced commented 8 years ago

I fixed the python thing and decided to try out the final product, but I received an error while finding times: "Warning: Invalid argument supplied for foreach() in C:\wamp\www\mesa\includes\newevent.php on line 1180"

I keep receiving this in my testing, I'm unsure why or how or even if it's just me, but it's definitely an error. I get it in the frame that pops up to select an event time.

kalevias commented 8 years ago

If you check in the database under blOptiSuggestion, you may notice that the size of the blob is around 41 bytes (if you're getting the same error I got). Upon opening the blob, you'll find that the error, "no module named "classes" found" was raised. To solve this, rename Classes.py to classes.py. Also be sure to click the re-run button in FIND TIMES to reset the blob, or go into the database and manually set it to null.

I fixed this in my last commit and merge, but apparently the change didn't propagate...?

Please confirm that the issue was fixed, and close issue if it's the case.