• Resolved rayman5231

    (@rayman5231)


    found this in error log, any ideas?

    [11-Jan-2015 08:20:30 UTC] PHP Fatal error: Cannot redeclare bps_Master_htaccess_folder_bpsbackup_denyall()(previously declared in /wp-content/plugins/bulletproof-security/includes/functions.php:12) in /wp-content/plugins/bulletproof-security/includes/functions.php on line 27

    thanks for a great plugin

    ` if ( current_user_can(‘manage_options’) ) {

    if ( !file_exists($denyAllHtaccessCopy) ) {
    @copy($denyAllHtaccess, $denyAllHtaccessCopy);
    }

    if ( is_dir($bpsBackup) && !file_exists($bpsBackupHtaccess) ) {
    @copy($denyAllHtaccess, $bpsBackupHtaccess);
    }
    }
    }
    `

    https://www.ads-software.com/plugins/bulletproof-security/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AITpro

    (@aitpro)

    Did the php error only occur once back on january 11th? If so, my guess would be that during a BPS upgrade the function was seen (declared) twice. If it did not occur again since then then you can disregard that old php error message.

    Thread Starter rayman5231

    (@rayman5231)

    ok, I’ll keep an eye on it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘redeclare in functions.php?’ is closed to new replies.