Title: arjun279's Replies | WordPress.org

---

# arjun279

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

 *   [Profile](https://wordpress.org/support/users/arjun279/)
 *   [Topics Started](https://wordpress.org/support/users/arjun279/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arjun279/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arjun279/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arjun279/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arjun279/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arjun279/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: [WP 2.7 – include_once() Errors After Plugin Install/Uninstall](https://wordpress.org/support/topic/wp-27-include_once-errors-after-plugin-installuninstall/)
 *  [arjun279](https://wordpress.org/support/users/arjun279/)
 * (@arjun279)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/wp-27-include_once-errors-after-plugin-installuninstall/#post-990270)
 * Hi Stvwlf,
 *  I have a same problem what asechrest had. But, as you suggested him, I don’t
   have admin folder or plgun with that name in specified directory. I did install
   and uninstall plugins previously. I am using exec-php plugin to execute php scripts
   in my web pages. PHP scripts excecute fine if I have simple code, but when I 
   include include_once function, I get an error exactly what asechrest got.
 *  I am using simplepie plugin to feed content from RSS feeds. The simplepie.inc
   is a required file and it is located in following absolute path.
    /public_html/
   transgeeks/quicknews/php/simplepie.inc I am using PHP script like this include_once
   $_SERVER[‘DOCUMENT_ROOT’].’/php/simplepie.inc’; because quicknews is my document
   root. When I run this script, I don’t get any path related errors. I get an error
   like this.
 * Warning: include_once(/home/expertsh/public_html/transgeeks/php/simplepie.inc)[
   function.include-once]: failed to open stream: No such file or directory in /
   home/expertsh/public_html/transgeeks/quicknews/wp-content/plugins/exec-php/includes/
   runtime.php(42) : eval()’d code on line 4
 * Warning: include_once() [function.include]: Failed opening ‘/home/expertsh/public_html/
   transgeeks/php/simplepie.inc’ for inclusion (include_path=’.:/usr/lib/php:/usr/
   local/lib/php’) in /home/expertsh/public_html/transgeeks/quicknews/wp-content/
   plugins/exec-php/includes/runtime.php(42) : eval()’d code on line 4
    // feed 
   url
 * Any idea what is happening?
 * Thanks in advance.
 * -Kenchappagoudra

Viewing 1 replies (of 1 total)