Make Sure to turn of guet access and use a rest key after publishing your stuff in Public
I just installed this module, and when setting up and testing, I get a single error.
Error : http://www.photo-mojo.net/gallery3 is not accessible. Stop testing here, check your configuration and fix it !
My G3 site is working and accessible. I’ve tried the setup with Guest and with a restful user.
Well, I’m an idiot. needed to add /index.php
When I try to activate the plugin I get a blank page, and then all WP pages return blank until I remove the WPG3 directory form my plugins directory. I unzipped the ZIP file from GIT to wp-content/plugins/wpg3 and then went to WP plugins to activate.
Running WP 3.2.1
Clicking activate shows the a blank page and thefollowing URL
http://www.highpeak.co.za/blog/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Any ideas?
@nocturnus & others that may have been using this plugin for sometime: is the plugin stable / production-ready from your experience? What version of wordpress & gallery3 are you currently using?
I am assuming in your gallery installation you are still using <wpg2> (i.e. the old’ plugin’s) tags – is this the case?
Last but not least – when you create new posts in wordpress with gallery pictures, do you still use <wpg2> tags?
@digitalmonkey: thanks a bunch for having created this plugin.
Help! Please… I get this error, below (and now I cannot use any part of the WordPress admin console – it just keeps coming back to this page)
(My installation : Gallery 3.0.2 with REST API Module 3 / WordPress 3.2.1)
Warning: include(wpg3_class_WPG3_Xhttp.php) [function.include]: failed to open stream: No such file or directory in /home/[my_site]/public_html/space/wp-content/plugins/wpg3/wpg3.php on line 640
Warning: include(wpg3_class_WPG3_Xhttp.php) [function.include]: failed to open stream: No such file or directory in /home/[my_site]/public_html/space/wp-content/plugins/wpg3/wpg3.php on line 640
Warning: include() [function.include]: Failed opening ‘wpg3_class_WPG3_Xhttp.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/[my_site]/public_html/space/wp-content/plugins/wpg3/wpg3.php on line 640
Fatal error: Class ‘WPG3_Xhttp’ not found in /home/[my_site]/public_html/space/wp-content/plugins/wpg3/wpg3.php on line 427
Fixed!
Under plugins/wpg3
Rename
wpg3_class_Wpg3_xhttp.php
to
wpg3_class_WPG3_Xhttp.php
ie, it is Case Sensitive…
How can I ‘copy’ my WordPress theme header, so that the WPG3 gallery page ‘shares’ the same header? eg, get WordPress theme header.php to apply to the WPG3 Gallery3 Page in the WordPress site…