Error when when using any other kind of content than HTML on a page

mojoPortal is no longer supported on mono. This forum is here for archival purposes.

This thread is closed to new posts. You must sign in to post in the forums.
1/16/2009 5:43:25 PM
Gravatar
Total Posts 18439

Re: Error when when using any other kind of content than HTML on a page

the connection permission error never lies, permissions are per host by default with MySql so I think you need to give permission to 'youruser@localhost' or 'youruser@any'

What version of Mono and what OS are you using again? I've lost track.

The thread abort exception sounds like something I'm seeing in mono built from svn but not the 2.2 release. To get past it try copy the files from /Data/skins to /Data/Sites/1/skins/

The setup page tries to do this but it throws threadabort exceptions using current mono from svn

If the folder /Data/Sites/1/ exists it should skip this on the setup page.

Hope it helps,

Joe

1/16/2009 6:01:31 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

Page is back, still with the CombineCSS problem. (i had to change to .net 2.0 in Web.config)

But it seems, that the admin has not been created. i can't login.

 

damn this is frustrating

1/16/2009 6:05:16 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

Sorry,

i forget.

 

I am using Debian 4.0 etch, 2.6.18 custom-kernel on a parallels virtual guest os of my provider.

the mono-version should be 2.2, since i compiled it from source of latest release (to get the latest release on debian 4.0).

Mono JIT compiler version 20090112 (tarball Tue Jan 13 00:15:13 CET 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
 

which is 4 days old now...

 

hrmpf...

 

 

1/16/2009 6:08:35 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

strange thing is, that after restarting the process, the permission error was gone.

i am sure about the mysql host stuff. i configured it to work properly on localhost, thats the only place where i want the user to be from.

1/16/2009 6:12:04 PM
Gravatar
Total Posts 18439

Re: Error when when using any other kind of content than HTML on a page

Can you get a tarball of the Mono 2.2 release and try that, the latest Mono svn has been funky for me as well.

I hear ya bout the frustration, doing my best to help you, truly if you're a debian guy with no gui, you're miles ahead of me on the *nix stuff, I've struggled plenty and for me its best to stay with the opensuse builds since its always up to date with Mono.

Cheers,

Joe

1/16/2009 6:14:58 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

i switched back to apache2 now, dropped db again, and tried the setup.

my db connection is gone again, etc.

so i was searching google for the user.config which is not taken by mod_mono.

I found something funny to this dilemma:

http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg15240.html

seems that someone we both know had the same problem already again^^...

*still searching solution*

1/16/2009 6:17:44 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

I really noticed that you are doing your best.

You will get a bear later as well, its just i am frustrated about LINUX, mono  stuff etc.

one error -> fixed -> two new errors -> ...

:(

 

*g* and maybe its 01:08 local time here, so.. i am a bit tired. But hey, its weekend.

1/16/2009 6:26:22 PM
Gravatar
Total Posts 18439

Re: Error when when using any other kind of content than HTML on a page

Yes, its friday night, I'm switching to beer mode now myself and probably done posting for the evening. I'll follow up tomorrow and help if I can though.

Cheers,

Joe

1/16/2009 6:56:08 PM
Gravatar
Total Posts 44

Re: Error when when using any other kind of content than HTML on a page

k,

iam trying the 2.2 stable now, maybe i made a mistake with the versions of mono the last days... *confused*

6/19/2009 6:02:01 AM
Gravatar
Total Posts 5

Re: Error when when using any other kind of content than HTML on a page

I am having a similar issue. User.config will not read, so I put my connection string in web.config. Then i get setup error:

mojoSetup has detected that the database user does not have permission to alter the database schema

I added all permissions to that user except EXECUTE on that db, and most global permissions for that user. Restarted apache2 and mysql. Still same error.

I am running Ubuntu 9.04, mono 2.0.1-4, mysql 5.1.30.

7/1/2009 8:48:47 AM
Gravatar
Total Posts 5

Re: Error when when using any other kind of content than HTML on a page

My problem fixed. I'm not sure how I missed it, but my db user did not have drop permissions. Of course, all I was looking for was ALTER perms, so didnt know i needed DROP, until i walked through the setup code.

Now getting error on Woopra resource not found, but I'm hopeful now that I'm really close!

 

You must sign in to post in the forums. This thread is closed to new posts.