The opening

The opening

by استيكرات ميسون -
Number of replies: 2

The opening <?php tag must be followed by exactly one newline. 

what the solution of this error?please help

Average of ratings: -
In reply to استيكرات ميسون

Re: The opening

by Andreas Grabs -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Translators

Hi,

your code probably looks like this:

<?php

// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
...

But it should look like this:

<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or

Best regards
Andreas

Average of ratings: Useful (1)