Custom Class Headers not added #947

Closed
opened 2022-08-12 17:55:37 +00:00 by Chris Paschen · 2 comments
Member

Steps to reproduce the issue

  • Open Joomla Component >> COMPONENT >> Class Headers
  • Set Admin Helper Heder to YES
  • In the code are enter "use Joomla\CMS\Factory;" (or any code or comment)
  • Save & Close
  • Compile the component

Expected result

The code entered should appear in the Admin Helper file

Actual result

The code is NOT added to the Admin Helper file

System information (as much as possible)

  • OS Name & Version: WAMP
  • MySql Version: 5.7.31
  • Apache Version: 2.4.46
  • PHP Version: 7.4.9
  • Joomla Version: 3.10.10
  • JCB Version: 3.1.2
  • Browser: Firefox Developer (nightly build)

Additional comments

I've also tried added to the site helper as well as several admin views. Nothing entered in the Class Headers areas appears to be added to any file in the project.

### Steps to reproduce the issue * Open Joomla Component >> COMPONENT >> Class Headers * Set Admin Helper Heder to YES * In the code are enter "use Joomla\CMS\Factory;" (or any code or comment) * Save & Close * Compile the component ### Expected result The code entered should appear in the Admin Helper file ### Actual result The code is NOT added to the Admin Helper file ### System information (as much as possible) - OS Name & Version: WAMP - MySql Version: 5.7.31 - Apache Version: 2.4.46 - PHP Version: 7.4.9 - Joomla Version: 3.10.10 - JCB Version: 3.1.2 - Browser: Firefox Developer (nightly build) ### Additional comments I've also tried added to the site helper as well as several admin views. Nothing entered in the Class Headers areas appears to be added to any file in the project.
Owner

Make sure that everyhing is active, please watch this tutorial to make sure:

https://youtu.be/MRfzpnCb7xA?t=313

Make sure that everyhing is active, please watch this tutorial to make sure: https://youtu.be/MRfzpnCb7xA?t=313
Author
Member

SORRY!
I watched that video several times before, but still managed to forget to ACTIVATE the plugins.

Activating resolved the issue.

SORRY! I watched that video several times before, but still managed to forget to ACTIVATE the plugins. Activating resolved the issue.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#947
No description provided.