• Resolved erroruntitled

    (@erroruntitled)


    Hi there,

    I’m attempting to install a demo from the theme Squaretype, and unfortunately I keep hitting a generic “Error 0” upon attempting an import. I have already tried adjusting my server settings to accommodate a smoother import, downgrading to a legacy version and deactivating all but the OCDI plugin with no luck.

    I reached out to the staff that developed the theme and they’re suggesting it may be a plugin related issue. I would be happy to install the demo content manually as I see that is an option, however I do not know how to obtain the manual install files. Happy to do anything you may need to understand this problem further. I found one thread about another “error 0” but it didn’t seem resolved or particularly similar to my case.

    Hope you can help, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gregor Capuder

    (@capuderg)

    Hi @erroruntitled,

    this is most probably a server-related issue and if your theme author can verify that the import files are working OK for other users, then it’s really hard to say what the actual issue is.

    You could try to add this to your theme’s functions.php file: add_filter( 'ocdi/regenerate_thumbnails_in_content_import', '__return_false' );

    This will prevent the importing images to be resized on-the-fly, so after the import (if it succeeds), you’ll have to regenerate the images with a plugin like: https://www.ads-software.com/plugins/regenerate-thumbnails/

    Let me know how it goes.

    Take care!

    Thread Starter erroruntitled

    (@erroruntitled)

    Thanks Gregor! It was as you suggested, a server side issue. I use a VPS and needed to bump up the available RAM for the import to function correctly. Have a good one!

    Plugin Author Gregor Capuder

    (@capuderg)

    Hi @erroruntitled,

    I’m glad it’s working now and thank you for letting us know what resolved your issue.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error 0’ is closed to new replies.