-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numerous warnings about not processed images #12
Comments
Looking at the code, the image tag is corrupt or missing in your Joomla database: Unexpected token END OF FILE at position 0 <-- notice the image tag was empty. The warning can be ignored if you were not expecting images. I've not seen this before in Joomla 3. This does not affect processing and I think it is a valid warning. I'll drop the stack trace from the warning. |
Could you confirm which Joomla version you're trying to convert? |
Joomla 3.8. It’s an upgraded install from various previous versions. So content may be in an old style or sth, if that's a thing. I dunno. |
Thanks for the reply, I’ve cleaned up the code on master so that it doesn’t print the stack trace, as it’s possible the field could be blank as in your case. It now just reports a warning that the image Json is not present. Once I’ve got the other issues sorted I’ll do a release. I’m your case there was no consequence to the exception. |
hugojoomla/src/main/java/com/thecoderscorner/web/hugojoomla/JoomlaContent.java
Line 44 in 6e0e620
The text was updated successfully, but these errors were encountered: