Forums
-
- Forum
- Posts
-
- Installation
- 28,402
- Troubleshooting
- 62,325
- Themes
- 10,393
- Plugins
- 15,317
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.