I answered myself, at last. I’ll share my solution with you, although it is possible that my case not to be the general.
index.php:
After the line containing the trackback_rdf()
(maybe line 30), add this line:
<?php include(ABSPATH . 'wp-comments.php'); ?>
With this ‘solution’ I still get an error message: Parse error: parse error, unexpected $ in /home_clientes/jano/public_html/phillippides/wp-comments.php on line 105
, and surprisingly this solution worked for me:
wp-comments.php:
Change the last line (} ?>
) for } } ?>
Nevertheless, I’ve got another problem now, but I’ll work on it.