Support » Plugin: WP Photo Album Plus » Only I can see images

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Garyburton

    (@garyburton)

    Hi,

    I can see that the missing image path is wordpress/wp-content/uploads/wppa/thumbs but the images are located in wordpress/wp-content/uploads/myusername/wppa/thumbs.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Accessing the url of thumbs in the thumbs directly generates an error 500: internal server error.

    Do you have any security improving plugin active?

    Please tick the box in Table IX-A3 of the Photo Albums -> settings admin page, then i can see what plugins are active.

    Do you have a .htaccess file in wp-content that might corrupt the access to wp-content/wppa? If so, de-activate it by changing the name to no longer be a .htaccess file or deleting it.

    There are more reports like this, so, i think there is a new popular plugin that screws up the normal access to content of the wp-content directory, and i would be very glad to find out what it is…

    Thread Starter Garyburton

    (@garyburton)

    Hi,

    Thank you for your prompt reply.

    I only have Contact Form 7 and Mulitsite language switcher active.

    I have turned on debugging as requested.

    I have
    `
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]`

    In my htaccess but its there to support the multi site installation. I have not removed it. If you would like me to for a short while, then of course I will.

    As I said before the image uploads seem to go to the wrong folder. I can see a path to wp-content/uploads/myusername/wppa – should this be there? All the images seem to be in this location.

    Thread Starter Garyburton

    (@garyburton)

    My htaccess above is in the root and not in the wp-content folder.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    do you have define(‘WPPA_MULTISITE_GLOBAL’, true); in wp-config.php?
    ( See http://wordpress.org/plugins/wp-photo-album-plus/changelog/ )

    Also, pls verify the paths/urls in Photo Albums -> Settings admin page Table XII first part

    Thread Starter Garyburton

    (@garyburton)

    Hi,

    I’ve added “define(‘WPPA_MULTISITE_GLOBAL’, true);” it was not there.

    Also checked the path WPPA_UPLOAD_PATH and its;

    wp-content/uploads/wppa

    I’ve uploaded an new image and I can see the image in the WPPA folder but it has not generated a thumb image?, therefore the gallery still shows “missing thumb”

    Nearly there……?

    Thread Starter Garyburton

    (@garyburton)

    Hi,

    Not sure why the first one I tried didn’t work but I’ve uploaded some other and its all looking good.

    Thanks so much for the support, what a great plugin.

    Gary

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Only I can see images’ is closed to new replies.