[Dnfbb-developers] [ dnfbb-Bugs-1704461 ] Invalid class string
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2007-05-05 02:20:23
|
Bugs item #1704461, was opened at 2007-04-20 09:25 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1704461&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Installer Group: Fixed Next Release >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: dirkcloete (dirkcloete) Assigned to: Bosie (sbosanquet) Summary: Invalid class string Initial Comment: When installing with all the default options for both Firebird or MySQL i get the message Invalid class string on the Creating new database screen. When i do an install without creating a database it works fine. But when i run the scripts for the database and run the forum for the first time i get an error: Could not find specified column in results. All my database connectionstrings work fine. I will attach a firebird zipped backup file of the database created from the scripts. Doing a debug trace it happens here in the code... BaseWebFormClass.cs line: 295 try { Result = UserSession.LoginGuestUser(Global.BoardSettings.BoardID, Global.BoardSettings.LoginDays, Global.BoardSettings.InternalCache, Request.UserHostAddress, Global.BoardSettings.URL); } catch { Result = UserSession.LoginGuestUser(Global.BoardSettings.BoardID, Global.BoardSettings.LoginDays, Global.BoardSettings.InternalCache, Request.UserHostAddress, Global.BoardSettings.URL); } ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-05-04 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Bosie (sbosanquet) Date: 2007-04-20 12:03 Message: Logged In: YES user_id=1025541 Originator: NO We moved around the namespaces for the upgrade program and it looks like we forgot to change them in the installer. I found another couple of problems which i have fixed as well. Try this and let me know how it goes. I presume you will be able to download it from the svn. Otherwise you can find it here: http://dnfbb.svn.sourceforge.net/viewvc/dnfbb/v2/Setup/Output/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1704461&group_id=152364 |