09-22-2017, 11:31 AM
Hmm. Sorry you're having problems.
What version of PHP are you using?
That error is caused by a query that is not working for some reason. If you haven't modified the userspice code, that's really rare. How did you integrate userspice into that existing project? How did you modify your existing pages to work with US?
My thought is that I would leave your existing project exactly the way it was with two exceptions:
At the top of the page add the require to users/init.php
Add that securePage line that's on every page to secure the pages.
Let me know what you come up with.
What version of PHP are you using?
That error is caused by a query that is not working for some reason. If you haven't modified the userspice code, that's really rare. How did you integrate userspice into that existing project? How did you modify your existing pages to work with US?
My thought is that I would leave your existing project exactly the way it was with two exceptions:
At the top of the page add the require to users/init.php
Add that securePage line that's on every page to secure the pages.
Let me know what you come up with.