Hi Kyle
All plugin is up to date.
I did some test here and this is what I get:
This is only FYI (Mybee it could be to some help)
Test 1:
CB Profilebook "Enabled".
Acess level set to "Public".
Frontend: Menuitem "Profile" (My Profile) => Edit profile
Then I get a 500 error like this:
KExceptionFailure | Fatal Error [500]
Call to a member function get() on a non-object
.../components/com_comprofiler/plugin/user/plug_cbprofilebook/cb.profilebook.php:37
32 function getField( &$field, &$user, $output, $reason, $list_compare_types ) {
33 global $_CB_database;
34
35 $oReturn = '';
36
37 $fpbStatDisplay = $this->params->get( 'pbStatRating', '1' );
38
39 if ( ( $fpbStatDisplay == 1 ) && isset( $user ) && $user->id ) {
40
41 pbcbRatings::_getLanguageFile();
42
Test #2
CB Profilebook "Enabled".
Acess level set to "Guest".
Frontend: Menuitem "Profile" (My Profile) => Edit profile
Then I got this message:
Warning: explode() expects parameter 2 to be string, array given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 584 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594 Warning: in_array() expects parameter 2 to be array, null given in /public_html/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.class.php on line 594
However I could do som profile change and saved it, right after I made another profile update but that did not work, page showed up but no tabs or anything else.
Test #3
CB Profilebook "Enabled".
Acess level set to "Registred".
Frontend: Menuitem "Profile" (My Profile) => Edit profile
Then I got the same error as in test #1
Test #4
CB Profilebook "Disabled".
Acess level set to "#".
Frontend: Menuitem "Profile" (My Profile) => Edit profile
Same message as in test #2
Test #5
CB Privacy "Disabled"
CB Profilebook "Enabled" Acesslevel "Special"
No error showing up just an empty page (see picture)
Don´t know if this is for any help for you but for now I just disable CB Profilebook.
If the problem can be solved why worry? If the problem cannot be solved, worrying will do you no good.