Page 1 of 1

Administer Profiles 404

PostPosted:Mon Nov 05, 2012 9:57 am
by Azarl
When I create a user profile and edit it I get an error:
Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
It's only when certain fields are changed and I try to save the changes. For example I can check all the Menu File & Menu Edit boxes and save without problem but when I check Toolbar > Create Folder or any of the Tab Document except Properties this occurs. I've tried reinstalling and even reinstalling with a MySQL database and it still occurs.

Version 6.2.1-Dev (build 7675)

Re: Administer Profiles 404

PostPosted:Tue Nov 06, 2012 11:44 am
by pavila
I can't reproduce the issue with current nigh build, or perhaps I'm not doing the same thing. Please, can you give me more deailed steps.

Re: Administer Profiles 404

PostPosted:Sun Nov 11, 2012 9:29 am
by bc_santana
I ran into the same problem
Apparently this occurs when selecting (Remove note) from Menu edit
kindly advice on this issue

thanx
=============================================================
[Update - Solved]
Apparently this was an IIS issue
i managed to fix it by changing Maximum query string length from Request Filtering in IIS Manager
now its working very well

thanx again

Re: Administer Profiles 404

PostPosted:Mon Nov 12, 2012 7:40 pm
by jllort
Can you post here some screenshot and how to solve it with more detail. We will add in our online documentation and if other user has the same problem will have documented how to solve it.

Re: Administer Profiles 404

PostPosted:Tue Nov 13, 2012 6:24 am
by bc_santana
When using IIS as a web server by default it has a limit for the query string sent to the server
in our case this happens when using the profile edit screen because it sends a long query in order to save the changes
this is the error screen on the client side:

Image

while on the server side we get a more detailed error:

Image

To solve this issue we need to increase the maximum size of the query string on the web server:

1- Open Internet Information Services (IIS) Manager

2- In the Connections pane, go to the connection, site, application, or directory for which you want to modify your request filtering settings.

3- In the Home pane, double-click Request Filtering.

Image

4- Click Edit Feature Settings... in the Actions pane.

Image

5- Change the maximum query string length

Image

In my case it was 2048 by default so i changed it to 4096
now i dont get the error any more

hope this could help out
cheers

Re: Administer Profiles 404

PostPosted:Wed Nov 14, 2012 7:42 pm
by jllort
Thanks for your support I have added this information at http://wiki.openkm.com/index.php/Troubl ... _or_404.15

Re: Administer Profiles 404

PostPosted:Sat Nov 17, 2012 8:13 am
by bc_santana
thanx :)

Re: Administer Profiles 404

PostPosted:Sat Nov 24, 2012 2:31 pm
by Azarl
Thank you