WPIntell

Source evidence

Roles issue?

WEBKINDER Integration for Google Analytics and Google Tag Manager · support · 2016-11-07T19:33:00+00:00

mixedsentiment
mediumseverity
0.85relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
skunkworks resolved
I have a bundle of plugins I use for websites that are packaged together within another “container” plugin. Activating the container plugin activates all the plugins within the container. eg: My-plugin-pack |- Plugin A |- Plugin B |- Plugin C This works great in most cases (except for any of the individual plugin updates not showing up as per usual.) However when I include this plugin in my pack, I don’t see the Plugin listed under settings and if I try to access the plugin’s settings via the correct URL path (domain.com/wp-admin/options-general.php?page=google_analytics), I get the error: You do not have sufficient permissions to access this page. Any idea why this would be? I’d really like to include this as part of my plugin pack in this fashion. Sorry for the late answer. If I understand you correctly you are including our plugin inside another plugin, but out plugin never gets activated/run? How exactly are you including and activating the plugins within the container plugin? Have you had the same issue with any other plugins as well? We will try to recreate this issue and if possible let you know about any solutions. Your WebKinder team This reply was modified 9 years, 6 months ago by WEBKINDER . This reply was modified 9 years, 6 months ago by WEBKINDER . Awesome. If you would like help in recreating my setup, let me know. We were not able to recreate your issue. Could you describe your setup in more detail? Yup. In our plugins folder we have a custom plugin wp-content/ |-plugins/ |-custom-pack/ |-custom-pack.php |-plugin-1/ |-plugin-2/ |-wk-google-analytics/ custom-pack.php is: <?php /* Plugin Name: My Plugin Package Description: Contains multiple sub-plugins including: plugin-1, plugin-2, & wk-google-analytics */ include dirname(__FILE__) . '/plugin-1/plugin-1.php'; include dirname(__FILE__) . '/plugin-2/plugin-2.php'; include dirname(__FILE__) . '/wk-google-analytics/wk-ga.php'; ?> This reply was modified 9 years, 6 months ago by skunkworks . Reason: formatting We just reproduced the exact setup you described and it worked fine. The problem seems to be specific to your setup or environment. Feel free to email us at support@webkinder.ch and we can help you figure out what the exact issue is, but for the public support thread here this is all we can do. It must have something to do with modified roles/permissions for the site in question. I’ll look a little closer on my end before emailing you. Thanks Thank you. It would be helpful if you could mark the support thread as resolved.

Comments

7 shown
WEBKINDER 2016-11-12T10:00:00+00:00

Sorry for the late answer. If I understand you correctly you are including our plugin inside another plugin, but out plugin never gets activated/run? How exactly are you including and activating the plugins within the container plugin? Have you had the same issue with any other plugins as well? We will try to recreate this issue and if possible let you know about any solutions. Your WebKinder team This reply was modified 9 years, 6 months ago by WEBKINDER . This reply was modified 9 years, 6 months ago by WEBKINDER .

skunkworks 2016-11-14T17:55:00+00:00

Awesome. If you would like help in recreating my setup, let me know.

WEBKINDER 2016-11-21T08:10:00+00:00

We were not able to recreate your issue. Could you describe your setup in more detail?

skunkworks 2016-11-26T01:00:00+00:00

Yup. In our plugins folder we have a custom plugin wp-content/ |-plugins/ |-custom-pack/ |-custom-pack.php |-plugin-1/ |-plugin-2/ |-wk-google-analytics/ custom-pack.php is: <?php /* Plugin Name: My Plugin Package Description: Contains multiple sub-plugins including: plugin-1, plugin-2, & wk-google-analytics */ include dirname(__FILE__) . '/plugin-1/plugin-1.php'; include dirname(__FILE__) . '/plugin-2/plugin-2.php'; include dirname(__FILE__) . '/wk-google-analytics/wk-ga.php'; ?> This reply was modified 9 years, 6 months ago by skunkworks . Reason: formatting

WEBKINDER 2016-11-28T10:50:00+00:00

We just reproduced the exact setup you described and it worked fine. The problem seems to be specific to your setup or environment. Feel free to email us at support@webkinder.ch and we can help you figure out what the exact issue is, but for the public support thread here this is all we can do.

skunkworks 2016-11-28T17:59:00+00:00

It must have something to do with modified roles/permissions for the site in question. I’ll look a little closer on my end before emailing you. Thanks

WEBKINDER 2016-11-29T09:18:00+00:00

Thank you. It would be helpful if you could mark the support thread as resolved.