I see one things.
Please try to add below code in your page.tpl.php pf themes
[code]
<?php echo $footer?>
[/code]
I guess that you use php earlier than 5.5.0, and you have E_DEPRECATED errors.
http://php.net/manual/en/migration55.deprecated.php
If so, you should change from MySQL to MySQLi in chat.php.
foken @shigeru
106 months ago (Updated: 105 months ago)
|