When I select a member it comes with this error this just happend this morning. this is confusing, maybe someone know whats happening. I got this error see link http://gyazo.com/08c4a5a86c8ca9dfe0f12336594ebb4b And Im working on umbraco 7.0.3
1: Go to /app_data/TEMP and delete all folders in here
2: Go to /config/ClientDependency.config and increment the version number
3: Recycle the app pool
I tried deleting all files in the temp folder at increment the version to 5 because it was already 4 but this made a lot of errors -_- so I set the version back to 4. the site runs again but I still got the error.
I'm stressing out right now this is horrible !
If anyone know someone I could text, I would gladly give him some money for the help. I really need this fixed as fast as possible.
Hi Dan, is it possible to share the code in how you select this member and some context where you do this? Have you tried republishing the nodes of your site?
I change the web.config so I could see the error message.
I now know the error. the error was coming if you have made a member group with comma "," the Umbraco normally prevent you from making this from the backed but not from the C# code unfortunately.
I tried with a dot "." after and the umbraco just made the member group but this make allot of errors after afterwards it's like umbraco interpret the name after "." as a file extension.
dont know if this is fixed in newer versions but I will say this is a bug.
Hi Henk and thanks to your attention to my question but I found the problem my self.
I didn't make the code my self course the error was in the backend of umbraco.
Umbraco member select error
When I select a member it comes with this error this just happend this morning. this is confusing, maybe someone know whats happening. I got this error see link http://gyazo.com/08c4a5a86c8ca9dfe0f12336594ebb4b And Im working on umbraco 7.0.3
Hi Dan
Could you try doing this
1: Go to /app_data/TEMP and delete all folders in here 2: Go to /config/ClientDependency.config and increment the version number 3: Recycle the app pool
Does that help?
/Jan
Can this make damage to the site or is this safe to do. Im pretty new to the umbraco world, so there for im asking.
Is it this version ?
Can this make damage to the site or is this safe to do. Im pretty new to the umbraco world, so there for im asking.
Is it this version ?
I tried deleting all files in the temp folder at increment the version to 5 because it was already 4 but this made a lot of errors -_- so I set the version back to 4. the site runs again but I still got the error.
I'm stressing out right now this is horrible !
If anyone know someone I could text, I would gladly give him some money for the help. I really need this fixed as fast as possible.
Hi Dan, is it possible to share the code in how you select this member and some context where you do this? Have you tried republishing the nodes of your site?
I change the web.config so I could see the error message. I now know the error. the error was coming if you have made a member group with comma "," the Umbraco normally prevent you from making this from the backed but not from the C# code unfortunately.
I tried with a dot "." after and the umbraco just made the member group but this make allot of errors after afterwards it's like umbraco interpret the name after "." as a file extension. dont know if this is fixed in newer versions but I will say this is a bug.
Hi Henk and thanks to your attention to my question but I found the problem my self. I didn't make the code my self course the error was in the backend of umbraco.
is working on a reply...