Hi all, sorry I’m posting this here but it was simple impossible to send a message trough the pyro cms contact form because of the captcha, here is my problem:
I’m trying to install PyroCMS on my localhost I’ve followed installation instructions but when I go to my index page all I see is this php code as the page’s output:
load->view($theme_view_folder.'metadata'); ?> load->view($theme_view_folder.'header'); ?> url, $nav_link->title); ?> load->view($theme_view_folder.'menu'); ?> load->module_view('newsletters', 'subscribe_form') ?> Recent Posts news_m->getNewsHome(); ?> load->view($theme_view_folder.'breadcrumbs'); ?> session->flashdata('notice')) { echo ' ' . $this->session->flashdata('notice') . ' '; } ?> session->flashdata('success')) { echo ' ' . $this->session->flashdata('success') . ' '; } ?> session->flashdata('error')) { echo ' ' . $this->session->flashdata('error') . ' '; } ?> load->view($theme_view_folder.'footer'); ?>I’ve tried removing the .htaccess file and I have full permissions of the root folder, and I can run other codeigniter sites with no problem, hope anyone of you can help me here. Thanks in advance.
You’re getting that output because your server doesn’t has PHP short tags enabled. You can enable them by installing (or enabling) a certain Apache module, but I can’t remember the name of it.