Title: PHP Error &#8211; Constant ABSPATH
Last modified: November 3, 2016

---

# PHP Error – Constant ABSPATH

 *  [fede023](https://wordpress.org/support/users/fede023/)
 * (@fede023)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/php-error-constant-abspath/)
 * Hi there,
 * Hope you guys can help me out with this problem.
    When I am on my website sometimes
   I get a blank page with this error message:
 * PHP Notice: Constant ABSPATH already defined in /public_html/wp-load.php on line
   22
 * Does anybody know what triggers this error?
 * Thank you in advance.
 * URL: [http://ikpca.co.kr/](http://ikpca.co.kr/)
    -  This topic was modified 9 years, 7 months ago by [fede023](https://wordpress.org/support/users/fede023/).

Viewing 1 replies (of 1 total)

 *  [Vaughan](https://wordpress.org/support/users/m0nty/)
 * (@m0nty)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/php-error-constant-abspath/#post-8392741)
 * Hi,
 * It sounds like another plugin or theme might be trying to define ABSPATH again.
 * Or maybe ABSPATH is being defined again in wp-config.php
 * Have a look in your wp-config.php for anything that might say
 * `define('ABSPATH', 'some path');`
 * If it’s there, try removing it or change it so it looks like:
 *     ```
       if (!defined('ABSPATH') {
       define('ABSPATH', 'some path');
       }
       ```
   
 * if it’s not there, then try changing theme or disabling plugins to see if the
   problem goes away.

Viewing 1 replies (of 1 total)

The topic ‘PHP Error – Constant ABSPATH’ is closed to new replies.

## Tags

 * [ABSPATH](https://wordpress.org/support/topic-tag/abspath/)
 * [blank-page](https://wordpress.org/support/topic-tag/blank-page/)
 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Vaughan](https://wordpress.org/support/users/m0nty/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/php-error-constant-abspath/#post-8392741)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
