Error on Admin Section

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.
12/6/2004 1:29:59 PM
Gravatar
Total Posts 8

Re: Error on Admin Section

ok the section Add/Edit Pages Now show, but Add new page don't? work it show a blank page, and i have find this error when clicked on Admin link on home page
Bye,
Sebastian

System.IO.FileNotFoundException: File '/home/wwwrun/dotnet/portal/Admin/Users.ascx' not found.
in <0x00215> System.IO.StreamReader:.ctor (string,System.Text.Encoding,bool,int)
in <0x0001a> System.IO.StreamReader:.ctor (string,System.Text.Encoding)
in <0x00069> (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
in <0x0003e> System.Web.Compilation.AspGenerator:InitParser (string)
in <0x000f4> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00036> System.Web.UI.UserControlParser:CompileIntoType ()
in <0x00041> System.Web.UI.UserControlParser:GetCompiledType (string,string,System.Web.HttpContext)
in <0x000b4> System.Web.UI.TemplateControl:GetTypeFromControlPath (string)
in <0x0001d> System.Web.UI.TemplateControl:LoadControl (string)
in <0x0060c> mojoPortal.Web.SiteHome:Page_Load (object,System.EventArgs)
in <0x00069> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x00067> System.Web.UI.Control:OnLoad (System.EventArgs)
in <0x00024> System.Web.UI.Control:LoadRecursive ()
in <0x00198> System.Web.UI.Page:InternalProcessRequest ()
in <0x000c2> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
in <0x002eb> ExecuteHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool)
12/6/2004 2:49:37 PM
Gravatar
Total Posts 18439

Re: Error on Admin Section

The error when you click the admin page link is because I forgot to remove something from the create data script when I removed the Users.ascx module. To fix that you need to

DELETE FROM mp_ModuleDefinitions WHERE ModuleDefID = 15

and also

DELETE FROM mp_Modules WHERE ModuleDefID = 15

The users are now managed from the Member List Page by login as admin, Users.ascx no longer exists in the project.

I will fix the create data script for the next release.

I'll look into the blank page issue next.

12/7/2004 12:40:47 AM
Gravatar
Total Posts 18439

Re: Error on Admin Section

The blank page is a broken link, it should be pointing to PageSettings.aspx not PageLayout.aspx. I will have a new release with this fixed by the weekend.
12/7/2004 2:07:56 AM
Gravatar
Total Posts 8

Re: Error on Admin Section

Ok no problem ;)
thank you for the help
Sebastian
7/29/2011 6:33:23 PM
Gravatar
Total Posts 1

Re: Error on Admin Section

Hi,

after the upgrade to version 2.3.6.7 when I click on admin menu (after login) I get the following error (excuse me for my english)

---------

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

---------

post scriptum

I can modify existing page with modify menu but I Can't access to the admin section

7/30/2011 7:51:06 AM
Gravatar
Total Posts 18439

Re: Error on Admin Section

most likely the problem is that you did not use the Web.config file that shipped with the new version of mojoPortal, you kept your old one. You need to use the new one and restore your customizations such as machine key from the old one.

If that doesn't solve it then start with Basic Troubleshooting

Hope that helps,

Joe

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