I’m loving QUIP, but I "think" I found a bug.
I successfuly set up quip to work on my "web" context, no issues.
My setup uses post moderation.
Unfortunately I cannot get QUIP to work on contexts other than "web" and I receive the following error message:
Fatal error: Call to a member function isMember() on a non-object in /home/sebweb/sebweb-modx-core/components/quip/model/quip/quipthread.class.php on line 41
I tracked this line and it has to do the with the following line of code:
$inModeratorGroup = !empty($moderatorGroups) ? $this->xpdo->user->isMember($moderatorGroups) : false;
If I take that same resource (using my quip template) and move it to the web context, everything work fine. If I move it back to the new context, it stops working.
Also, every page which does not use quip is working perfectly with the new context, so this seems to be specific to QUIP only.
thx for the help
I’m using:
modx revo 2.0.8-pl advanced
CentOS 5.5
MYSQL 5.1.56
PHP 5.3.6
browser: I used FF4, chrome 11+ IE 9