• I’m trying to use Comic Easel for a multisite install. Everything looks fine, but for any account except the root account, it will go through the motions of publishing a new comic, but viewing the comic brings up the message:

    Not Found

    It looks like nothing was found at this location. Maybe try a search?

    The comic appears in the list of published comics and can be edited there, but publishing does not create a viewable page.

    What am I missing?

    https://wordpress.org/plugins/comic-easel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I may have had the same problem. Do the images in your media library not show either? Even if you upload an image directly through the media library?

    If so, your .htaccess may be misconfigured to read the media right. It’s a WP/multisite thing, non-comic easel folks have it, too.

    Your .htaccess should contain this line:

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    Instead of whatever is in there about uploaded files right now. If there is anything.

    Plugin Author Frumph

    (@frumph)

    ^ There’s also a migration bug right now where it’s moving the migrated files to the wp-content/uploads instead of the blogs.dir/#/files/ section with the CP2CE plugin.

    Still trying to narrow that down.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comic Easel Multisite Install?’ is closed to new replies.