Please respond to this
Please respond to this
How do I create a comment system for my wapka forum
-
- Posts: 38
- Joined: Tue Mar 07, 2023 7:13 pm
- Contact:
Re: Please respond to this
You can use api for this
Re: Please respond to this
(Please use more descriptive titles for your posts!)
Creating a Comment System with Wapka Data API
Creating a Comment System with Wapka Data API
Re: Please respond to this
I tried this but it's isn't working it keeps showing error
Although I have api data for other purposes, what could be the problem
Although I have api data for other purposes, what could be the problem
Re: Please respond to this
At first is wasn't even showing anything at all and then I tried to edit some part of the code and It started saying (Primary key relation error) each time a user tries to comment
Re: Please respond to this
This error indicates that the PID and Category are not being set correctly. Let's say you have a link that goes to the post page and contains the query string "post_id" (for example, a link on your index page that goes to example.com/post?post_id=1234). With post_id defined, <PID>{{GET(post_id)}}</PID> and <CATEGORY>Post</CATEGORY> are supposed to work correctly in the API Data Creator config.
Re: Please respond to this
I have tried all I could but same error, I don't know what could be the problem,
You said i should you <pid>{{GET(post_id)}}</pid> ofwhich this is suppose to crawl the post id without me inputing it manually, which I did and yet it's still not working, it's still saying primary key relation error
You said i should you <pid>{{GET(post_id)}}</pid> ofwhich this is suppose to crawl the post id without me inputing it manually, which I did and yet it's still not working, it's still saying primary key relation error
Re: Please respond to this
This is a screenshot of the the setting (api data creator) so what could be the problem