Not Echo JFactory in getOptions #227
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#227
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?
hello.
when create custom field
not write Jfactory in "public function getOptions()"
You need to explain more, you can't just remove all expected details from issue and expect us to help you.
Hello
Good time
When you create a custom field
And connect it to another table
In the getOptions function in the file
components \ com_library \ models \ fields \ libraries.php
Is written
$ db = :: getDBO ();
Which should write
$ db = JFactory :: getDBO ();
This is an error you made, not JCB.... let me show you:
So that means you must have removed it, just putt the string back.
Yet you did not give use all the info we need
Steps to reproduce the issue
Expected result
Actual result
System information (as much as possible)
Additional comments
Thanks.