[Fixed] problem after installing community prev
Page: 1
webscriptz
on Jul 10. 2006. 5:43 pm
I running WAMP (php5 & mysq 4.1 )
The installation whent very fluently and after that problems began rising:
the title tag : <?= get_page_title ?> still stands so a bad include of a file ?
and the indexpage 127.0.0.1/activecollab/index.php after installing that is: redirects to this url
http://127.0.0.1/activeCollab/index.php?c=access&a=login and gives the follwoing output:
© by getName()) ?>. All rights reserved.
source code
a sullution please because I really whant to try out this software
The installation whent very fluently and after that problems began rising:
the title tag : <?= get_page_title ?> still stands so a bad include of a file ?
and the indexpage 127.0.0.1/activecollab/index.php after installing that is: redirects to this url
http://127.0.0.1/activeCollab/index.php?c=access&a=login and gives the follwoing output:
© by getName()) ?>. All rights reserved.
source code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title><?= get_page_title() ?></title>
<?= stylesheet_tag('dialog.css') ?>
<?= meta_tag('content-type', 'text/html; charset=utf-8', true) ?>
<?= render_page_head() ?>
</head>
<body>
<div id="dialog">
<h1><?= get_page_title() ?></h1>
<?= $content_for_layout ?>
<div id="footer">
<?= benchmark_timer_display(false) ?>
© <?= date('Y') ?> by <?= clean(owner_company()->getName()) ?>. All rights reserved.
</div>
</div>
</body>
</html>a sullution please because I really whant to try out this software
i bet you have not properly setuped your PHP5 install.
did you used the latest release from
this thread?
that <?= tag stuff should not be visible in your browser :)
did you used the latest release from
this thread?
that <?= tag stuff should not be visible in your browser :)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



