[OGo-Users] SKYRIX: Could not execute command view for types: <NGMimeType: eo-gid/project>

James D Bearden users@opengroupware.org
Tue, 14 Nov 2006 13:11:00 -0600


Adam,

Thanks a lot, that did the trick. I can't wait to dig into ogo more, but
from what little time I have been able to spend so far it looks very
nice. In case anybody is interested, here is the short version (based on
howtos from earlier versions) of what I had to do to get
OpenGroupware.org running on ubuntu dapper. Once you figure it out the
quirks it's pretty easy.

# Update sources
echo deb http://download.opengroupware.org/nightly/packages/debian sarge
releases/opengroupware-1.1.6-yummy releases/sope-4.5.9-maple
releases/ThirdParty >> /etc/apt/sources.list

# Install software
apt-get update
apt-get install postgresql apache2 apache2-mpm-prefork opengroupware.org
libapache2-mod-ngobjweb opengroupware.org-environment
opengroupware.org-skyaptnotify libopengroupware.org-fs-project5.3

# Configure postgresql
  * Edit /etc/postgresql/7.4/main/postgresql.conf
     "#tcpip_socket = false" -> "tcpip_socket = true"
  * Edit /etc/postgresql/7.4/main/pg_hba.conf'
     Add line "host  ogo  ogo  127.0.0.1  255.255.255.255 password"
     before "host  all  all  127.0.0.1  255.255.255.255  ident sameuser"

# Configure apache2
ln
-s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/

/etc/init.d/postgresql-7.4 restart
/etc/init.d/apache2 restart
/etc/init.d/opengroupware.org restart
update-rc.d opengroupware.org defaults

# Set root password
 * Goto  http://localhost/OpenGroupware
   -> Preferences -> Edit Password

# Set up email appointment reminders
  * su - ogo
  * Defaults write skyaptnotify AptNotifySkyrixUser root
  * Defaults write skyaptnotify AptNotifySkyrixPassword
"THE_ROOT_PASSWORD"





> Subject: Re: [OGo-Users] SKYRIX: Could not execute command view for types:
> 	<NGMimeType: eo-gid/project>
> From: Adam Williams <awilliam@whitemice.org>
> To: users@opengroupware.org
> Date: Mon, 13 Nov 2006 20:38:32 -0500
> Reply-To: users@opengroupware.org
> 
> > I just installed OGO 1.1.6 and I am having a problem viewing projects. I
> > searched the mailing list and I found other reports of this exact
> > problem but no solutions. 
> > When I click on a project I get the error: 
> >  SKYRIX: Could not execute command view for types: <NGMimeType:
> > eo-gid/project>
> > When I look at the webui.log I get:
> >  Nov 13 23:48:24 ogo-webui-1.1 [19946]: ERROR[-[OGoFileManagerFactory
> > fileManagerInContext:forProject:]] found no filemanager class for scheme
> > file: <_NSAbsoluteFileURL 0x08ea2c34:
> > 'file:///var/lib/opengroupware.org/skyfs/10460'>
> > Nov 13 23:48:24 ogo-webui-1.1 [19946]: SkyProject4Viewer couldn't create
> > filemanager for gid <0x0x8eb1d04[EOKeyGlobalID]: Project 10470>
> > Nov 13 23:48:24 ogo-webui-1.1 [19946]: [WARN] (4DEA4DEA0145590394) Could
> > not execute command view for types (
> >     <NGMimeType: eo-gid/project>
> > deb http://download.opengroupware.org/nightly/packages/debian sarge
> > releases/opengroupware-1.1.6-yummy releases/sope-4.5.9-maple
> > releases/ThirdParty
> > Any help would be greatly appreciated, as projects are currently
> > unusable.
> 
> You are probably missing the libopengroupware.org-fs-project... package.
> 
> 
> 
> --__--__--
>