Title: semonbright's Replies | WordPress.org

---

# semonbright

  [  ](https://wordpress.org/support/users/semonbright/)

 *   [Profile](https://wordpress.org/support/users/semonbright/)
 *   [Topics Started](https://wordpress.org/support/users/semonbright/topics/)
 *   [Replies Created](https://wordpress.org/support/users/semonbright/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/semonbright/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/semonbright/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/semonbright/engagements/)
 *   [Favorites](https://wordpress.org/support/users/semonbright/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] 403 Forbidden Error](https://wordpress.org/support/topic/403-forbidden-error-89/)
 *  [semonbright](https://wordpress.org/support/users/semonbright/)
 * (@semonbright)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/403-forbidden-error-89/#post-15694036)
 * This error indicates that the server has determined that you are not allowed 
   access to the thing you’ve requested, either on purpose or due to a misconfiguration.
   It’s probably because the site owner has limited access to it and you don’t have
   permission to view it. The vast majority of the time, there’s not much you can
   do to fix things on your (*client) end. There are four common causes for [403 Forbidden](http://net-informations.com/q/mis/403.html)
   error (server side) . Here they are listed from most likely to least likely:
 * An empty website directory
    No index page Incorrect settings in the .htaccess
   file Permission / Ownership error
 * If authentication credentials were provided in the request, the server considers
   them insufficient to grant access. The client SHOULD NOT automatically repeat
   the request with the same credentials. The client MAY repeat the request with
   new or different credentials. However, a request might be forbidden for reasons
   unrelated to the credentials.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Uncaught ReferenceError: DateFormatter is not defined](https://wordpress.org/support/topic/uncaught-referenceerror-dateformatter-is-not-defined/)
 *  [semonbright](https://wordpress.org/support/users/semonbright/)
 * (@semonbright)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-dateformatter-is-not-defined/#post-13925642)
 * If you are using any script file and getting “Uncaught ReferenceError:” which
   means ‘x’ is either a variable or a method which you are trying to use before
   declaring it using var keyword. This means that there is a non-existent variable
   referenced somewhere. This variable needs to be declared, or you need to make
   sure it is available in your current script or scope otherwise , it will endup
   throwing this ‘x’ is not defined error . This usually indicates that your library
   is not loaded and JavaScript does not recognize the ‘x’.
 * **To solve this error:** Load your library at the beginning of all your scripts.
 * There can be multiple other reasons for this issue:
 * **Path to [CDN](http://net-informations.com/jq/intro/cdn.htm) library you included
   is not correct
    **The library file is corrupted **Working offline **Conflict 
   with Other Libraries

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