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

Checking Errors
#1

Hello, 

the comment script worked fine by testing. A few days later it doesn't work now. When I post I see the alert "Please check the errors below" but I can't see any error-log.

What can I do to see the errors?

Thankx, Toeb
Reply
#2

Are there rules for the identifier? I use a token with 50 letters.
Reply
#3

You're probably supplying an invalid name or email address but the field isn't visible to show the error underneath it. You'll need to open your web browser's "dev tools" and inspect the ajax response to know for sure. Or provide a link to your page for me to check.

Have you completed the interview?
Reply
#4

Thanks for help.

The adress is www.juvote.de Layout is designed for mobile-view at now, but larger view also works.
You can login with guest@guest.com and password "guest1"

I created this account only for you and I will delete it after we solved this problem.
Here for example: https://juvote.de/index.php?site=poll&id...lvqX4vjUve

PHP Code:
<?php 
$cmtx_name   
= $nick; -----------------> Guest
$cmtx_email 
= $user_email; -----------> guest@guest.com
$cmtx_logged_in
= $log_status;
$cmtx_identifier = $com_id; ------------> for example bK1mqOjGlpMWORPK7NrUWAgtjwc1EjliEZu6J3lvqX4vjUve
$cmtx_reference 
= $titel;
Reply
#5

The error message is "The email is associated with another user". This means that you already have a user with the email address guest@guest.com but they posted using a different name. An email address can only be used by one person.

Have you completed the interview?
Reply
#6

I see it. I had used a wrong variable for the nickname.  Big Grin

Thanks for your help.
Reply
#7

I payed for the license now.  Big Grin
Reply
#8

Powered by vanished....

But I want to share the script: https://juvote.de/index.php?site=comment
Reply
#9

Hi Toeb thanks for purchasing a licence and wanting to share the script. To display the Powered By statement you need to go to 'Settings -> Layout -> Form' and enable it there.

Have you completed the interview?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)