While attempting to manage my search index, continually get parser errors. If i navigate away from the search index, and come back to it, then i'll see a 500 internal server error warnings.
Been searching around, but can't find much in the ways of explaining possible troubleshooting steps to work through the issue.
Please See attached.
| Comment | File | Size | Author |
|---|---|---|---|
| parser Error.png | 428.04 KB | rockitdev | |
| 500 Internal Server Error.png | 392.47 KB | rockitdev |
Comments
Comment #1
pwolanin commentedDid you read the stack trace?
Looks like there is a filesystem-level problem (likely permissions or ownership on the data directory).
The XML parser is likely barfing due to getting no or bad data. We could try to avoid that, but it's not your real problem.
However, server configuration and administration is well beyond the scope of module support, so please find someone to help you with your server directly.
Comment #2
pwolanin commentedLooking at the code, there's not an obvious way to avoid XML parse errors if you get a garbage response.
Marking this fixed since it's not a module issue.
Comment #3
pwolanin commented