mojoPortal error on shared files download/upload
Recently I've been using mojoPortal for a project that needed to run on ASP/MS SQL. Suddenly, two weeks later, it's started misbehaving. I got an error whenever I tried to upload or download a file from the shared files module.
If you experience the same problem, first step is always to turn on detailed error descriptions in your config file. I got:
So I removed all the files in the index, the site rebuilt them, and everything worked great.
If you experience the same problem, first step is always to turn on detailed error descriptions in your config file. I got:
read past EOF
And after some digging I found this post on their forum (which is great btw, cudos to them). I needed to empty the index (~/Data/Sites/<yoursiteid>/indexSo I removed all the files in the index, the site rebuilt them, and everything worked great.

Leave a comment