I am getting a strange error in the news-aggregator package. The error in itself is not strange, but the circumstances under which it occures seem strange.
I have the news-aggregator package running perfectly fine on one of my servers. Today, when I installed it on another server (loading the APM package from a URL), I got an error:
Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")
while executing
"ns_pg_bind select nsdb0 { *SQL* }"
("uplevel" body line 1)
...etc...
Looking at the error log, it was clear that the .xql file wasn't being loaded correctly.
I then tried installing the package by putting the files under packages/news-aggregator manually and just installing it from there and everything worked like a charm.
I've tried experimenting a bit by installing other packages, both loading them from a URL and also by putting the files there myself and no other package has created any errors.
The bug must be in my code :(
Does this sound familiar to anyone?
/Simon