Pages load blank after upgrade to 3.1.42 and compile/install #1062
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1062
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
Upgrade JCB to 3.1.42
Compile component for J3
Install Component
Expected result
Interact with components on the frontend and back end.
Actual result
The backend mostly works, the frontend all results in error 500. I attempted to turn on error reporting to investigate further and the page is still loading blank.
System information (as much as possible)
Additional comments
Of note: My component still includes fields with basic encryption. The views on the backend that will not load include an encrypted field.
Once I rolled back my component and the powers to the last working version of my component I no longer got the error.
I attached a screenshot of the powers on my site.
As a follow-up, I'm attempting to remove the basic encryption. I have written a script to decrypt each entry then place it back into the database. Then converted the encryption modeling on the fields. I am trying to compile the changes to my component and get this error using JCB 3.1.42
Too few arguments to function VDM\Joomla\Componentbuilder\Compiler\JoomlaThree\Event::trigger(), 1 passed in /home2/nursetra/public_html/dev/administrator/components/com_componentbuilder/helpers/compiler/a_Get.php on line 1106 and exactly 2 expected
After re-installing JCB I was able to compile my component and install. The script ran successfully and I no longer have the basic encryption. No other errors are present.