• Resolved Sphere Plugins

    (@emptyopssphere)


    Hi Dev,

    I have installed this plugin and used for plugin developments but the plugin itself started throwing error and this is what I found while logging by the plugin itself.

    [04-Feb-2020 07:06:25 UTC] PHP Notice:  Trying to access array offset on value of type null in /opt/lampp/htdocs/wpd/wp-content/plugins/error-log-viewer/error-log-viewer.php on line 137
    [04-Feb-2020 07:06:25 UTC] PHP Notice:  Trying to access array offset on value of type null in /opt/lampp/htdocs/wpd/wp-content/plugins/error-log-viewer/error-log-viewer.php on line 134
    [04-Feb-2020 07:06:25 UTC] PHP Notice:  Trying to access array offset on value of type null in /opt/lampp/htdocs/wpd/wp-content/plugins/error-log-viewer/error-log-viewer.php on line 112

    Please fix this as it fills the log with nonsense itself.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Unfortunately, we cannot reproduce this problem on our local environment. Please provide the access credentials to your WordPress admin dashboard (with Administrator’s permissions) and the FTP credentials (host, username, and password), in order to detect the reason and find the solution.

    During making tests we’ll probably deactivate some of your plugins or switch the theme. That’s why before giving the access, we recommend you to make a full backup of your site.

    Since this data is confidential, maybe, it would be better if you create a private ticket on our support forum (https://support.bestwebsoft.com/hc/en-us/requests/new). Please include a link to this post, so that we could recall the case immediately.

    Best,
    Eugenia

    I have the same message: Trying to access array offset on value of type null
    Obviously this message is filling my error log too.

    Do I also need to open up a private ticket for this or is there already one and is this under investigation?

    I have WP multi site and latest version of your plug-in.

    Thread Starter Sphere Plugins

    (@emptyopssphere)

    Hi,

    just placing rrrlgvwr_init(); outside the init hook did the magic as init hook created a time gap that initializes $rrrlgvwr_plugin_info variable and where $rrrlgvwr_plugin_info['Version'] was heavily used. So after placing outside the hook, the function called immediately and initing the variable makes it not null.

    @bestwebsoft Will you incorporate this solution of Sphere PLugins?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error by the Plugin itself’ is closed to new replies.