v6.3.5 - DOMDocument Errors - Please Help


Recommended Posts

I'm having a whole list of errors on some of my interface pages. See screenshots:

 

 

[including errors as text for searching]

 

Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-ApacheGuacamole.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 224 Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-ApacheGuacamole.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 224 Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-binhex-couchpotato.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 224

Capture.JPG

Link to comment

Can you look on your flash drive (config/plugins/dockerMan/templates-user).  And post the contents.

 

All of those my* files are named wrong.

 

They should not be hidden (the .), and they also don't start with an _   ie: it should be my-Krusader.xml  

 

No clue how the ._my-Krusader got in there, but it definitely appears that every one of the ._ files is corrupt / empty.

Link to comment

So, i figured this out.

 

I switched USB Flash Drives Recently. Update the license correctly and everything. The way I did it was basically by copying all the files from the original into a folder on my desktop (Macbook) and then swapping the drive, and copying all the files onto the new one. I ran the make_bootable, etc...

 

Everything went smoothly except this error kept coming up. Nothing I did fixed it. It was getting super annoying especially since I'm working on fixing a different issue. I was so frustrated I decided to run the following from my /boot directory:

find . -name '._*' -delete

This basically went through and deleted all the files that Mac created (to this day I don't care why mac creates those files, I hate them for it however). 


That solved it. Hopefully this'll help someone in the future.


Thanks,

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.