Title: cptsplading's Replies | WordPress.org

---

# cptsplading

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parse Error: Syntax Error when index.php copied to root](https://wordpress.org/support/topic/parse-error-syntax-error-when-indexphp-copied-to-root/)
 *  [cptsplading](https://wordpress.org/support/users/cptsplading/)
 * (@cptsplading)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/parse-error-syntax-error-when-indexphp-copied-to-root/page/2/#post-4343311)
 * I ran into the same issue. After a lot of trial and error, I ran across this 
   thread and discovered the problem is the way that Text Editor on the Mac handles
   single quotes. If you look carefully, it’s a slightly different symbol.
 * I was able to get things to work by copying the single quote at the end of the
   `
   require( dirname( __FILE__ ) . '/wpfolder/wp-blog-header.php' );` line and then
   pasting that single quote at the beginning of the path. Everything worked then.

Viewing 1 replies (of 1 total)