PDA

View Full Version : Error ..


systeam
01-30-2006, 01:29 PM
Warning: file_get_contents(/phpWordPressadmin/templates/login_form.tpl): failed to open stream: No such file or directory in /home/*****/public_html/phpWordPress/admin/login.php on line 80

Warning: file_get_contents(/phpWordPressadmin/templates/header.tpl): failed to open stream: No such file or directory in /home/*****/public_html/phpWordPress/admin/header.php on line 6

Warning: file_get_contents(/phpWordPressadmin/templates/header.tpl): failed to open stream: No such file or directory in /home/*****/public_html/phpWordPress/admin/header.php on line 18

Warning: file_get_contents(/phpWordPress/admin/templates/footer.tpl): failed to open stream: No such file or directory in /home/*****/public_html/phpWordPress/admin/index.php on line 45

why ?

Alex
02-01-2006, 11:33 AM
config error? One thing I see right away is you're missing a slash here:

Warning: file_get_contents(/phpWordPressadmin/templates/login_form.tpl): failed to open stream: No such file or directory in

between phpWordPress and admin folders... should be

Warning: file_get_contents(/phpWordPress/admin/templates/login_form.tpl): failed to open stream: No such file or directory in