Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter wbuchanan

    (@wbuchanan)

    Thanks Jos – that worked.

    Thread Starter wbuchanan

    (@wbuchanan)

    Thank you – yes Group is exactly what I needed!

    Thread Starter wbuchanan

    (@wbuchanan)

    Yeah I have ruled out both these files….

    Thread Starter wbuchanan

    (@wbuchanan)

    Thanks for the reply.
    I have ruled out plugins as being a problem. It looks like it is a theme issue (works with default theme).
    However I am the developer so I need to work out how to fix the theme. I have checked all the usual stuff which has been mentioned. The trouble I am having is tracking down which file in the theme brings in those blank lines. What files are involved in creating a sitemap?
    Any thoughts??

    Thread Starter wbuchanan

    (@wbuchanan)

    Hi George
    I didn’t create these permalinks. They just seem to be there. In fact I looked on another WP site which I have access to and it has the same thing – so this most certainly is something that WP is creating.

    Ugh, I spoke too soon. Now getting the below error. I think it’s time to remove this plugin for good….

    Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/framework/settings/fuse-config.php:163 Stack trace: #0 /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/fuse_social_sidebar.php(57): require_once() #1 /var/www/wordpress/wp-settings.php(377): include_once(‘/var/www/wordpr…’) #2 /var/www/wordpress/wp-config.php(122): require_once(‘/var/www/wordpr…’) #3 /var/www/wordpress/wp-load.php(37): require_once(‘/var/www/wordpr…’) #4 /var/www/wordpress/wp-admin/admin.php(34): require_once(‘/var/www/wordpr…’) #5 /var/www/wordpress/wp-admin/edit.php(10): require_once(‘/var/www/wordpr…’) #6 {main} thrown in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/framework/settings/fuse-config.php on line 163
    There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Yes, confirmed fixed now, although all settings had been lost so had to be setup again.

    This plugin is a bit of a disaster at the moment. After reinstalling – at least now it doesn’t take down the whole site – but I do have all the below error messages appearing at the top of my pages:

    Notice: Undefined variable: options in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 48

    Notice: Trying to access array offset on value of type null in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 48

    Notice: Undefined variable: options in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 48

    Notice: Trying to access array offset on value of type null in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 48

    Notice: Undefined index: not_display_on in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 94

    Notice: Undefined index: hide_blog_posts in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php on line 95

    Notice: Undefined index: fuse-custom-icons in /var/www/wordpress/wp-content/plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php o

    So had to disable again…

    I have the same thing. It killed my site over the weekend when it updated this plugin. I notice a new version yesterday but this seems to be throwing a different error.

    Thread Starter wbuchanan

    (@wbuchanan)

    I managed to find some instructions which worked. Posting below for future reference:

    How to switch PHP versions
    Example: Applies to ALL versions [PHP 7.1, PHP 7.2, PHP 7.3]
    To Switch to php 7.0 from php 7.1:
    – Disable FPM Service for PHP 7.1
    sudo service php7.1-fpm stop
    – Since we want 7.0 as the default, Disable 7.1 FPM Service on Startup
    sudo systemctl disable php7.1-fpm
    – Double-Check, but these should already be Disabled
    sudo a2dismod php7.1
    sudo a2dismod php7.0
    – Verify Apache Config for 7.0 is Active One
    sudo a2disconf php7.1-fpm.conf
    sudo service apache2 restart
    sudo a2enconf php7.0-fpm.conf
    sudo service apache2 restart
    – Restart PHP 7.0 FPM Service and Enable on Startup
    sudo systemctl enable php7.0-fpm
    sudo service php7.0-fpm restart
    sudo service apache2 restart
    sudo update-alternatives –set php /usr/bin/php7.0
    – Verify PHP 7.0 with Opcache
    php -version
    – Double-Checking Services Running
    systemctl status php7.0-fpm
    systemctl status apache2

    Thread Starter wbuchanan

    (@wbuchanan)

    Thanks for the infor guys.

    @a2hostingrj I tried that but it didn’t make any difference. Must be as @sterndata advised not for this version of PHP.

    @diondesigns yes I rebooted the server several times throughout this process!

    Thread Starter wbuchanan

    (@wbuchanan)

    Thanks Steve

    I’m still new to this. It is frustrating that WordPress is telling me what the actual problem is, but doesn’t have an easy way to fix it.

    The apache configuration seems to have php7.3-fpm.conf in the conf-enabled folder.

    I will maybe sign up to those other forums and see if anyone on there has any ideas.

    Thanks

    Thread Starter wbuchanan

    (@wbuchanan)

    Thanks for the reply Steve.

    I have a .htaccess file but nothing related to php in there. I can’t seem to see a php.ini file (i’m looking in the wordpress root folder).

    Any thoughts on where else to look?

    Thanks

    Thread Starter wbuchanan

    (@wbuchanan)

    Hi a2hostingrj…

    Yes all the versions seem to still be on the server. In fact it appears to have 7.0 up to 7.4.

    Any thoughts on how to make wordpress use the right one?

    Thanks

    Thread Starter wbuchanan

    (@wbuchanan)

    I just upgraded using apt

Viewing 15 replies - 1 through 15 (of 15 total)