View Single Post
  #1  
Old 23rd March 2012, 14:54
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Question Error - Warning: require_once
i have tried to install 2 themes and i keep getting the same error code

Code:
Warning:   require_once(themes/layout2.css/template.php) [function.require-once]:  failed to open stream: No such file or directory in  C:\AppServ\www\include\bittorrent.php on line 306 

Fatal  error:  require_once() [function.require]: Failed opening required  'themes/layout2.css/template.php' (include_path='.;C:\php5\pear') in  C:\AppServ\www\include\bittorrent.php on line 306
i know its telling me that its looking for my template file in themes/layout2.css when its in this patch themes/darkblue/template
so how do i changed the path so it finds the file
Reply With Quote