Forums
-
- Forum
- Posts
-
- Installation
- 28,406
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,947
- Showcase
- 3,254
-
Actually, I think the problem is that there is no space after the <?php, the comment starts right away.
You have this:
<?php// ** MySQL-asetukset ** //
It should be this:
<?php // ** MySQL-asetukset ** //
Or just put the comment on the next line.