Hello there,
Just discovered the great features in this software. I would like to
try it. There are many install issues I'm encountering. Help would be
appreciated.
I downloaded FunnelWeb-2.1.0.644.zip, added the IIS permissions on
filesystem. I also added the db_owner role to the IIS app pool user in
my .\MSSQLSERVER database. So it looks fine to me.
Now on the web side here are the issues:
The / page redirects me to /admin/login?databaseIssue=true. The page
is asking me a password I don't know and there's a tiny error message
which does mean nothing at all:
"The database used by your FunnelWeb installation is either offline,
out of date or has not been configured correctly. To resolve this
issue, you will need to log in with the username and password from
your web.config file. "
I read about a /install url to open. There a nice
ASP.NET error page:
Invalid object name 'dbo.Comment'.
...
System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source)
+4222965
FunnelWeb.Repositories.Queries.EntryByNameQuery.Execute(ISession
session, IDatabaseProvider databaseProvider) +2760
FunnelWeb.Repositories.NHibernateRepository.Find(IQuery`1 query)
+87
FunnelWeb.Repositories.NHibernateRepository.FindFirstOrDefault(IQuery`1
query) +59
FunnelWeb.Web.Controllers.WikiController.Page(PageName page,
Nullable`1 revision) +308
...
I'm not sure it's a config issue. I did not changed the Web.Config and
I changed the My.config to this:
<funnelweb>
<setting key="funnelweb.configuration.database.connection"
value="database=FunnelWeb;server=.\MSSQLSERVER;Integrated
Security=true;" />
<setting key="funnelweb.configuration.database.schema" value="dbo" /
>
<setting key="funnelweb.configuration.database.provider"
value="sql" />
</funnelweb>
Note: I removed a few bits (xml header, xml schemas) for better
reading.
By the way, there are 2 things I'd like to say:
* The install instructions I found on the web are all obsolete. None
of them helped.
* I'd like to contribute later. The OpenGraph feature seems not to be
here and I would like to push you the code later (if in any way this
thing can be installed).