• Hello I just updated this plugin on my wordpress site and it messed up with it big time… Now I’m getting this error and can’t do anything with my site:

    Parse error: syntax error, unexpected T_FUNCTION in /home/content/02/7905602/html/wp-content/plugins/easy-social-icons/easy-social-icons.php on line 1458

    Please let me know what to do… I would like to delete the files using the file manager of my hosting server but don’t know what files to delete since I can’t uninstall this plugin cause I can’t even access wordpress anymore

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author CyberNetikz

    (@cybernetikz)

    hi,

    really sorry to hear, but i just see your site is loading okay.

    and if you have php version 5.6 or upper then in line # 1458 just call

    add_action( 'widgets_init', function ()	{
       register_widget( "Cnss_Widget" );
    });

    it is wordpress regular add_action function

    Thread Starter clausergphoto

    (@clausergphoto)

    Yes it is back to normal cause during my panic mode, I had to go to the plugins directory and rename the folder of Easy Social Icons plug-in and that’s how I got the site back on-line. Are you suggesting that I have to upgrade the PHP version of the site ? should I replace that line of code in the PHO file of the plugin to make it work again?

    Thread Starter clausergphoto

    (@clausergphoto)

    on my last message I mean PHP not PHO

    Thread Starter clausergphoto

    (@clausergphoto)

    Hello… Please I need some help here… don’t know if you saw my last messages

    Plugin Author CyberNetikz

    (@cybernetikz)

    sorry, see you message now, can you let us know your php version ? if you have very old php version below 5, then you can update it to 7 but before that you have to sure other plugins /themes codes are compatible with php version 7.

    Thread Starter clausergphoto

    (@clausergphoto)

    Right now is 5.2 but it can only go to 5.6 it is a GoDaddy’s server that seems to be very outdated so no PHP 7 unless I upgrade the service

    Plugin Author CyberNetikz

    (@cybernetikz)

    okay, you can update to 5.6 but make sure you can go back if any thing goes wrong after the version update.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘My Site crashed because of this plugin’ is closed to new replies.