Posts: 48
Threads: 11
Joined: Dec 2013
I am getting the following symbol on top of the line that says Add Comment
0:
I really think it's coming from this program (or something I changed in it) - Any ideas?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Hi,
This must be something that you've changed so I'm not sure.
Have
you completed
the interview?
Posts: 48
Threads: 11
Joined: Dec 2013
Just noticed that 0: in other places
On a page that uses commentics it appears on the left of the thumbs up if you click it to vote - Comes up if you vote thumb down too. Disappears when you refresh the page
Now an odder place - On the administrator board right under the Commentics heading over the menu bar in the left corner is that 0: . That seems really odd since I couldn't have done anything to that program
Posts: 48
Threads: 11
Joined: Dec 2013
Sorry, too late to edit so I'm adding here
When I look at the source of the admin program - There it is
Quote:0: <!DOCTYPE html>
<html>
<head>
<title>Commentics: Admin Panel</title>
Posts: 2,894
Threads: 59
Joined: Jun 2010
You can see those characters if you view childchat.org/comments/vote.php in your web browser.
Try opening /comments/vote.php to see if it contains those characters in the file.
If it seems okay then overwrite the file with a fresh one from commentics.org.
Have
you completed
the interview?
Posts: 48
Threads: 11
Joined: Dec 2013
That character is the only thing in the file when I when I open it in my browser. I replaced the file in my ftd with the original commentics file that I have on my computer and nothing changed anywhere (same character in file - same results)
Posts: 2,894
Threads: 59
Joined: Jun 2010
Okay if you like you can create a ticket with your FTP details and I'll take a proper look.
http://www.commentics.org/support/index.php?a=add
Have
you completed
the interview?
Posts: 48
Threads: 11
Joined: Dec 2013
Submitted a ticket with all my FTP info 9DV-N4W-QWEN
thanks
Posts: 2,894
Threads: 59
Joined: Jun 2010
In case anyone wonders, the issue was that the following line had been added inside /comments/includes/db/connect.php
PHP Code:
<?php
echo mysql_errno($cmtx_connection) . ": " . mysql_error($cmtx_connection);
Removing that line fixed it.
Have
you completed
the interview?