Title: RSS Link not working
Last modified: August 24, 2016

---

# RSS Link not working

 *  [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/)
 * Hello,
 * Was able to get the gallery working on my site but the RSS feed does not generate.
   
   Would be willing to purchase the pro version but need this to be working.
 * Photo Gallery Page – [http://startingfromscratch.com/SFS25/photo-gallery/](http://startingfromscratch.com/SFS25/photo-gallery/)
 * RSS – [http://startingfromscratch.com/SFS25/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php](http://startingfromscratch.com/SFS25/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php)
 * Any thoughts?
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

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

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094031)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – What are
   you expected to see within your RSS feed?
 * Also, have you turned on the Media RSS under Gallery > Other Options > Miscellaneous?
 * – Cais.
 *  Thread Starter [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094032)
 * Hi Cais,
 * I was hoping to use the feed in an app we are developing.
 * I can confirm the Media RSS option is turned on.
 * Thanks!!
    Roland
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094035)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – I can 
   see the feeds are available to be subscribed to on your site including the NextGEN
   Gallery Media RSS feed. Are you not able to subscribe to the feed(s)?
 * – Cais.
 *  Thread Starter [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094036)
 * Hi Cais,
 * The link is there in the footer but the feed is blank. There are no links to 
   the images.
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094146)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – I’m not
   seeing content in any of your site’s feeds?!
 * – Cais.
 *  Thread Starter [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094274)
 * OK Just found the error log and here is the error which is showing:
 * [25-Apr-2015 17:49:39 UTC] WordPress database error You have an error in your
   SQL syntax; check the manual that corresponds to your MySQL server version for
   the right syntax to use near ‘%d) GROUP BY wp_ngg_pictures.pid ORDER BY id DESC’
   at line 1 for query SELECT DISTINCT wp_ngg_pictures.* , GROUP_CONCAT(CONCAT_WS(‘@@’,
   meta_key, meta_value)) AS ‘extras’ FROM `wp_ngg_pictures` LEFT OUTER JOIN `wp_postmeta`
   ON `wp_postmeta`.`post_id` = `extras_post_id` WHERE (`exclude` = %d) GROUP BY
   wp_ngg_pictures.pid ORDER BY id DESC made by nggMediaRss::get_last_pictures_mrss,
   nggdb::find_last_images, C_Image_Mapper->run_query, ExtensibleObject->__call,
   ExtensibleObject->_exec_cached_method, ReflectionMethod->invokeArgs, C_CustomTable_DataMapper_Driver_Mixin-
   >run_query
 * Any thoughts?
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094279)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – You might
   look at trying our latest beta version we just released last night … see if this
   continues to be an issue. Here’s a link: [http://nextgen-gallery.com/nextgen-gallery-latest-beta/](http://nextgen-gallery.com/nextgen-gallery-latest-beta/)
 * Thanks!
 * – Cais.
 *  Thread Starter [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094282)
 * [@photocrati](https://wordpress.org/support/users/photocrati/) – Thanks for the
   reply!!
    Here is the error I am getting after updating to the beta:
 * [14-May-2015 19:49:24 UTC] WordPress database error You have an error in your
   SQL syntax; check the manual that corresponds to your MySQL server version for
   the right syntax to use near ‘%d) GROUP BY wp_ngg_pictures.pid ORDER BY id DESC’
   at line 1 for query SELECT DISTINCT wp_ngg_pictures.* , GROUP_CONCAT(CONCAT_WS(‘@@’,
   meta_key, meta_value)) AS ‘extras’ FROM `wp_ngg_pictures` LEFT OUTER JOIN `wp_postmeta`
   ON `wp_postmeta`.`post_id` = `extras_post_id` WHERE (`exclude` = %d) GROUP BY
   wp_ngg_pictures.pid ORDER BY id DESC made by nggMediaRss::get_last_pictures_mrss,
   nggdb::find_last_images, C_Image_Mapper->run_query, ExtensibleObject->__call,
   ExtensibleObject->_exec_cached_method, ReflectionMethod->invokeArgs, C_CustomTable_DataMapper_Driver_Mixin-
   >run_query
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094283)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – Please
   send us a Bug Report ([http://nextgen-gallery.com/report-bug/](http://nextgen-gallery.com/report-bug/)…
   please reference this topic) so we can get a better look under the page at your
   site.
 * We may need log in (and FTP) credentials for your WordPress installation, please
   include those with your Bug Report, too.
 * Thanks!
 * – Cais.
 *  Thread Starter [RolandAlvares](https://wordpress.org/support/users/rolandalvares/)
 * (@rolandalvares)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094284)
 * Thanks for your help Cais!
    Roland
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094287)
 * [@rolandalvares](https://wordpress.org/support/users/rolandalvares/) – Let’s 
   continue this conversation in the Bug Report for the time being.
 * Thanks!
 * – Cais.
 *  [donnytree](https://wordpress.org/support/users/donnytree/)
 * (@donnytree)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094334)
 * I am getting a very similar error message:
    [Mon Aug 10 05:48:26 2015] [error][
   client 66.249.92.54] WordPress database error You have an error in your SQL syntax;
   check the manual that corresponds to your MySQL server version for the right 
   syntax to use near ‘%d) GROUP BY wp_ngg_pictures.pid ORDER BY id DESC’ at line
   1 for query SELECT DISTINCT wp_ngg_pictures.* , GROUP_CONCAT(CONCAT_WS(‘@@’, 
   meta_key, meta_value)) AS ‘extras’ FROM `wp_ngg_pictures` LEFT OUTER JOIN `wp_postmeta`
   ON `wp_postmeta`.`post_id` = `extras_post_id` WHERE (`exclude` = %d) GROUP BY
   wp_ngg_pictures.pid ORDER BY id DESC made by nggMediaRss::get_last_pictures_mrss,
   nggdb::find_last_images, C_Image_Mapper->run_query, ExtensibleObject->__call,
   ExtensibleObject->_exec_cached_method, ReflectionMethod->invokeArgs, C_CustomTable_DataMapper_Driver_Mixin-
   >run_query
 * I am using the most recent version of WP 4.2.4, and the most recent NextGen version
   2.1.2. Has there been any progress on this?
 * Thanks!
    Donna
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094335)
 * [@donnytree](https://wordpress.org/support/users/donnytree/) – Please start your
   own topic so we can try to help you with your specific issue on your specific
   site.
 * See [http://codex.wordpress.org/Forum_Welcome#Where_To_Post](http://codex.wordpress.org/Forum_Welcome#Where_To_Post)
 * Thanks!
 * – Cais.
 *  [donnytree](https://wordpress.org/support/users/donnytree/)
 * (@donnytree)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094336)
 * OK sorry, I thought they were close enough, I will start anew. Thanks!
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094342)
 * [@donnytree](https://wordpress.org/support/users/donnytree/) – Thanks!
 * – Cais.

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

The topic ‘RSS Link not working’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/rss-link-not-working-4/#post-6094342)
 * Status: not resolved