CSV Import 2.0.3 Admin Page does not load

Hey all,

So, I've installed Omeka multiple times in the past on my machine along with utilizing multiple plug-ins and it's always worked fine... except this time. So far, I only have the CSV Import 2.0.3 plug-in installed and when I click on the tab in the Admin Dashboard, I get this error:

Fatal error: Class 'DOMDocument' not found in /var/www/html/omeka/application/libraries/Zend/Xml/Security.php on line 81

I have no idea what to do with this. Please help!

It's complaining about DomDocument, which means you're missing PHP's dom extension. You should be able to install and/or enable it through your package manager.

... and like magic, it works. Thank you so much for your help!