• Hey all..

    I tried to jump on my website this morning and intead of wesbite i got this

    var generator = new Object(); generator.params = new Object(); generator.updateParam = function(name, value) { //var element = document.getElementById(id); switch (this.params[name].type) { case “url”: case “text”: case “color”: this.params[name].value = value; break; case “int”: this.params[name].value = Number(value); break; case “bool”: this.params[name].value = value; // (value == “on”)?1:0; break; } } generator.addParam = function(id, name, type, defaultValue) { var element = document.getElementById(id); this.params[name] = new Object(); this.params[name].type = type; this.params[name].defaultValue = defaultValue; this.params[name].element = element; switch (type) { case “url”: case “text”: this.params[name].value = element.value; element.onchange = delegate(this.params[name], function() { this.value = this.element.value; generator.updatePlayer(); }); break; case “color”: this.params[name].value = element.value.replace(/#/, ”); element.onchange = delegate(this.params[name], function() { this.value = this.element.value; generator.updatePlayer(); }); break; break; case “int”: this.params[name].value = Number(element.value); element.onchange = delegate(this.params[name], function() { this.value = Number(this.element.value); generator.updatePlayer(); }); break; case “bool”: this.params[name].value = element.value; // (element.value == “on”)?1:0; element.onchange = delegate(this.params[name], function() { this.value = this.element.value; // (this.element.value == “on”)?1:0; generator.updatePlayer(); }); break; } }; generator.updatePlayer = function() { var out = ‘
    “Cannot modify header information – header already sent by (output started at /home…./plugins/6scanbackup/6scan.php:148) in /home…/wp-includes/pluggable.php on line 881

    I jumped on the FTP error log and found a heap of error messages

    [17-Jul-2012 23:52:14 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home…../plugins/6scan-backup/6scan.php:148) in /home/…..wp-includes/functions.php on line 2494

    Once I disabled the plugin via the FTP changing the folder name of 6scan.. the website was fine!

    Is there an issue with the backup? I dont want to reinstall the 6scan in case it drops the site again!

    https://www.ads-software.com/extend/plugins/6scan-protection/

Viewing 1 replies (of 1 total)
  • Plugin Author 6Scan

    (@6scan)

    Good day birons,

    We have checked the 6scan.php, and what you describe is rather peculiar. The error presented shows, that something is wrong at line 148, while the file is much smaller than this.

    Could you please e-mail us the 6scan.php file from your /home…../plugins/6scan-backup/ directory to [email protected]?

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: 6Scan Security] Backup Crashed Website’ is closed to new replies.