User tests: Successful: Unsuccessful:
Getting below error when sending ajax requests to json controller.
Fatal error: Cannot use Joomla\CMS\Factory as Factory because the name is already in use in C:\xxx\joomla-cms\libraries\src\Document\JsonDocument
This change will fix this bug.
Pull Request for Issue # .
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries |
| Labels |
Added:
?
|
||
Perhaps you can do the same fix for other files in the same namespace, ex:
libraries/src/Document/FeedDocument.php
...
Thanks. Not just FeedDocument, but also needed the fix for XmlDocument. All three changes are pushed.
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-07 16:23:38 |
| Closed_By | ⇒ | wilsonge |
Thankyou very much!
Perhaps you can do the same fix for other files in the same namespace, ex:
libraries/src/Document/FeedDocument.php
...