Login or Register

RSS IconRecent posts in this topic

avatar
River on Apr 18. 2008. 9:03 pm
@kthomas,ebatte,Ilija - thank you for your quick help! I didn't check the Role settings - it's clear now.

@Ilija, I followed the instructions in this post http://www.activecollab.com/forums/post/12240/#post12240 and installed all available modules.

Than I recognized that I can easily deinstall the module e.g. Exporter. But for all system modules the uninstall options is not provided.


avatar
Ilija Studen on Apr 18. 2008. 9:14 pm
To have non-system modules actually marked as non-system execute following query:

UPDATE acx_modules SET is_system = '0' WHERE name NOT IN ('system', 'resources', 'milestones')


When done delete all cch_ files from /cache folder and refresh modules page.

I've added this to upgrade script so it will be handled automatically in the future builds.
activeCollab team member | LinkedIn
avatar
River on Apr 18. 2008. 9:28 pm
yep! now it works - only the 3 modules: system, resources, milestone are marked as "system modules"

Thank you !
avatar
hazard on Apr 20. 2008. 1:12 pm
I installed latest beta, but have problems creating new users. It asks me whether I would like for new users to have rights in new projects automatically,.and after submitting the form I get an error like "cannot call getid on something which is not an object" in application/modules/system/functions.php line 15.

FC4/PHP 5.0.4 (old, I know)
avatar
Ilija Studen on Apr 20. 2008. 2:37 pm
That is a known issue. Please check the end of the this post. This problem will be fixed in the next build.
activeCollab team member | LinkedIn
avatar
hazard on Apr 20. 2008. 3:27 pm
That fixed it!

I checked the forum before to see if its a known bug, but somehow missed that post...

RSS IconRecent posts in this topic