[Dnfbb-developers] [ dnfbb-Bugs-1704461 ] Invalid class string
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2007-04-20 18:40:22
|
Bugs item #1704461, was opened at 2007-04-20 16:25 Message generated for change (Settings changed) made by sbosanquet 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: Being Fixed as you look Status: Open >Resolution: Accepted 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); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1704461&group_id=152364 |