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
I cloned your repo and pointed MAMP to it, wrote a file testing.php mirroring your usage example (but pointing to the .docx that I want to parse), opened http://localhost/testing.php in the browser and got: The localhost page isn't working.
MAMP's php_error.log says:
PHP Fatal error: Uncaught Error: Call to undefined method DocumentsParser::parseBookmark() in /Users/######/DocumentsParser/DocumentsParser.php:442
Stack trace:
#0 /Users/######/DocumentsParser/DocumentsParser.php(199): DocumentsParser-parsePragraph(Object(SimpleXMLElement)) #1 /Users/######/testing.php(12): DocumentsParser->parseFile('get-the-pet-to-...')
#2 {main}
thrown in /Users/######/DocumentsParser/DocumentsParser.php on line 442
The text was updated successfully, but these errors were encountered:
I cloned your repo and pointed MAMP to it, wrote a file testing.php mirroring your usage example (but pointing to the .docx that I want to parse), opened http://localhost/testing.php in the browser and got: The localhost page isn't working.
MAMP's php_error.log says:
The text was updated successfully, but these errors were encountered: