﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>strange issue while saving forum settings</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) APG vNext Support Forum</copyright><ttl>30</ttl><item><title>Re:strange issue while saving forum settings (JimL)</title><description> Working fine now. Thanks for your time, patience and effort in working with me to find a solution. :)&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405406</link><pubDate>Sat, 23 Oct 2010 20:41:37 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> thanks for your detailed report.&lt;br&gt; &amp;nbsp;&lt;br&gt; To fix it, please use this patch by putting the content under ~/AdminCP, overwriting an existing file.&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405405</link><pubDate>Sat, 23 Oct 2010 18:00:29 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> I only had errors from the server tests which I corrected. &lt;br&gt;Here's&amp;nbsp;a screen cap video of how I repro this: &lt;br&gt;screencast.com/t/9tZPHybw0xV&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405404</link><pubDate>Sat, 23 Oct 2010 15:22:14 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> hmm.. thanks for the report.. I am unable to reproduce the issue. Are you sure you are not seeing any error logged in the error log?&lt;br&gt; &amp;nbsp;&lt;br&gt; AdminCP -&amp;gt; System Related -&amp;gt; Error Log&lt;br&gt; &amp;nbsp;&lt;br&gt; There might be errors not imported yet (shown at the top of the log page, if there is any)&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405403</link><pubDate>Sat, 23 Oct 2010 14:36:49 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> I had done that before and I didn't notice it, but you're right. There is a bug in the avatar section. If you disable (uncheck)&amp;nbsp;everything in the avatar section, save and then refresh the admincp, you'll notice that the Avatar dimension limit&amp;nbsp;is set to 0 and has to be a min of 20.&amp;nbsp;So I set it to 20 and hit save again.. works. But when I refresh the page, that limit is back at 0 again.&lt;br&gt; &amp;nbsp;&lt;br&gt; &amp;nbsp;&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405402</link><pubDate>Sat, 23 Oct 2010 12:36:07 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (FreddyD)</title><description> Check one thing:&lt;br&gt;&lt;br&gt;go through the 4 tabs and see if there is anything entered incorrectly. Probably one or more of the validators fired and stopped the postback.</description><link>http://www.aspplayground.net/forum/FindPost/405401</link><pubDate>Sat, 23 Oct 2010 11:38:28 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> Yep, checked XHR requests using firebug... nothing gets sent. It's only on the "Site Parameter Settings" tab.. everything else works as expected. &lt;br&gt;No JS errors are reported either and it happens in both IE and FireFox.&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405400</link><pubDate>Sat, 23 Oct 2010 10:26:35 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> Most of the AdminCP postback actions are actually Ajax postback (e.g updatepanel postback) meaning you wouldn't know if anything executes without checking the XHR activity using something like Firebug (or any of the development tool that comes with your browser).&lt;br&gt; &amp;nbsp;&lt;br&gt; I really never received report about this behavior. How about reloading the page and see if the buttons come back to life?&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405398</link><pubDate>Fri, 22 Oct 2010 22:53:38 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> Agreed, but that shouldn't prevent the javascript from executing the post back. What I'm saying is that the post back never executes. And even if the pool was recycled, the request to the server via the post back would spin it up again.&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405396</link><pubDate>Fri, 22 Oct 2010 19:04:43 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> if you leave the page for a while, the appdomain will recycle itself. This is the behavior ASP.NET employs to save memory. You can add a machine key to your web.config so that this behavior does not bother you.&lt;br&gt; &amp;nbsp;&lt;br&gt; there is a machine key generator in the AdminCP -&amp;gt; system related options -&amp;gt; Basic Maintenance.&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405395</link><pubDate>Fri, 22 Oct 2010 16:54:23 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> I don't know how it starts. But usually what I do is go in and deselect all other themes except my custom one (which I also set to default in web.confg). Disable all emoticons, disable gallery, calendar and birthdays. Also disable avatars and allow quick reply. That's pretty much it. I'm able to save a few times.. but if I leave the admin cp open for a while and come back, it just stops working.&amp;nbsp; No errors are logged. The postback won't fire. When I launch debugger, no break points are hit for the handler. It's really odd...&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405394</link><pubDate>Fri, 22 Oct 2010 16:41:04 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> Do you have a way to reproduce the issue?&lt;br&gt; &amp;nbsp;&lt;br&gt; FYI, you can catch the exact error in the error log @ AdminCP -&amp;gt; System Related options -&amp;gt; Error Log&lt;br&gt; &amp;nbsp;&lt;br&gt; &amp;nbsp;&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405393</link><pubDate>Fri, 22 Oct 2010 15:37:49 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (JimL)</title><description> there wasn't one until I disabled validation on the save button. The button simply wouldn't fire any post back and I didn't see any page level form validation.&lt;br&gt; &amp;nbsp;&lt;br&gt; the error I did get when I disabled validation was:&lt;br&gt; &lt;font face="consolas"&gt;&lt;font color="#ff8000"&gt;&lt;font face="consolas"&gt;&lt;font color="#ff8000"&gt; There are certain errors in this page. Please examine the values you entered into the various textboxes.&lt;br&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405392</link><pubDate>Fri, 22 Oct 2010 15:33:53 GMT</pubDate></item><item><title>Re:strange issue while saving forum settings (APGvNext (Sam))</title><description> Haven't heard of such problem before. What error message did you see when you post?&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405390</link><pubDate>Fri, 22 Oct 2010 15:02:49 GMT</pubDate></item><item><title>strange issue while saving forum settings (JimL)</title><description> I was setting up the forum configuration items, turning off calendar and galleries, birthday display etc.. and then *blam*, lost all ability to post. I turned off validation on the button and tried and ran through the debugger to see that&amp;nbsp; the page was invalid. As I didn't know what data was causing it, I had to restore the db from scratch. This was a non-issue as I am just testing it all, but have you run into anything like this before?&lt;br&gt;</description><link>http://www.aspplayground.net/forum/FindPost/405389</link><pubDate>Fri, 22 Oct 2010 14:56:16 GMT</pubDate></item></channel></rss>