Feature proposal #1230
closedAdd more checks to CB Tools: PHP version and mandatory public profile menu check
Description
Suggestion to add following checks to CB Tools menu:
+ PHP requirements
+ Public mandatory menu to CB
Files
Updated by beat almost 15 years ago
- Assignee set to krileon
- Target version set to CB 1.2.2
- Estimated time set to 1:00 h
Updated by krileon over 14 years ago
- File 1230.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 80
Updated by beat over 14 years ago
- Status changed from Resolved to Assigned
- Assignee changed from beat to krileon
Kyle, please use exactly following language strings, needed to change them for version independance in language strings and including resolution for the menu thing to better help user:
CBTxt::T('PHP Version %s is not compatible with %s: Please upgrade to PHP %s or greater.' ),
CBTxt::T('Manadatory CB Joomla/Mambo menu link is missing, not published, or public. Please ensure mandatory component menu is present and configured correctly: public level and published..' )
CBTxt::T('Hint:')
CBTxt::T('You can hide the public profile menu in a menu module which is of registered level if needed (like the User menu).')
Updated by krileon over 14 years ago
- File 1230.patch 1230.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
Updated by beat over 14 years ago
- Subject changed from Add more checks to CB Tools to Add more checks to CB Tools: PHP version and mandatory public profile menu check
Updated by beat over 14 years ago
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
r926 and r927 implement this.
Updated by nant over 14 years ago
- Status changed from Closed to Assigned
Proposing the following WARNING message for missing menu item detection:
In order for CB to function properly a Joomla/Mambo menu item must be present. This menu item must also be published for PUBLIC access. It appears that this environment is missing this mandatory menu item. Please refer to the section titled 'Adding the CB Profile' of the PDF installation guide included in your CB distribution package for additional information regarding this matter.
Updated by beat over 14 years ago
- Status changed from Assigned to Closed
r934, r936, r952, r953, r954 were needed to finish this !