My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 28, 2009
    issue 5 (Url Rewrite failing) commented on by sanjazubia   -   The solution in Comment 1 didn't work for me in IIS7. I would still get a 404 and the error would say that the StaticFile handler was still being used. I was able to resolve the issue by following the steps described on this page http://www.improve.dk/blog/2006/12/11/making-url-rewriting-on-iis7-work-like-iis6
    The solution in Comment 1 didn't work for me in IIS7. I would still get a 404 and the error would say that the StaticFile handler was still being used. I was able to resolve the issue by following the steps described on this page http://www.improve.dk/blog/2006/12/11/making-url-rewriting-on-iis7-work-like-iis6
  • Jun 22, 2009
    Stacked-Source.zip (Stacked Source 0.6) file uploaded by polterguy   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Jun 22, 2009
    Stacked-Binaries.zip (Binaries version 0.6) file uploaded by polterguy   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Jun 06, 2009
    issue 4 (Ajax login box in IE) commented on by venkata.janga   -   hi ...I am just testing with comment box
    hi ...I am just testing with comment box
  • Jun 02, 2009
    r96 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Jun 02, 2009
    r95 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Jun 02, 2009
    r94 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Jun 01, 2009
    r93 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 28, 2009
    r92 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 26, 2009
    r91 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 26, 2009
    r90 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 25, 2009
    r89 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 25, 2009
    r88 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 25, 2009
    r87 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 25, 2009
    r86 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 25, 2009
    r85 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 22, 2009
    r84 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • May 22, 2009
    r83 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Mar 09, 2009
    issue 5 (Url Rewrite failing) commented on by goo...@szabat.com   -   You need to configure IIS to make all requests hit ASP.NET process instead of only some of them ("*.aspx", etc). Open your IIS Manager => stacked website properties => configuration => double click ".asax" extension => select Executable path, copy it to clipboard (should be sth like "c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll") => Cancel => Under "Wildcat aplication maps, click INSERT => Paste path to "Executable:" textbox => Uncheck "Verify that file exists" => OK => OK => OK => Should work now.
    You need to configure IIS to make all requests hit ASP.NET process instead of only some of them ("*.aspx", etc). Open your IIS Manager => stacked website properties => configuration => double click ".asax" extension => select Executable path, copy it to clipboard (should be sth like "c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll") => Cancel => Under "Wildcat aplication maps, click INSERT => Paste path to "Executable:" textbox => Uncheck "Verify that file exists" => OK => OK => OK => Should work now.
  • Mar 09, 2009
    DownloadAlternative (Lawsuit update) Wiki page edited by kariem.elkoush
  • Mar 09, 2009
    SourceAlternative (Lawsuit update) Wiki page added by kariem.elkoush
  • Mar 09, 2009
    2 Wiki pages changed by kariem.elkoush   -  
    Deleted DownloadsAlternative
    Deleted DownloadsAlternative
  • Mar 09, 2009
    DownloadsAlternative (Lawsuit update) Wiki page edited by kariem.elkoush
  • Mar 09, 2009
    DownloadsAlternative (Lawsuit update) Wiki page edited by kariem.elkoush
  • Mar 09, 2009
    DownloadsAlternative (Lawsuit update) Wiki page added by kariem.elkoush
  • Feb 20, 2009
    issue 5 (Url Rewrite failing) reported by affan05   -   What steps will reproduce the problem? 1. Any link that activates URL rewrite, ie .user and .quiz pages 2. Gives 404 Page not found error 3. What is the expected output? What do you see instead? It is supposed to rewrite to the correct page. for example ~/a.quiz should go to item.aspx?id=a but it is not. What version of the product are you using? On what operating system? latest revision with SQL DB patch provided from other issue Please provide any additional information below.
    What steps will reproduce the problem? 1. Any link that activates URL rewrite, ie .user and .quiz pages 2. Gives 404 Page not found error 3. What is the expected output? What do you see instead? It is supposed to rewrite to the correct page. for example ~/a.quiz should go to item.aspx?id=a but it is not. What version of the product are you using? On what operating system? latest revision with SQL DB patch provided from other issue Please provide any additional information below.
  • Feb 19, 2009
    issue 4 (Ajax login box in IE) commented on by affan05   -   Actually, I did the "run in compatibility mode" which makes it work.. dont know why everything freezes up on IE 8.
    Actually, I did the "run in compatibility mode" which makes it work.. dont know why everything freezes up on IE 8.
  • Feb 19, 2009
    issue 4 (Ajax login box in IE) reported by affan05   -   What steps will reproduce the problem? 1. Create fresh installation on mySql5 2. Open page in IE, dismiss the "you fail for using IE" box 3. Press login, but then try to "close" or "move" the box What is the expected output? What do you see instead? If i close it, it should close. It dosnt close at all in IE 8. If I try moving it, it dosnt work either. What version of the product are you using? On what operating system? IE 8 RC1 on Vista Sp1 (home edition) Please provide any additional information below. Please don't tell me to not use IE... Most of my visitors are gonna be using IE.
    What steps will reproduce the problem? 1. Create fresh installation on mySql5 2. Open page in IE, dismiss the "you fail for using IE" box 3. Press login, but then try to "close" or "move" the box What is the expected output? What do you see instead? If i close it, it should close. It dosnt close at all in IE 8. If I try moving it, it dosnt work either. What version of the product are you using? On what operating system? IE 8 RC1 on Vista Sp1 (home edition) Please provide any additional information below. Please don't tell me to not use IE... Most of my visitors are gonna be using IE.
  • Jan 06, 2009
    r76 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Jan 06, 2009
    r75 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Jan 02, 2009
    issue 1 (Database) commented on by amrelgarhy81   -   yes, i got it, its working now
    yes, i got it, its working now
  • Jan 02, 2009
    issue 1 (Database) commented on by goo...@szabat.com   -   Use tortoise "apply patch" command. Or simply replace your WebSite\App_Code\QuitItem.cs with this one attached. Hope it helps :)
    Use tortoise "apply patch" command. Or simply replace your WebSite\App_Code\QuitItem.cs with this one attached. Hope it helps :)
  • Jan 02, 2009
    issue 1 (Database) commented on by amrelgarhy81   -   sorry,i don't know how to use this patch file, how can this patch file solve the problem. can you help me
    sorry,i don't know how to use this patch file, how can this patch file solve the problem. can you help me
  • Jan 02, 2009
    issue 1 (Database) commented on by goo...@szabat.com   -   The same problem I got on sql 2005. I created patch to solve it - attached to issue 2: http://code.google.com/p/stacked/issues/detail?id=2
    The same problem I got on sql 2005. I created patch to solve it - attached to issue 2: http://code.google.com/p/stacked/issues/detail?id=2
  • Jan 02, 2009
    issue 1 (Database) commented on by amrelgarhy81   -   Hi, I created a database called stacked in mysql db, and ran the website but i got this error: ""Could not perform ExecuteQuery for QuizItem"" For more info about the error please check the attached screen shot. Thanks,
    Hi, I created a database called stacked in mysql db, and ran the website but i got this error: ""Could not perform ExecuteQuery for QuizItem"" For more info about the error please check the attached screen shot. Thanks,
  • Jan 02, 2009
    issue 2 (Application doesn't start on MSSQL 2005) commented on by goo...@szabat.com   -   Patch included
    Patch included
  • Jan 02, 2009
    issue 2 (Application doesn't start on MSSQL 2005) reported by goo...@szabat.com   -   What steps will reproduce the problem? 1. svn checkout 2. create web.config , configure to use mssql 2005. i.e: <activerecord isWeb="true"> <config> <add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver"/> <add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2005Dialect"/> <add key="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider"/> <add key="hibernate.connection.connection_string" value="Data Source=BARTEK-2K3;Initial Catalog=Stacked;Integrated Security=True"/> </config> </activerecord> 3. Start What is the expected output? What do you see instead? Expected clean homepage. Got exception: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. Line 35: oper.FriendlyName = "default"; Line 36: oper.IsAdmin = true; Line 37: oper.Create(); Line 38: } Line 39: } Source File: c:\prj\!ro\stacked-read-only\WebSite\Global.asax Line: 37 After fixing this exception by using Nullable<DateTime> got another exception: Incorrect syntax near 'limit'. Incorrect syntax near the keyword 'order'. Line 316: return retVal.Execute(); Source File: c:\prj\!ro\stacked-read-only\WebSite\App_Code\QuizItem.cs What version of the product are you using? On what operating system? svn rev 74, MSSQL 2005 Please provide any additional information below. 1. http://rkse.blogspot.com/2007/06/when-it-comes-to-nhibernate-dates- are.html 2. LIMIT is not supported on MSSQL, lets use MAX
    What steps will reproduce the problem? 1. svn checkout 2. create web.config , configure to use mssql 2005. i.e: <activerecord isWeb="true"> <config> <add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver"/> <add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2005Dialect"/> <add key="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider"/> <add key="hibernate.connection.connection_string" value="Data Source=BARTEK-2K3;Initial Catalog=Stacked;Integrated Security=True"/> </config> </activerecord> 3. Start What is the expected output? What do you see instead? Expected clean homepage. Got exception: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. Line 35: oper.FriendlyName = "default"; Line 36: oper.IsAdmin = true; Line 37: oper.Create(); Line 38: } Line 39: } Source File: c:\prj\!ro\stacked-read-only\WebSite\Global.asax Line: 37 After fixing this exception by using Nullable<DateTime> got another exception: Incorrect syntax near 'limit'. Incorrect syntax near the keyword 'order'. Line 316: return retVal.Execute(); Source File: c:\prj\!ro\stacked-read-only\WebSite\App_Code\QuizItem.cs What version of the product are you using? On what operating system? svn rev 74, MSSQL 2005 Please provide any additional information below. 1. http://rkse.blogspot.com/2007/06/when-it-comes-to-nhibernate-dates- are.html 2. LIMIT is not supported on MSSQL, lets use MAX
  • Jan 02, 2009
    issue 1 (Database) commented on by goo...@szabat.com   -   Look at Global.asax, Application_Start method. Database Schema is created by application on first start. "Castle.ActiveRecord.ActiveRecordStarter.CreateSchema();"
    Look at Global.asax, Application_Start method. Database Schema is created by application on first start. "Castle.ActiveRecord.ActiveRecordStarter.CreateSchema();"
  • Dec 16, 2008
    r74 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Dec 12, 2008
    r73 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Dec 11, 2008
    r72 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Dec 11, 2008
    r71 (- Added Profile Email and Gravatar Support) committed by kariem.elkoush   -   - Added Profile Email and Gravatar Support
    - Added Profile Email and Gravatar Support
  • Dec 11, 2008
    r70 ([No log message]) committed by kariem.elkoush   -   [No log message]
    [No log message]
  • Dec 08, 2008
    r69 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Dec 08, 2008
    r68 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Dec 08, 2008
    r67 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Dec 08, 2008
    r66 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
  • Dec 08, 2008
    Stacked-binaries-0.5.0.zip (First binary release) file uploaded by polterguy   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Dec 08, 2008
    Stacked-0.5.0.zip (WAY better skin, stabilized serously, added tons of features) file uploaded by polterguy   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Dec 08, 2008
    r65 ([No log message]) committed by polterguy   -   [No log message]
    [No log message]
 
Hosted by Google Code