Hello all,
2 things...
First of all I can't see CB any longer in the Joomla components menu.
After I upgraded from Joomla 1.7.2 -> 1.7.3 it went wrong with the registration page of CB. It doesn't show the user a registration form, no it tells the user that he/she isn't allowed to see this and that he or she has to log in...
Try it yourself on
www.present24x7.nu/nl/meldt-u-aan/registers
DUTCH!
This was the second thing
I really don't know how to solve this. I downgraded to Joomla 1.7.2, installed the CB 1.7.1 again, deleted the SQL _comprofiler fields but still no progress and no visibility of the cb menu in components menu and no registration form.
Who can help me out???
I ran through some fora and this was the solution for me! Thanks to Joomla! Fledgling
i had the same issue
lots of techies leave half useless help, so here is my fixed
stolen from one of the above and explained for dummies:
>>>This typically only happens if you attempted to install any version of CB other then 1.7 then try to install 1.7. Results in corrupt menu database rows and won't allow CBs to create.
>>Please run the below queries directly on your database then reinstall CB 1.7.
explained: go to your hosting cpanel (control panel (where you setup your emails etc))
find phpadmin
click on your database (joomla_jo1xx)
the 2nd tab op top should be SQL
(this is like a command prompt for us windows users)
simply copy each line below (I did one at the time, you might be able to do both)
and paste it into the window and hit go
it'll ask you of you want to do, say yes
DELETE FROM `jos_assets` WHERE `name` = 'com_comprofiler';
DELETE FROM `jos_menu` WHERE `path` LIKE '%comcomprofiler%';
no reinstall com_comprofiler and the admin menu is there.
worked for me