XML Parsing Error: no element found

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/16/2010 9:08:28 PM
Gravatar
Total Posts 4

XML Parsing Error: no element found

Hi,

Using MojoPortal 2.3.3.9,  MSSQL 2005 database, deployed on Windows server at GoDaddy.

After creating and testing my basic site locally, I have deployed to host.

I hit the url: http://www.electcriagriley.com

and I get a blank page.

I hit: http://www.electcraigriley.com/default.aspx

and I get:

XML Parsing Error: no element found
Location: http://www.electcraigriley.com/default.aspx
Line Number 1, Column 1:

No logging in Data\currentlog.config

Have enabled trace in web.config:

<trace enabled="true" writeToDiagnosticsTrace="true" requestLimit="50" pageOutput="true" traceMode="SortByTime" localOnly="false" />

Questions:

1) shouldn't the first url, http://www.electcriagriley.com have hit the default.aspx?

2) What could be wrong with the second url? 

Thanks,

Riley
 

3/17/2010 9:21:10 AM
Gravatar
Total Posts 18439

Re: XML Parsing Error: no element found

Hi,

1. Only if you have specified Default.aspx as the default document

2. Are you sure your site is not configured for ASP.NET 1.1? It needs to be configured for 2.0

3. When I visit http://www.electcraigriley.com/Setup/Default.aspx I see that you do not have folder permissions correctly configured therefore it cannot write to the log.

4. See Medium Trust documentation

5. I would disable trace until other issues are resolved as trace can have some conflicts and cause problems with some components

Hope it helps,

Joe

3/17/2010 10:38:20 AM
Gravatar
Total Posts 4

Re: XML Parsing Error: no element found

Joe, thanks for the help.

The root of the problem was the host requires Medium Trust, had figured that out by trial and error.  Also, as you said, the trace setting seemed to cause its own problem that muddied the issue.

Will look into those folder permissions.

Got the site up now!!!  Great product!  Well done all.

Riley

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