Title: Error in 2.01 &amp; patch
Last modified: July 27, 2017

---

# Error in 2.01 & patch

 *  [alx359](https://wordpress.org/support/users/alx359/)
 * (@alx359)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/error-in-2-01-patch/)
 * Hi,
 * In latest version [2.01], if one tries to access from the “settings” link in 
   the wp-admin/plugins.php page, it gives an error:
 * > Sorry, you are not allowed to access this page.
 * The culprit seems to be in a typo in req/ExifCaptionAdmin.php li 36:
 * Instead of this:
    `$links[] = '<a href="'.admin_url('upload.php?page=exifcaption').'"
   >'.__('Settings').'</a>';`
 * It should read like this:
 *     ```
       $links[] = '<a href="'.admin_url('upload.php?page=exifcaption-settings').'">'.__('Settings').'</a>';
       ```
   
 * Thank you!
    -  This topic was modified 8 years, 10 months ago by [alx359](https://wordpress.org/support/users/alx359/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Katsushi Kawamori](https://wordpress.org/support/users/katsushi-kawamori/)
 * (@katsushi-kawamori)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/error-in-2-01-patch/#post-9358938)
 * Thanks your feedback.
    -  This reply was modified 8 years, 10 months ago by [Katsushi Kawamori](https://wordpress.org/support/users/katsushi-kawamori/).

Viewing 1 replies (of 1 total)

The topic ‘Error in 2.01 & patch’ is closed to new replies.

 * ![](https://ps.w.org/exif-caption/assets/icon-256x256.png?rev=1864839)
 * [Exif Caption](https://wordpress.org/plugins/exif-caption/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/exif-caption/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/exif-caption/)
 * [Active Topics](https://wordpress.org/support/plugin/exif-caption/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/exif-caption/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/exif-caption/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Katsushi Kawamori](https://wordpress.org/support/users/katsushi-kawamori/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/error-in-2-01-patch/#post-9358938)
 * Status: not resolved