When I start the page (on my development environment) I see content of a php file
content of a class.openid.php on the page.
On the production site everything is ok.
Why that is happening?
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.
Probably, short_open_tag in PHP configuration is set to 0 and your class.openid.php has
<?instead of<?phpin the beginning of the file.Open class.openid.php, locate
<?at the beginning of the file and replace it with<?php