|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
hey, me too!
Do you have any time estimation when an update will be released?
|
|
|
Rank: Advanced Member
Joined: 1/15/2008 Posts: 60 Location: Vancouver, Canada
|
1.9.3 is working great. And the team moves fast on all the bugs that come up, which aren't show stopper bugs by any means. I don't think there are any significant problems with it that's keeping it from going Beta soon. Once the context thing is settled, I think it's just cosmetic and feature enhancements.
|
|
|
 Rank: YAF Forumling

Joined: 3/25/2008 Posts: 1 Location: China
|
|
|
|
Rank: Advanced Member
Joined: 4/2/2007 Posts: 38 Location: Spokane, WA
|
Is anyone else having a problem with the yaf_prov_Profile table being populated after an upgrade from 1.9.1? Mine is empty... is is supposed to be?
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
Are you using the YAF profile provider? "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Forumling

Joined: 3/25/2008 Posts: 4 Location: India
|
I have successfully installed YAF v1.9.1.7 version but When i am trying to install YAF v1.9.3.3 freshly (it is not update), i am getting the following error: There has been a serious error loading the forum. No futher information is available. Please contact the administrator if this message persists. The instructions in install.txt sre in brief, where can i find the detailed installation guide. Help me out please...
|
|
|
Rank: Advanced Member
Joined: 4/2/2007 Posts: 38 Location: Spokane, WA
|
Yes, I am using the Yaf Provider.
|
|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
Hi, I'm trying to integrate YAF 1.9.3.3 to my existing application under the folder 'forum'
I moved all the .dll's under the bin folder and App_Code/YAF directory under my App_Code directory. I combined all the config files under my web.config file
Now I'm getting this error:
'/forum/pages/forum.ascx' virtual path points another not-permited application
Error Source:
Satır 79: try Satır 80: { Satır 81: YAF.Classes.Base.ForumPage forumControl = ( YAF.Classes.Base.ForumPage ) LoadControl( src ); Satır 82: forumControl.PageTitleSet += new EventHandler<YAF.Classes.Base.ForumPageArgs>( forumControl_PageTitleSet ); Satır 83:
Kaynak Dosya: c:\Documents and Settings\Kaan\Desktop\EM-YAF\App_Code\YAF\Forum.cs Satır: 81
Yığın İzleme:
[ArgumentException: '/forum/pages/forum.ascx' sanal yolu izin verilmeyen başka bir uygulamayı gösteriyor.] System.Web.VirtualPath.FailIfNotWithinAppRoot() +3199906 System.Web.Compilation.BuildManager.ValidateVirtualPathInternal(VirtualPath virtualPath, Boolean allowCrossApp, Boolean codeFile) +3480984 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +102 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +93 System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +76 System.Web.UI.TemplateControl.LoadControl(String virtualPath) +23 YAF.Forum.Forum_Load(Object sender, EventArgs e) in c:\Documents and Settings\Kaan\Desktop\EM-YAF\App_Code\YAF\Forum.cs:81 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Any help would be greatly appreciated. Thanks in advence.
|
|
|
 Rank: YAF Forumling
Joined: 3/27/2008 Posts: 7
|
Hi there.
Has anybody successfully integrated this new version into another application? Wiki talks about the previous version but because of custom providers I need to use 1.9.3 I already have a site running and I would like to stick YAF in there as control, sounds easy enough but so far it's a no go with this new version. If anyone has done this, could you please help me out?
I've merged web.config, I tried adding app_code/yaf to my web site, I tried registering different DLLs and so on, still no luck.
Thanks
|
|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
Sorry for my previous post, I found some documentation. I'll give a try and ask if problems occur...
|
|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
I went through the documentation but unfortunately that doesn't work neither. Could you please give some hints about how to embed latest version into an existing web site? -Is it ok to make necessary yaf configuration in my existing web.config file?
|
|
|
 Rank: YAF Forumling
Joined: 3/27/2008 Posts: 7
|
Kaan1983 wrote:I went through the documentation but unfortunately that doesn't work neither. Could you please give some hints about how to embed latest version into an existing web site? -Is it ok to make necessary yaf configuration in my existing web.config file? You have to merge the files. Even after merging web.config and doing everything I could think of I still can't get it to run in embedded mode. I copeid YAF to App_Code, I copied all dlls, I updated root web.config with all the info from YAF web.config and from db.config/app.config. It still doesn't work. I'm going crazy here, it should be a relatively simple procedure but for some reason it just doesn't work.
|
|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
Exact same situation here! I did merge config files already but I was thinking if I'm doing wrong. What error r u getting vladk?
|
|
|
 Rank: YAF Forumling
Joined: 3/27/2008 Posts: 7
|
Kaan1983 wrote:Exact same situation here! I did merge config files already but I was thinking if I'm doing wrong. What error r u getting vladk? I've tried many different things and ended up with different errors. I am not sure which one was the closest to the solution. That's actually the reason I am having a tough time solving this. It's like I'm running in circles, I fix one thing, another one breaks. I'll give it one more try and then look into some other board, too bad asp.net doesn't really have anything of vBulletin caliber.
|
|
|
Rank: Advanced Member
Joined: 7/26/2007 Posts: 69 Location: Türkiye
|
Hehe we are experiencing the same things currently. I'll wait a bit for some fixes, and at least for a beta, then maybe there'll be some documentation to follow 
|
|
|
| Users browsing this topic |
|
Guest
|