activeCollab Base URL

avatar Ilija Studen Staff Oct 16. 2007. 4: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.
avatar llbbl Oct 16. 2007. 11:49 am
Ok thanks. It sounds like I had some of it right. :)
avatar llbbl Oct 16. 2007. 11:58 am
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 Ilija Studen Staff Oct 16. 2007. 12: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
avatar cyandesign Pro Oct 16. 2007. 3: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 Oct 16. 2007. 4: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 Ilija Studen Staff Oct 16. 2007. 4: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.
avatar llbbl Oct 17. 2007. 7:36 pm
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!

Try activeCollab free for 30 days, No credit card required!

Instant access to activeCollab, no installation needed.

.tryactivecollab.com

If you are already a user of activeCollab, you can log in here.