Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Paging broken in store admin | select subsequent pages

$
0
0
jstewart_au wrote:
Thanks Dave, I have upgraded from 7.2.0 NBstore and it has changed the path but still not luck. The upgrade has broken the file manager. I will need to investigate and fix before I can move on. Have you heard of the upgrade breaking the file manager?
http://jamesstewart.photography/Default.aspx?tabid=90&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0

http://jamesstewart.photography:80/Store-Admin/ctl/AdminProduct/mid/525/CatID/3/currentpage/4?SkinSrc=/DesktopModules/NB_Store/Skins/Dark/
The second link does show the typical signs of the url-writer in webconfig being set to "Advanced" mode, check your webconfig file and if the following line is as follows:
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="advanced" />
try this change:
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="humanfriendly" />
File manager
I have not found any issues with filemanager breaking as a result of recent upgrades, however it should be noted that if you do change the url-rewriter mode then you should clear the browser cache each time the mode is changed because we have noticed some strange behaviour if it is note cleared.

Dave
DNN version 7.2.2 appears to have no more issues in the Back Office however the action menu on the product list for "add Product" still breaks, this appears to be related to how the action menu handles parameters, but I have not found any solution to that issue.


Hope this helps.
Craig

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>