Posts: 33
Threads: 7
Joined: Jul 2020
I'm having trouble figuring out the cmtx_identifier for a blog I'm trying to integrate the comments module to. The blog db for the articles has the following fields: id, title, content, published_at. I have tried using id, and title with no success. Can anyone point me in the right direction?
Any help will be appreciated.
Posts: 2,905
Threads: 59
Joined: Jun 2010
Can you post the code of the file you're trying to integrate Commentics into.
And also the integration code that you've tried with no success.
Have
you completed
the interview?
Posts: 33
Threads: 7
Joined: Jul 2020
Posts: 2,905
Threads: 59
Joined: Jun 2010
Looks okay to me. Why do you say it's not working?
Have
you completed
the interview?
Posts: 2,905
Threads: 59
Joined: Jun 2010
When you say "one iteration", are you trying to load Commentics multiple times on the same page?
Have
you completed
the interview?
Posts: 33
Threads: 7
Joined: Jul 2020
When I use this iteration, I get the following error message. When I say iteration I mean using different options for the identifier.
An error occured
Uncaught Exception: 'ErrorException'
Undefined variable: results
Stack trace:
#0 C:\usbwebserver862\root\simpleblog\article.php(50): errorHandler(8, 'Undefined varia...', 'C:\\usbwebserver...', 50, Array)
#1 {main}
In File'C:\usbwebserver862\root\simpleblog\article.php'on line50
Posts: 2,905
Threads: 59
Joined: Jun 2010
Okay I'm not sure because that error doesn't make sense given the code you've provided.
Have
you completed
the interview?
Posts: 33
Threads: 7
Joined: Jul 2020
I'll keep at it and see if I can figure it out.