Login or Register

RSS IconRecent posts in this topic

avatar
Oscar on Jul 11. 2006. 6:19 am
When installing I obtain this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title><?= $installation_name ?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="assets/style.css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><?= $installation_name ?></h1>

<div id="installationDesc"><?= clean($installation_description) ?></div>
</div>
<form action="<?= $current_step->getStepUrl() ?>" id="installerForm" method="post">
<div id="content"><?= $content_for_layout ?></div>
<div id="installerControls">
<button type="submit" >Next &raquo;</button>
</div> <input type="hidden" name="submited" value="submited" />
</form>

<div id="footer">&copy; <?= date('Y') ?> <a href="http://www.activecollab.com/">activeCollab</a>, some rights reserved. Powered by <a href="http://www.ilija.biz/scriptinstaller/">ScriptInstaller</a>.</div>
</div>

</body>
</html>

That happens?
avatar
Ilija Studen on Jul 11. 2006. 6:32 am
You should use latest release: 0.6 community preview. Its just a preview but most of the known issues are solved in it. Check it out and report if you find any new problems. It will be made publicly available by the end of the week when enough people test it (we already fixed 6 bugs in the preview, thanks to the community!)

Btw, problem you are experiencing is most probably there because you have short_open_tags PHP directive set to Off (should be On).
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic