Login or Register

RSS IconRecent posts in this topic

avatar Staff
Ilija Studen on Oct 16. 2007. 9:39 am
Hi libbl,

Here are the official instructions: http://www.activecollab.com/support/index.php?pg=kb.page&id=26

You will need to revert all the changes you made for this to work. Also, remove URL_BASE and ASSETS_URL definitions from defaults.php if they are present there.
activeCollab Team Member | Experiment: activeCollab on Twitter
avatar
llbbl on Oct 16. 2007. 4:49 pm
Ok thanks. It sounds like I had some of it right. :)
avatar
llbbl on Oct 16. 2007. 4:58 pm
I did these changes it still gives me an error when I goto the root of the domain ~/. How do I make it load the dashboard page by default if I am visiting the baseurl.

I tried adding this to the top of the /public/index.php, but its not evaluating $b to equal "/index.php" when it seems like it should.

$a = $_SERVER['HTTP_HOST']; // server-name - domain
$b = $_SERVER['PHP_SELF']; // you're page, as you know


if($b == "/" || $b == "/index.php" || $b == "/index.php/"){
	header("Location: /dashboard");
}
echo "$a - $b";


avatar Staff
Ilija Studen on Oct 16. 2007. 5:13 pm
Hi,

Please send your FTP connection parameters and URL of your activeCollab setup to support@a51dev.com and we'll see what the problem is.

Thank you
activeCollab Team Member | Experiment: activeCollab on Twitter
avatar Pro
cyandesign on Oct 16. 2007. 8:45 pm


The link above says that we need version 1.0.2 or later. But that hasn't been announced on your blog yet. Is the update available for download yet?
avatar
llbbl on Oct 16. 2007. 9:07 pm
cyandesign:


The link above says that we need version 1.0.2 or later. But that hasn't been announced on your blog yet. Is the update available for download yet?


Well I am using version 1.0 according to ~/admin/modules

So it works for that version also.
avatar Staff
Ilija Studen on Oct 16. 2007. 9:10 pm
cyandesign:


The link above says that we need version 1.0.2 or later. But that hasn't been announced on your blog yet. Is the update available for download yet?


activeCollab 1.0.2 is available for download. More info.
activeCollab Team Member | Experiment: activeCollab on Twitter
avatar
llbbl on Oct 18. 2007. 12:36 am
upgrading to 1.0.2 or 1.0.3 fixed this problem whereby ~/ was giving me an error. everything is working now as desired/ expected. thanks again!

RSS IconRecent posts in this topic