Title: Debug error
Last modified: August 21, 2016

---

# Debug error

 *  Resolved [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/debug-error-1/)
 * Love the plugin. I use it everyday! I was doing some debugging on a site today
   and saw this:
 * Notice: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(/
   var/lib/php5) failed: Permission denied (13) in /nas/wp/www/staging/orderstrip/
   wp-content/plugins/ns-cloner-site-copier/ns-cloner.php on line 77
 * Ever seen this before?
 * [http://wordpress.org/plugins/ns-cloner-site-copier/](http://wordpress.org/plugins/ns-cloner-site-copier/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Never Settle](https://wordpress.org/support/users/neversettle/)
 * (@neversettle)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/debug-error-1/#post-4063454)
 * Interesting, no haven’t seen that before with the Cloner, but have seen it in
   other cases. This almost always means that you don’t have write permissions on
   the directory that PHP is configured to use as its session save path (or it just
   doesn’t exist). Usually this is /tmp but different hosts have different default
   setups.
 * A couple possibilities:
 * 1) Make sure that /tmp exists under your main root (probably same level as public_html)
   and that the owner has write permissions. Permissions should probably be 755.
 * 2) And/or you might have to check your PHP ini or check with your host as to 
   where the session save path is configured and make sure that PHP has permissions
   to write to it.
 * Hope that gets you there! Let us know!

Viewing 1 replies (of 1 total)

The topic ‘Debug error’ is closed to new replies.

 * ![](https://ps.w.org/ns-cloner-site-copier/assets/icon-256x256.gif?rev=2323308)
 * [NS Cloner - Site Copier](https://wordpress.org/plugins/ns-cloner-site-copier/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ns-cloner-site-copier/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ns-cloner-site-copier/)
 * [Active Topics](https://wordpress.org/support/plugin/ns-cloner-site-copier/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ns-cloner-site-copier/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ns-cloner-site-copier/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Never Settle](https://wordpress.org/support/users/neversettle/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/debug-error-1/#post-4063454)
 * Status: resolved