Try our conversational search powered by Generative AI!

Can't access edit-mode after upgrading to 8.0

Vote:
 

Hello! After upgrading to 8.0, I can't no longer access edit-mode. I get this url after trying to access it:

blablabla.local/Util/login.aspx?ReturnUrl=%2fepiui

and "The resource cannot be found".

If I look in episerver.config the ui-path is set to this: 

uiUrl="~/epiui/CMS/"

Thanks in advance!

#118313
Mar 04, 2015 10:17
Vote:
 

Anyone?

#118721
Mar 12, 2015 12:43
Vote:
 

try /episerver/cms

#118726
Mar 12, 2015 12:50
Vote:
 

Then I get redirected to blablabla.local/Not-found/.

#118727
Mar 12, 2015 12:56
Vote:
 

search for "EPiServerUI" in web.config, try the location paths you find EPiServerUI in.

#118728
Mar 12, 2015 13:03
Vote:
 

I find two:

<location path="util">

<location path="epiui">

none of them works.

I tried replacing them with location-tags (and all its children) from a project where the UI works, but it still generates the same problem.

#118853
Mar 16, 2015 15:15
Vote:
 

This is in the database now, look at the the table sitesettings

#118857
Mar 16, 2015 15:40
Vote:
 

And it more seems like you does not have the right modules files

you might have to run a script let to move from appdata/modules to _protected/modules

#118858
Mar 16, 2015 15:43
Vote:
 

Thanks for the reply. I can't find the table "sitesettings", the closest I find is "tblSiteConfig", but I don't find anything related to EpiserverUI there.

Where do I acquire these scripts for moving modules?

#119050
Mar 19, 2015 15:54
Vote:
 

Sorry, it is not in the database, it is in web config and you have found it and written it in your description, I must have missed it when I read on the phone :-)

If you look in the folder modules\_protected in your web root, what do you have there, any folders?

The script I was refering to is to move addon's and this is not an addon, but it is: Move-EPiServerProtectedModules

#119052
Mar 19, 2015 16:08
Vote:
 

Yes, but it seems it has been "replcaed" with applicationSettings-tag: 

And the sites section that has been with us for so long is no longer there. Some of it has been moved to the section above (applicationSettings), and some of it to the database.

So I guess that's correct. Here is the contents of that folder:

  • modules/_protected
    • CMS
      • EPiServer.Cms.Shell.UI.zip
      • web.config
    • EPiServer.Packaging.UI
      • EPiServer.Packaging.UI.zip
      • web.config
    • Shell
      • EPiServer.Shell.UI.zip
      • web.config
    • repository.config

And:

  • modulesbin
    • EPiServer.Cms.Shell.UI.dll
    • EPiServer.Packaging.dll
    • EPiServer.Packaging.UI.dll
    • EPiServer.Shell.UI.dll
    • NuGet.Core.dll
#119064
Mar 20, 2015 8:16
Vote:
 

First delete all the files in the modulesbin folder, you do not need them anymore.

See what happens after that

#119066
Mar 20, 2015 8:39
Vote:
 

I would install a new EPiServer 8 site and compare directories and config from that installation. Specially the modules and modulesbin folder, but also the ..\AppData-folder, it can contain some old files that needs to be removed.

#119067
Mar 20, 2015 8:58
Vote:
 

Look in this thread and try out the answer there.

http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=118939&epslanguage=en

#119073
Mar 20, 2015 10:22
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.