WPIntell

Source evidence

Error by the Plugin itself

Error Log Viewer by BestWebSoft · support · 2020-02-04T07:09:00+00:00

mixedsentiment
mediumseverity
0.85relevance
4replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Sphere Plugins resolved
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. 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. 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?

Comments

4 shown
bestwebsoft 2020-02-05T15:32:00+00:00

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

Harm10 2020-02-05T16:07:00+00:00

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.

Sphere Plugins 2020-02-15T04:38:00+00:00

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.

Harm10 2020-02-15T10:26:00+00:00

@bestwebsoft Will you incorporate this solution of Sphere PLugins?