This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Commentics works fine on my live server but not on my localserver
#1

Hello. Commentics works fine on my live server but how can i have commentics work also on my localserver?
In Manage - sites - add site how can i add my localserver
I tried like this:
Name: localhost
Domain: 127.0.0.1
URL: http://127.0.0.1/domain

But it didnt work. The commentics form does not appear
Reply
#2

Hello,

Before I get to the issue, you'll need to choose a different username because it could give the impression to others that you represent the project. Can you let me know what you'd like me to change it to?

The domain and the URL look okay to me. I have mine set to localhost and http://localhost but that's just how I view my local websites.

It's more likely that it's not showing for another reason. Try one of these FAQs, depending on your integration:

https://commentics.com/faq/php-integration/not-showing
https://commentics.com/faq/iframe-integr...ot-showing

Regards,

Steven

Have you completed the interview?
Reply
#3

Sorry for the username. I just typed in the first word that came to my mind. You can change it to: member476

It worked, i switched the code from this:

$cmtx_folder = '/comments/';

to this:

$cmtx_folder = ($_SERVER['HTTP_HOST'] == 'localhost') ? '/foldername/comments/' : '/comments/';

But when i write a comment the comment doesnt appear neither do the comments that i wrote on the live server (On the live server, they appear). The database is the exact same on the live server and the local. Both of them updated so they are exactly the same. The database works on local, it shows the other things that are on. Only the commentics comments dont appear.

Can you point me to the right direction for how to fix it? Thank you
Reply
#4


Have you completed the interview?
Reply
#5


Have you completed the interview?
Reply
#6

Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by RJCS
06-May-2019, 09:28 PM
Last Post by lastejas
29-Sep-2018, 02:03 PM
Last Post by hentes
06-Nov-2016, 01:36 PM
Last Post by Steven
25-Jul-2014, 07:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)