View Single Post
  #12  
Old 12th September 2011, 14:00
Ulovlig Ulovlig is offline
Senior Member
 
Join Date: Feb 2010
Norway
Posts: 24
Default
Quote:
Originally Posted by BEST View Post
get always mistake and to be sure in every php

Code:
Warning:  require_once(__DIR__\include\bittorrent.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\signup.php on line 20

Fatal error:  require_once() [function.require]: Failed opening required '__DIR__\include\bittorrent.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\signup.php on line 20


U need to change path to bittorrent.php

try: require_once("include/bittorrent.php");
Reply With Quote