Login or Register

RSS IconRecent posts in this topic

avatar
nils on Jul 8. 2006. 10:12 am
Hi ppl,

at first: fuckin great work ilja! congrats!

so i tried to setup activeCollab on my host ( mysql 5.0.22, php5, apache) you may take a look at my info.php

The Installation worked quick and fine, creating users, projects, tasks, milestones etc. is working properly.
The only Problem i encountered, was activeCollab not creating those Directorys for the Projects in /public/project_documents/ to store files/documents.

When i create a Directory for first project named "1" upload is workin fine.
If that directory for a project does not exist i get:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/var/www/virtual/therealgame.net/:/usr/share/php/:/tmp/) in /var/www/virtual/therealgame.net/htdocs/activeCollab/environment/functions/files.php on line 242

you may replicate the error by login to my installation with guest/guest.
And check out project "123" (internal #2) herefor the directory was not created by script in project_documents. So file-upload is not workin for this project.
For Project "schinken" (internal #1) i created it manuay and file-upload works as you can see. Just try uploading a file.

cheers, and keep up the good work!
avatar Staff
Ilija Studen on Jul 8. 2006. 10:21 am
Thanks!

Your host is from some reason restricting PHP for checking files and directories. is_dir() is simple function that checks if directory exists on the disk. Returns true or false, nothing more...

There is not much that I can do here :( Ask support to give check access for:

/var/www/virtual/therealgame.net/htdocs/activeCollab/public/files/project_documents/

Or, you must create folder for every single project manualy :|
activeCollab Team Member
avatar
nils on Jul 8. 2006. 10:33 am
thanks for your quick feedback!

the directory Naming for Projects is 1,2,3,4,5,6,7,8,9,10,11,12,13,14 and counting right?

i will check dat, and drop a note here if solved.
avatar Staff
Ilija Studen on Jul 8. 2006. 10:48 am
User project ID. Go to project overview page and see the value of active_project variable in address (GET value).
activeCollab Team Member
avatar
nils on Jul 8. 2006. 11:07 am
Yeah fine thanks,
what permission/chmod is need for those directories?

thx!
avatar
gog on Jul 8. 2006. 5:15 pm
Writable be you apache user (www-data for debian). It depends on your setup. But setting it to 666, or 777 will definitively work.
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