Boss called this morning and apparently our “Live” button is not working.
http://702wedding.com/
Im using a .txt include.
Anyone see what the problem is? I am still searching myself until I come up with something.
Thanks.
James
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The error is correct. It’s a path problem.
The page
yoursite.com/liveis looking forincludes/post-title.txt.You told it to look at
includes/post-title.txt, that is,yoursite.com/live/includes/post-title.txt.But it really lives here
yoursite.com/includes/post-title.txt.