I am so close, however now I am getting this message during the install. Does anyone know where to go? I've tried multiple items to no avail. This is a virgin install into a working app under a sub directory YAF. I get this error after entering the config password (and originaly after the password creation). I'm working on a local machine.
Thx!!
FILE:
tables.sql
ERROR:
An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.
STATEMENT:
/*Version 1.0.2*/
/*
**Create missing tables
*/
if not exists (select 1 from sysobjects where id = (then a bunch of table names with type and size.
First, thank you to everyone who has been in the development of YAF! Seems like just my solution and are eager to implement.
I do have a question concerning profile providers. I'm trying to integrate 1.9.3 into my asp.net, 3.5 website with a SQL database sharing my present membership. My site uses the membership provider and does not use the profile provider. I'm fairly new and read keeping specific user info in a db is better than a string as is done in a profile (as I read it). I opted not to use profiles as I run sprocs against the db for user information retrieval. My main purpose for YAF is the private messaging portion but would like to implement the entire forum. I'm using 2 databases, mine and one named YAF. Does anyone know how I can implement the profile provider to work with my membership provider? I'd like to keep my membership logon and then utilize YAF. Everything I've read says I need the profile provider for the integration.
Any suggestions? Using Visual Studio/web developer, SQL 2008, YAF 1.9.3
Many thanks in advance!
Chris
Edited by user
15 years ago |
Reason: (edited for spelling) and maybe got it