MAMP – BPS System Info page is not displayed

Home Forums BulletProof Security Pro MAMP – BPS System Info page is not displayed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45069
    pdlc
    Participant

    Hi,

    Mamp 7. 2 local- MAC OS sequioa – BPS pro Version 17.4 :

    error PHP  :

    PHP Warning: Undefined variable $domain_labels in /Users/xxxx/website/racine_xxxx/wp-content/plugins/bulletproof-security/admin/system-info/system-info.php on line 225
    [22-May-2025 18:23:58 UTC] PHP Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in /Users/xxxx/website/racine_xxxx/wp-content/plugins/bulletproof-security/admin/system-info/system-info.php:225

    The “system info” page is not displayed …

    A bug ?

    thank you, no emergency 🙂
    Monique

    #45071
    AITpro Admin
    Keymaster

    The problem is BPS is unable to get the DNS Name Server from your local MAMP install.  To fix this problem > Go to the BPS Pro Setup Menu > Setup Wizard page > Setup Wizard Options tab page > DNS Get Record Error Fix option > change the option setting to DNS Get Record Error Fix On > click the Save DNS Error Fix Option button.

    #45072
    AITpro Admin
    Keymaster

    Oops I never added a condition for the DNS Get Record Error Fix option setting on the System Info page.  That Setup Wizard option setting only fixes problems with other features in BPS Pro.

    Edit the /wp-content/plugins/bulletproof-security/admin/system-info/system-info.php file and comment out that section of code using /** and **/ from code line 209 and ending at 267.

    Example:

    Code line 209:

    /**	$label_1 = preg_match( '/(([a-zA-Z0-9-])+\.){1}([a-zA-Z0-9-])+$/', $bpsHostName, $matches_1 );
    .....
    .....
    .....
    Code line 267:  **/
    #45076
    pdlc
    Participant

    thanks a lot 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.