webmaster1250
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Images not visible until logged inP.P.S. I think I’ve cracked it!
The operations above had zapped the album, so I created a new album, uploaded the images and linked the album to the widget for the sidebar – and hey presto, it worked!
Many thanks for your help and patience. I’ll let you know if it goes wrong again.
Best regards,
DavidForum: Plugins
In reply to: [WP Photo Album Plus] Images not visible until logged inP.S. I deactivated and activated the plugin and the line in Table XII is now as follows;
WPPA_UPLOAD The relative upload directory. wp-content/uploads
WPPA_UPLOAD_PATH The upload directory path. /home/district/public_html/wp-content/uploads/wppa
WPPA_UPLOAD_URL The upload directory url. http://district1250.org/redhill/wp-content/uploads/wppaSo that seems right,
DvaidForum: Plugins
In reply to: [WP Photo Album Plus] Images not visible until logged inOK, sorry for the wrong move.
I have added your line of code to the wp-config.php file as above.
I found the wppa folder and it had 7 x nn.jpg files in it, which is correct. I have moved the wppa folder from public_html/wp-content/uploads/admin to public_html/wp-content/uploads.
I deactivated the site plugin and reactivated the network plugin.
Nothing – all I get is an “Syntax error in album specification. Album does not exist: 2” error message on the front end where the viewer should be.
Sorry Jacob, this is clearly quite simple but there is something I’m not getting.
Regards,
DavidForum: Plugins
In reply to: [WP Photo Album Plus] Images not visible until logged inThank you for that, Jacob.
I added the line into the wp.config.php file so that it looked like this;
/* Multisite */
define(‘WP_ALLOW_MULTISITE’, true);
define(‘WPPA_MULTISITE_GLOBAL’, true);define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);That created an error message on the frontend.
I then moved the wp-photo-album-plus folder from wp-content > plugins to wp-content > uploads and the album disappeared completely from the front end.
So I put everything back as it was and deactivated the plugin from the Network dashboard. I then activated the plugin in the site dashboard but no difference – still the images are not visible.
Sorry but I don’t know what to try next. I am not an expert in php but can usually follow instructions, so maybe I got it wrong.
Regards,
David