YAFLogo

Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer
14 years ago

Hey guys!

i have my own asp.net 3.5 site in which i am integrating the YAF .

I have my own login panel and doesn't use any membership provider.

I need to create the user in the yaf as soon as any body register to my site .

Can anybody provde me the code i need to write on my login ....

Quick Help appreciated..

stuk here since 2 days..

Chigs4u84 wrote:

Not a suitable place to ask.

You should ask such a question in HERE. 

You can find more info HERE. 


If at first you don’t succeed, call it version 1.0
Chigs4u84
14 years ago
he Thanks for the reply.

But i have already posted this in the topic you have suggested but haven't received any replies to it.

Moreover i have already read the one link you have provided for the info but it provides the information regarding the older version and not the curent version.

Please help ....

Skiltz
  • Skiltz
  • 59% (Neutral)
  • YAF Camper
14 years ago
I'm doing a proof of concept upgrading from a legacy forum system to YAF. Im getting some very long running SQL queries as below (this is going into a topic). We do have just over 1 million forums posts so I am guessing this can be fixed with the right indexes. running RC2

UserPostedImage

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
I'll bite: Which sproc is causing the slowdown?
Skiltz
  • Skiltz
  • 59% (Neutral)
  • YAF Camper
14 years ago
[dbo].[yaf_post_list]: 37.642

After the index has been built I can run the sproc in SQL and it runs instantly...but the page still takes a while to load. The sproc is returning 5000 records.

bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
14 years ago
You can try this:

1.

function [{databaseOwner}].[{objectQualifier}message_getthanksinfo]

has 2 variants

replace #IFSRVVER>8# for #IFSRVVER>10# and #IFSRVVER=8# for #IFSRVVER>7#

and update it. Report results. If it doesn't help, revert changes and go to step 2.

2.

replace it in the sp

ThanksInfo = ([{databaseOwner}].[{objectQualifier}message_getthanksinfo](a.MessageID, @ShowThanksDate)),

for

ThanksInfo = null,

and disable thanks feature in hosts settings

Skiltz
  • Skiltz
  • 59% (Neutral)
  • YAF Camper
14 years ago
Hmm no difference. See attached image. When you go into a topic that has 5000 records all of these are returned from the DB. I wonder if this is neccessary or I should alter the code to return just the messages for the corresponding page.UserPostedImage
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
here's probably the best way to go: turn post_list into a function that returns message IDs only.

And do all the filtering, then pull the exact message IDs needed.

Wouldn't be a huge modification. Anyone? :)

Nevermind: added myself. Wasn't a simplistic modification, I must admit.

dillegummin
13 years ago

I just upgraded from 1.9.1.6 and I get an error when trying to sign in. I didn't get any errors when installing/upgrading but when I try to sign in I get the following error:

Failure

There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened.

Continue...

johnnynine wrote:

So I can't sign in, but I can view the forum.

Is there any wa

Sorry for grave digging this one.

But I have the exact same problem upgrading from 1.9.3 to 1.9.5-RC1 as described here .

I can't really see any solution in this thread. Is there one, and what is causing this error? Where can I dig out more information on what is actually failing here? I have tried looking at Event Logs but I find nothing.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
13 years ago

I just upgraded from 1.9.1.6 and I get an error when trying to sign in. I didn't get any errors when installing/upgrading but when I try to sign in I get the following error:

Failure

There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened.

Continue...

dillegummin wrote:

So I can't sign in, but I can view the forum.

Is there any wa

johnnynine wrote:

Sorry for grave digging this one.

But I have the exact same problem upgrading from 1.9.3 to 1.9.5-RC1 as described here .

I can't really see any solution in this thread. Is there one, and what is causing this error? Where can I dig out more information on what is actually failing here? I have tried looking at Event Logs but I find nothing.

http://wiki.yetanotherforum.net/TroubleShooting%20CustomErrors.ashx 

And create a thread about your problem in the problems thread...