02-May-2014, 11:55 AM
Hello everyone!
I have experienced a huge problem on my website since today.
I don't know why, but Commentics blocks everything after it (html that comes after commentics). I did seek for syntax errors in the php, but I didn't find any. (Additionally to that I used http://phpcodechecker.com/ and http://de.piliapp.com/php-syntax-check/ to check the syntax)
By the way I have been optimizing the comment code often, maybe it is really just a syntax error. The problem is, actually everything in commentics works fine, for example the last "<!-- End of Commentics -->" is displayed and the whole code displays no syntax error on the website, I checked that by adding small syntax errors, then there will be an error. So I think the PHP code is not a problem. I'm not quite sure but I also don't think that the code did because then not everything would be displayed, right? Basically Commentics works as usual.
You can take a look at my problem here: (scroll down to "Kommentare")
http://kwtsports.bplaced.de/
You can also look at the HTML code there, everything is fine.
(The form isn't displayed because it's only for logged in users and there is a message because of that actually, but this is also blocked by commentics.)
I don't know how you guys could help me because you can't see the PHP code, but you probably know more about commentics so I believe in you.
In case of a syntax error I tried to just Commentics so if there is a mistake the following code will be executed and there is just a warning, am I correct?
Anyway, thank you all for reading this, hopefully I can fix that problem soon.
If you wonder why javascript is still at the bottom of the page, it's because those files are appended to the body when the page is fully loaded for better performance. http://www.feedthebot.com/pagespeed/rend...cking.html
I have experienced a huge problem on my website since today.
I don't know why, but Commentics blocks everything after it (html that comes after commentics). I did seek for syntax errors in the php, but I didn't find any. (Additionally to that I used http://phpcodechecker.com/ and http://de.piliapp.com/php-syntax-check/ to check the syntax)
By the way I have been optimizing the comment code often, maybe it is really just a syntax error. The problem is, actually everything in commentics works fine, for example the last "<!-- End of Commentics -->" is displayed and the whole code displays no syntax error on the website, I checked that by adding small syntax errors, then there will be an error. So I think the PHP code is not a problem. I'm not quite sure but I also don't think that the code did
Code:
die
You can take a look at my problem here: (scroll down to "Kommentare")
http://kwtsports.bplaced.de/
You can also look at the HTML code there, everything is fine.
(The form isn't displayed because it's only for logged in users and there is a message because of that actually, but this is also blocked by commentics.)
I don't know how you guys could help me because you can't see the PHP code, but you probably know more about commentics so I believe in you.
In case of a syntax error I tried to just
Code:
include
Anyway, thank you all for reading this, hopefully I can fix that problem soon.
If you wonder why javascript is still at the bottom of the page, it's because those files are appended to the body when the page is fully loaded for better performance. http://www.feedthebot.com/pagespeed/rend...cking.html