Forum Moderators: coopster
It happens to me sometimes when I copy the code from developers' site and paste it in ultraedit.
When i think the plugin or extensions must be wrong, i can actually run the code file directly downloaded from developers' site.
The error seems to be caused during the copy and paste process. Perhaps there's a line break? I'm not sure about it.
Do you know how i can avoid these unnecessary errors when i need to copy a code from a website?
Thanks a lot!
But: those messages are not uncessary - the headers the script tried to set were not set and thus things won't work the way they are supposed to, just not showing the warning will still leave you with code that does not work like it is supposed to.
after many attempts at solving the header problem with the mediawiki extension i'm using, i finally solved it by opening a workable extension (a php file), and paste the code into it. Interestingly, it's solved.