What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

WTB support from = [email protected]

Status
Not open for further replies.

nodemaster

New Member
Joined
Dec 9, 2012
Messages
13
Reaction score
0
I have sent countless emails to support over a 2 week span and still haven't received support for my issue with the BuddyAuth server and not being able to clear my sessions when needed. I have been very patient with this matter and would like it resolved so if someone has keen knowledge of that system or is a mod for it can you please help me, before i get a wise ass comment to attach a log its not a program issue its a website issue.
 
PM me your email and ill tell Tony to check for your email.
Normal mods dont have access to keys.
 
I have sent countless emails to support over a 2 week span and still haven't received support for my issue with the BuddyAuth server and not being able to clear my sessions when needed. I have been very patient with this matter and would like it resolved so if someone has keen knowledge of that system or is a mod for it can you please help me, before i get a wise ass comment to attach a log its not a program issue its a website issue.

whats the exact problem with buddy auth portal and your sessions?
 
Is this going to be a circle jerk of trying to get to someone to fix my issue or what? When i sent you a private message regarding my problem it wasn't good enough and you had me redirect it to Support via a Email. Since then it has been many weeks of being in the dark of whether or not admins check their support box or not. Customer Service for this software has been getting worse and worse and i'm sure others can agree with me about that. I will be sending you the info needed to resolve my problem "again" soon.
 
ok...
will you answer my question now plz?
 
I have sent it........again....and no i can't attach a log unless you can help me generate one through firefox , internet explorer or chrome browser since this is a BUDDYAUTH problem for the 100th time!!!!!
 
Last edited:
Last Nerve

View attachment 8900 2012-12-09 19.10.txt

IMAG0368.webp
 
is it clear on your email that you are talking about an sql issue?


pm me the email u used to get in contact with us
 
i have same problem. cant logon buddyauth. fresh windows installation, just all updates, microsoft security essentioal, .net 3.5, 4.0, all windows updates.
View attachment 73184

this txt file is a copy and paste of the error i get, when i try to log in buddy auth portal.
 
Having issues with BuddyAuth portal as well.
Going to the homepage immediately results in the following error (no page display, just server errors).
Windows 8 x64 Pro MCE + IE10
Code:
Server Error in '/' Application.
--------------------------------------------------------------------------------


Configuration Error 
  Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

 Parser Error Message: The type 'MySql.Web.Security.MySQLRoleProvider' is ambiguous: it could come from assembly 'C:\inetpub\buddyauth.com\bin\MySql.Web.DLL' or from assembly 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\MySql.Web\v4.0_6.5.4.0__c5687fc88969c44d\MySql.Web.dll'. Please specify the assembly explicitly in the type name.

Source Error: 



Line 33:       <providers>
Line 34:         <clear/>
Line 35:         <add name="MySqlRoleProvider" autogenerateschema="true" type="MySql.Web.Security.MySQLRoleProvider" connectionStringName="ConnString" applicationName="BuddyAuth" writeExceptionsToEventLog="true" />
Line 36:       </providers>
Line 37:     </roleManager>
  

 Source File:  C:\inetpub\buddyauth.com\web.config    Line:  35 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
 
Since about 10 minutes ago I am getting the below error when accessing Buddy Auth on multiple computers. Around 15 minutes it was working fine and I could use it to clear a session.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The type 'MySql.Web.Security.MySQLRoleProvider' is ambiguous: it could come from assembly 'C:\inetpub\buddyauth.com\bin\MySql.Web.DLL' or from assembly 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\MySql.Web\v4.0_6.5.4.0__c5687fc88969c44d\MySql.Web.dll'. Please specify the assembly explicitly in the type name.

Source Error:


Line 33: <providers>
Line 34: <clear/>
Line 35: <add name="MySqlRoleProvider" autogenerateschema="true" type="MySql.Web.Security.MySQLRoleProvider" connectionStringName="ConnString" applicationName="BuddyAuth" writeExceptionsToEventLog="true" />
Line 36: </providers>
Line 37: </roleManager>


Source File: C:\inetpub\buddyauth.com\web.config Line: 35

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Using windows 7 and Firefox
 
A firewall or something on your ISP side may be blocking it, I just logged onto buddyauth with no problem. I don't know much about yalls problem just my 2 cents.
 
Except the GatherBuddy Profiles link, that one still results in a error:

Code:
Server Error in '/' Application.
--------------------------------------------------------------------------------


Value cannot be null or empty.
Parameter name: linkText 
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

 Exception Details: System.ArgumentException: Value cannot be null or empty.
Parameter name: linkText

Source Error: 


 The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

   <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
    <system.web>
        <compilation debug="true"/>
    </system.web>
</configuration>

 Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.  

Stack Trace: 



[ArgumentException: Value cannot be null or empty.
Parameter name: linkText]
   System.Web.Mvc.Html.LinkExtensions.ActionLink(HtmlHelper htmlHelper, String linkText, String actionName, String controllerName, RouteValueDictionary routeValues, IDictionary`2 htmlAttributes) +141
   ASP.views_user_gatherbuddyprofiles_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) +265
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   ASP.views_shared_site_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +939
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
   System.Web.UI.Control.Render(HtmlTextWriter writer) +10
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
   System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) +55
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060

  


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
 
Status
Not open for further replies.
Back
Top