Login or Register

RSS IconRecent posts in this topic

avatar
webscriptz on Jul 10. 2006. 12: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
<!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) ?>
          &copy; <?= 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
avatar
nils on Jul 10. 2006. 12:54 pm
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 :)
avatar
Ilija Studen on Jul 10. 2006. 12:57 pm
Try to download community preview and report if you still have the same problem. I frogot to replace <?= with <?php echo in layouts folder :(
activeCollab team member
avatar
webscriptz on Jul 10. 2006. 2:23 pm
Thanks, now it works just fine
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