Hi,
I have done an upgrade from Litium version 7.1.0 to 7.7.9 and now the urls for the pages under the “Accelerator settings” are incorrect.
This issue has been raised before on the forum, although I can’t seem to find the solution for it:
I have done an upgrade from Litium 7.2.3 to 7.7.9.
I did this by upgrading all Nuget packages in the original 7.2.3 project.
In next step I corrected all build errors in the code.
Now I am running the project in a local iis on my own computer.
When I try to navigate to the pages under Accelerator in settings in back office, I get a 404 error.
[image]
I have noticed that for the URL one of these pages are:
xyz.localtest.me/Litium/Framework/Frame.aspx/Litium/appSettings/accelerator/filter
I…
Please advise
Litium version: 7.7.9
motsvki
December 15, 2022, 8:24am
2
My solution was to manualy change the links on /Litium.Accelerator.Mvc/Site/Administration/Settings/SettingsPageSetup.cs
to
pages.Add(new ControlPanelPage("~/Litium/UI/settings/iframe/%2FLitium%2FappSettings%2Faccelerator%2Findexing", "accelerator.indexing.setting", ControlPanelPagePermission.All)
and
pages.Add(new ControlPanelPage("~/Litium/UI/settings/iframe/%2FLitium%2FappSettings%2Faccelerator%2Ffilter", "accelerator.filter.setting", ControlPanelPagePermission.All)
Might be a bit hacky but it worked for me.
1 Like
It worked perfectly! Thanks
system
Closed
January 13, 2023, 9:33am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.