×
Social Extensions Integration
CB Badge
4 months 2 weeks ago
4 months 2 weeks ago by Web Buster UK Ltd.
Topic Author
CB Badge #1
When I enable CB Badge the following error occurs if anyone tries to see their profile:
0 Attempt to assign property "relPath" on bool
When I disable CB Badge, you can access the profile again.
The error does not show up, until you go to TAB management and add it as a tab.
We are using the latest version of CB Badge
0 Attempt to assign property "relPath" on bool
When I disable CB Badge, you can access the profile again.
The error does not show up, until you go to TAB management and add it as a tab.
We are using the latest version of CB Badge
Please Log in or Create an account to join the conversation.
4 months 2 weeks ago
CB Badge #2
Thanks for the bug report. I have uploaded a new version to fix the issue.
Please Log in or Create an account to join the conversation.
4 months 2 weeks ago
Topic Author
CB Badge #3
Hi I have installed it. Now I get a different error.
0 Attempt to assign property "relPath" on bool
0 Attempt to assign property "relPath" on bool
Please Log in or Create an account to join the conversation.
4 months 1 week ago
CB Badge #5
I cannot replicate the problem, it is working fine for me.
The line giving issues is:
$plugin = $_PLUGINS->getLoadedPlugin( 'user', 'cbmybadges' );
In your case, that one is returning a null value, and that's why you get the error later in the code.
I have debugged this at my site, and it correctly returns the plugin details, so I don't know why it does not work for you.
You can email me access details and I will try to take a look at your site.
The line giving issues is:
$plugin = $_PLUGINS->getLoadedPlugin( 'user', 'cbmybadges' );
In your case, that one is returning a null value, and that's why you get the error later in the code.
I have debugged this at my site, and it correctly returns the plugin details, so I don't know why it does not work for you.
You can email me access details and I will try to take a look at your site.
Please Log in or Create an account to join the conversation.