WPIntell

Source evidence

Error on line 502

Tracking Script Manager · support · 2015-11-06T16:11:00+00:00

mixedsentiment
highseverity
0.94relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 34 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Julz resolved
Hi, We are having error when tried to activate the plugin. Fatal error: Cannot use object of type motech_spacer as array in /home3/ibcllc/public_html/thedeedxchange.com/wp-content/plugins/tracking-script-manager/tracking-scripts-manager.php on line 502 Please advice. Thanks https://wordpress.org/plugins/tracking-script-manager/ Do you happen to have this plugin installed on your site as well? https://wordpress.org/plugins/spacer/ It seems that is using the same variable ($class) as we are, but it is turning it into an object instead of an array. Thus giving that error. Thanks. Yes, I found the conflict with that plugin. I take it down already. So you can activate it now? Or are you still getting the error even after removing that plugin? Yes, all good without the Spacer plugin. Great! I’m going to go ahead and mark this as resolved. Hello, I suggest changing line 502 from: $class['Tracking_Scripts'] = new Tracking_Scripts() ; for: $classTrackingScripts = new Tracking_Scripts(); So you will hardly have conflicts with other plugins. Apparently this will not affect the operation of your plugin. Att, Fernando Santana

Comments

6 shown
eltodd 2015-11-06T17:01:00+00:00

Do you happen to have this plugin installed on your site as well? https://wordpress.org/plugins/spacer/ It seems that is using the same variable ($class) as we are, but it is turning it into an object instead of an array. Thus giving that error.

Julz 2015-11-06T17:17:00+00:00

Thanks. Yes, I found the conflict with that plugin. I take it down already.

eltodd 2015-11-06T17:19:00+00:00

So you can activate it now? Or are you still getting the error even after removing that plugin?

Julz 2015-11-06T17:25:00+00:00

Yes, all good without the Spacer plugin.

eltodd 2015-11-06T17:26:00+00:00

Great! I’m going to go ahead and mark this as resolved.

Fernando Santana 2017-01-17T16:52:00+00:00

Hello, I suggest changing line 502 from: $class['Tracking_Scripts'] = new Tracking_Scripts() ; for: $classTrackingScripts = new Tracking_Scripts(); So you will hardly have conflicts with other plugins. Apparently this will not affect the operation of your plugin. Att, Fernando Santana