InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Live Knowledgebase Bug/Error? Expand / Collapse
Author
Message
Posted 18/03/2008 21:47:31


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Yesterday @ 23:27:12
Posts: 45, Visits: 432
http://kb.instantasp.co.uk/Knowledgebase/I-have-integrated-the-forum-with-my-web-application-and-it-allows-one-sign-in-and-login-authentication-for-both-the-forum-and-the-web-application-I-was-testing-the-application-and-forum-databases-by-adding-users-i-ed-30000-users-successfully-I-would-like-to-us

the above link is returning a 400 Bad request error.

I'm clicking on the link from the kb home page (logged in as guest) (see image bellow):

Also is it normal that once I've logged in I can see less topics that when I'm not logged in?

Post #13771
Posted 18/03/2008 21:59:21


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Yesterday @ 23:27:12
Posts: 45, Visits: 432
These links under popular topics also don't work:

http://kb.instantasp.co.uk/Knowledgebase/What-language-is-the-code-behind-for-the-forum-C-VBnet%0d%0a

http://kb.instantasp.co.uk/Knowledgebase/I-am-setting-up-my-forums-I-have-to-reapeat-the-same-sub-forums-for-each-diiferent-make-model-vehicle%0d%0a%0d%0aIs-there-an-option-that-would-allow-me-to-automatically-propogate-the-different-makes-models-with-these-sub-forums

Oh also attachments don't seem to have copied over to the new system.

eg: http://kb.instantasp.co.uk/Knowledgebase/Does-InstantKB-v13-support-using-SQL-Server-2005-as-the-back-end-database

Post #13772
Posted 18/03/2008 22:07:48
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: Yesterday @ 12:02:28
Posts: 245, Visits: 549
Hi Prophet,
As ever, thankyou for your prompt feedback on the release, we are aware of these issues, which are actually simple errors related to a specific IIS configuration and the URL rewriting/SEO Friendly URL's, as soon as these issues are resolved, which should be incredibly soon, the RC1 download will be available.


Kindest Regards,

James Trott
Developer

Post #13773
Posted 19/03/2008 03:45:51


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: 14/07/2008 19:40:18
Posts: 1,929, Visits: 2,970
Hi Prophet,

Hope your very well. I just wanted to say thanks for your feedback during the update. We sincerely appreciate your time.

I also just wanted to confirm this should now be resolved and the working correctly as of the RC1 download just posted...

http://community.instantasp.co.uk/Topic13774-9-1.aspx


Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

Post #13775
Posted 20/03/2008 04:09:48


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Yesterday @ 23:27:12
Posts: 45, Visits: 432
Hi Ryan, James,

That's no probs at all.  I'm just sorry I keep finding stuff. This is a really great program.

But there are a couple more items sorry   These are on the RC1 Developer Download version.

(Notes: downloaded and running on our test server, with an upgrade of our 1.3 DB)

1) Manage Categories Screen:

  • a) Move Up & Move Down button appears to work when first clicked, but it isn't actually updating the db, just the tree at that point.  so as soon as you go back to the kb the menu looks the same.
  • b) if you delete a parent category the child categories remain hidden in the db.
  • Eg I created a category Test. then a sub category Test 2.  I deleted Test, and Test 2 can't be found using the program.  But the records for it remains in the db.
  • This isn't a big issue.  Actually isn't not one at all.  I just thought I'd make the remark just incase.

c) Sort orders didn't seem to be copied over from 1.3 (not even sure if they are being used in 1.3)

2) Admin Reports (/Admin/AdminReports1-2.aspx)

If you change the All Categories drop down when "Include child categories" is ticked the % values don't change.

3) Article Types

If we had non standard Article types (which we do) they aren't inserted into the db, and as such the articles assigned to these types are set to ArticleTypeID=0

For me this isn't a big deal, but could be worth considering. EG running something like bellow before updating the article table:

INSERT INTO instantKB_Types (SELECT ArticleType FROM OLD_InstantKB_Articles where NOT ArticleType IN (SELECT TypeName FROM InstantKB_Types) Group By ArticleType )

because I only have one I just add the record manually and then (UPDATE instantkb_Articles SET ArticleTypeID = X WHERE ArticleTypeID = 0 AND ArticleText not like '')

Um I think that might be it for now. LOL.

Thanks again for all the effort you have put it.  I can't wait till I get approval to go live with this new version

Post #13787
Posted 07/05/2008 13:26:06


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: 14/07/2008 19:40:18
Posts: 1,929, Visits: 2,970
Hi Prophet,

Hope your very well. I'm sorry it's taken me so long to respond to your post. I did see and print this post a few weeks back and have made progress with your suggestions. I just wanted to finally address each of your points...

1) Manage Categories Screen:

a) Move Up & Move Down button appears to work when first clicked, but it isn't actually updating the db, just the tree at that point.  so as soon as you go back to the kb the menu looks the same.

This was a problem within RC1. If you update your 1.3 data using the f[INSTALL]\DatabaseScripts\UpgradeScripts1.3_to_2.0.sql script provided with the either RC2 or the final release migrated categorie will sort correctly. You'll find the following snippet of SQL within the 1.3_to_2.0.sql upgrade script within the RC2 and final releases...

----------------------------------------------------
-- Update CAtegory Sort Orders
----------------------------------------------------

-- set sort order
DECLARE @intSortOrder int
SET @intSortOrder = 1

-- create cursor
DECLARE @intCategoryID int
DECLARE MSGCURSOR CURSOR FOR SELECT CategoryID FROM InstantKB_Categories

OPEN MSGCURSOR
FETCH NEXT FROM MSGCURSOR
INTO @intCategoryID
 
WHILE @@FETCH_STATUS = 0
BEGIN

 -- ensure sort order is sequential
 UPDATE InstantKB_Categories
 SET CategorySortOrder = @intSortOrder
 WHERE CategoryID = @intCategoryID

 -- increment
 SET @intSortOrder = (@intSortOrder + 1)

 FETCH NEXT FROM MSGCURSOR
 INTO @intCategoryID
 
END
-- tidy cursor
CLOSE MSGCURSOR
DEALLOCATE MSGCURSOR

GO

This will ensure the category sort orders are updated to allow sorting however it will clear any current sort order and categories will be displayed in the order they appear within the database until sorted.

You should only use this script if you continue to have any problems with this.

b) if you delete a parent category the child categories remain hidden in the db.
Eg I created a category Test. then a sub category Test 2.  I deleted Test, and Test 2 can't be found using the program.  But the records for it remains in the db.
This isn't a big issue.  Actually isn't not one at all.  I just thought I'd make the remark just incase.

We didn't manage to address this for the final update however it's something we will be looking to ensure in the 2.1 update. It would be nice to keep the InstantKB_Categories table clean. I would actually like to improve this area to allow the option to delete content and child categories. Similar to when you delete a custom tab. It's noted prophet and will be addressed.

c) Sort orders didn't seem to be copied over from 1.3 (not even sure if they are being used in 1.3)

It won't unfortunately prophet. You will need to resort your categories again after updating to 2.0. This is due to the new way we allow for sorting of categories. Previously we used to ask users to enter a number to represent the category sort order. This caused some confusion and we've moved towards providing options to simply sort data by clicking move up or move down. Due to the way this works the sort order field within your database needs to auto-increment similar to a identity field. Due to the unstructured way categories could be sorted within 1.3 it was not possible to copy over the existing sort order value without breaking the sorting functionality within 2.0. Hopefully this won't cause to much pain as it's much quicker to work with your categories in 2.0 using the new ajax based tree control.

2) Admin Reports (/Admin/AdminReports1-2.aspx)

If you change the All Categories drop down when "Include child categories" is ticked the % values don't change.

This was not resolved in the final release however i will be posting a small update to 2.0 to resolve 5issues spotted since the 2.0 final release. I'll be popping a post here once the update is available and detailing the issues it resolves.

3) Article Types

Great suggestion Prophet. You'll find this feature now available within the 1.3_to_20.sql upgrade script provided with the final release. We now copy over any custom article types from 1.3 into the InstantKB_Types table and map these correctly to your migrated articles.

You'll find the following code within the upgrade script to import custom types...

-- import any custom types from 1.3
DECLARE @strArticleType nvarchar(255)
DECLARE MSGCURSOR CURSOR FOR SELECT DISTINCT ArticleType FROM InstantKB_ArticlesOld WHERE ArticleType IS NOT NULL
 
OPEN MSGCURSOR
FETCH NEXT FROM MSGCURSOR
INTO @strArticleType
 
WHILE @@FETCH_STATUS = 0
BEGIN
 SET @strArticleType = REPLACE(@strArticleType, ':','');
 DECLARE @intSortOrder int
 SET @intSortOrder = (SELECT TOP 1 TypeSortOrder FROM InstantKB_Types WHERE TypeTabID = 1 ORDER By TypeSortOrder DESC)
 IF NOT EXISTS (SELECT TypeID FROM InstantKB_Types WHERE TypeName = @strArticleType)
 BEGIN
  INSERT INTO InstantKB_Types (TypeName,TypeIcon,TypeSortOrder,TypeTabID) VALUES(@strArticleType,'',@intSortOrder + 1,'1')
 END
 FETCH NEXT FROM MSGCURSOR
 INTO @strArticleType
 
END
-- tidy cursor
CLOSE MSGCURSOR
DEALLOCATE MSGCURSOR
GO

Providing the types appears within the InstantKB_Types table before the upgrade script starts migrating articles the types will map correctly to your articles.

I hope this helps Prophet. Looking forward to any further feedback


Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

Post #13877
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 3:19pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.063. 9 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.