• I have this message in my log: Trying to access array offset on value of type null

    social-media-feather/synved-social/synved-social-setup.php line 589

    Can you resolve this message?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Harm10

    (@harm10)

    2 months and no reply yet…………. Bad support!

    I tried to fix it myself by changing line 589 from
    if (substr($root, -1) != '/' && $path[0] != '/')
    to
    if (substr($root, -1) != '/' && isset($path) && $path[0] != '/')
    after which the message disappears.
    Functionality seems to be untouched.

    Can anyone else validate my solution?

    Hi there,

    Thanks for reaching out, I’d be happy to help here!

    Can you please provide me with more information about your issue, for example, some specific URLs which are affected by this and if you don’t mind some screenshots to review your case and provide you with a solid solution?

    Thank you,

    Thread Starter Harm10

    (@harm10)

    If you read the PHP notice I have reported you would conclude that this does not concern any URL and screen shots are not necessary. PHP 7.4 is pointing out that a part of the code is incorrect.
    If you agree with my fix then you can update the plug-in accordingly?

    Hi there,

    Thank you for your patience,

    I have passed your code solution to our Devs and we will verify it is a viable fix for that PHP 7.4 compatibility. We’ll implement it in a new update if so and let you know in this support ticket after. Thank you so much for bringing this to our attention and sorry for any inconvenience.

    Best,

    Thread Starter Harm10

    (@harm10)

    Hi! When do you expect this update to be released? It has been a while and the notice is still there!

    Hi there,

    Thanks for your reply!

    I’m not able to provide you with a specific ETA for this feature request as it is an extended process that depends on a different amount of things. However, if anything changes regarding that then, be sure I will get back to you.

    Best,

    Any news on if this plans to be fixed?

    Or if anyone’s got a suggestion for an alternative plugin to do the same job?

    Thread Starter Harm10

    (@harm10)

    Any update on this one?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trying to access array offset on value of type null’ is closed to new replies.