Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28422
    Dan
    Guest

    Hello,

    I tried to login to my /wp-admin and also /…login.php with no luck.

    Changing the wp debug mode to ‘true’ in wp-config.php gives me this error when I try to log back in:

    Deprecated
    : implode(): Passing glue string after array is deprecated. Swap the parameters in
    /home/wp_knbccr/smallcakeswestroseville.com/wp-content/themes/boldgrid-swifty/inc/boldgrid-theme-framework/includes/configs/configs.php
    on line
    33

    There are more errors, but they all reference the Boldgrid Swifty theme.

    Can you help me work around this issue so I can get to my wp-admin please?

    #28424
    Jesse Owens
    Keymaster

    Hi Dan-

    This error is related to a new code syntax in PHP 7.4, and was patched on July 27. That said, there are a couple of ways you can fix this.

    Probably the easiest way is to use your hosting control panel to revert to PHP 7.3. Once you’ve done that, update your theme and then you’ll be free to go back to the newest PHP version, 7.4.

    Another way you can resolve this is by using WP-CLI via SSH. If you have SSH access to your site, use the following command:

    wp theme update boldgrid-swifty

    If you’re not able to use SSH or change your PHP version, another way you can resolve this is by changing your theme via phpMyAdmin.

    #28427
    Dan
    Guest

    Awesome, thanks!

    Dan

    #28437
    Jesse Owens
    Keymaster

    Glad to help, Dan! Please let us know if you have any more questions, we’re happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Error that prohibits dashboard login Deprecated : implode(): Passing glue string’ is closed to new replies.