You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this great tool. It has been really handy in our project. We started using it recently but a strange bug is happening and I wasn't able to debug it.
When I run the phpdox command, I get:
[28.08.2019 - 09:43:55] The following file(s) had errors during processing and were excluded:
[28.08.2019 - 09:43:55] - /srv/fence/fence/source/JReader.php (Namespace Error [fDOMDocument.php:525])
[28.08.2019 - 09:43:55] - /srv/fence/fence/source/JProcessor.php (Namespace Error [fDOMDocument.php:525])
Both files have the proper namespace like the other files, so I checked fDOMDocument.php and it seems to be a problem in the DOMDocument::createElementNS() call. Any idea of why this is happening? I tried to change the name of these classes and files but the error persists.
As example, one of the namespace declaration is just:
<?phpnamespaceFence;
class JProcessor
{
// ...
}
Sorry if this was already answered somewhere else, I tried to search but didn't find anything.
Thanks a lot for your time.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks for this great tool. It has been really handy in our project. We started using it recently but a strange bug is happening and I wasn't able to debug it.
When I run the phpdox command, I get:
Both files have the proper namespace like the other files, so I checked fDOMDocument.php and it seems to be a problem in the
DOMDocument::createElementNS()
call. Any idea of why this is happening? I tried to change the name of these classes and files but the error persists.As example, one of the namespace declaration is just:
Sorry if this was already answered somewhere else, I tried to search but didn't find anything.
Thanks a lot for your time.
The text was updated successfully, but these errors were encountered: