Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Yorick Peterse[/eluser]
[quote author="rubber.drummer" date="1252296845"]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:

Code:
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.[/quote]

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.


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 09-07-2009, 01:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB