Had quite an adventure installing CB on a Joomla 1.6 running on a Windows Server hosted by Godaddy. Kept timing out. Had to create a PHP5.INI file and increase some default execution timeout settings. Installed the comprofiler and it finally reported success, but after the following errors:
JFolder: :delete: Path is not a folder. Path:
\hosting\4880575\html\joomla\components\com_comprofiler\views
JFolder: :delete: Path is not a folder. Path:
\hosting\4880575\html\joomla\components\com_comprofiler\images
JFolder: :delete: Path is not a folder. Path:
\hosting\4880575\html\joomla\components\com_comprofiler\js
Failed deleting metadata.xml
Failed deleting router.php
Failed deleting comprofiler.php
Failed deleting comprofiler.html.php
Failed deleting index.html
Error building Admin Menus
Installing component was successful.
I then ran the other three installs and each reported the following error:
Warning: constant() [function.constant]: Couldn't find constant JPATH_ in
\hosting\4880575\html\joomla\libraries\joomla\installer\adapters\module.php on line 74
When I go to the Joomla Administrator Console I can see new entries in the Extension Manager "Manage" menu:
CB Login
CB Online
CB Workflows
comprofiler
All 4 have green checkmarks undern "Enabled". However, when I go to the "Components" pull down menu, there is no mention of CB as shownn in the PDF file that comes with it (one of the error messages above indicates it failed ot build the Admin menus). How do I get the menus hooked up and how can I verify if the install is a good one given the above error messages?
Thanks Much