Social Extensions Integration
CB Badge
- Web Buster UK Ltd
-
Topic Author
- Offline
- Premium Member
-
Less
More
10 months 2 weeks ago - 10 months 2 weeks ago #1
by Web Buster UK Ltd
CB Badge was created by Web Buster UK Ltd
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
Last edit: 10 months 2 weeks ago by Web Buster UK Ltd.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7849
10 months 2 weeks ago #2
by Antonio Durán
Replied by Antonio Durán on topic CB Badge
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.
- Web Buster UK Ltd
-
Topic Author
- Offline
- Premium Member
-
10 months 2 weeks ago #3
by Web Buster UK Ltd
Replied by Web Buster UK Ltd on topic CB Badge
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.
- Web Buster UK Ltd
-
Topic Author
- Offline
- Premium Member
-
10 months 2 weeks ago #4
by Web Buster UK Ltd
Replied by Web Buster UK Ltd on topic CB Badge
There must still be an issue, as its not working, same error.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7849
10 months 1 week ago #5
by Antonio Durán
Replied by Antonio Durán on topic CB Badge
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.