Parser error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/18/2008 6:03:32 PM
Gravatar
Total Posts 4

Parser error

Hi,

I have problem with updating user profile informations. When user wants to edit his profile he gets:

Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'portal:SubscriberPreferences'.

Source Error:

Line 82:
Line 83: <ext:Tab ID="tabNewsletters" runat="server" Visible="false" CssClass="modulecontent">
Line 84: <portal:SubscriberPreferences id="newsLetterPrefs" runat="server" Visible="false"></portal:SubscriberPreferences>
Line 85: </ext:Tab>
Line 86:

Source File: /Secure/UserProfile.aspx Line: 84

Does anyone knows what could be the problem? How to solve problem?

1/18/2008 6:10:05 PM
Gravatar
Total Posts 18439

Re: Parser error

Most likely cause, this is missing from the <pages><controls>... section of your Web.config

<add tagPrefix="portal" tagName="SubscriberPreferences" src="~/Controls/SubscriberPreferencesControl.ascx" />

I just looked and it seems I left this out of the Web.mediumtrust.config so if you used that it would explain it, or if you upgraded but tried to keep your previous Web.config

If the later I recommend you get the new version of Web.config and restore any customizations from your previous to be sure you have all th enew settings.

Hope it helps,

Joe

1/18/2008 7:45:55 PM
Gravatar
Total Posts 4

Re: Parser error

Problem is solved. Thank you. Greetings from Serbia.

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