Go back to home

Pms might not be working

Author
SW20_3sgte
MR2 Scholar
  • Total Posts : 1337
  • Scores: 14
  • Reward points: 4539
  • Joined: 2011/04/07 19:51:15
  • Location: Rowville, Victoria
  • Status: offline
2011/11/12 10:21:50 (permalink)
0

Pms might not be working

Hey all,
I was awaiting on a pm from mrmr2 but it hasn't come through.
 
I only have 20 out of 50 available messages.

Is it possible someone could send me a PM to test?

Thanks
Adrian
 

1998 Toyota Caldina GTT Manual
#1


8 Replies Related Threads

    cogs
    MR2 Deity
    • Total Posts : 511
    • Scores: 40
    • Reward points: 5597
    • Joined: 2011/04/07 19:51:15
    • Location: Vic Australia
    • Status: offline
    Re:Pms might not be working 2011/11/12 10:50:20 (permalink)
    0
    PM'd
     
    BTW, my experience has been that PMS always works

    1990 SW20 GT
    #2
    dasic1
    Moderator
    • Total Posts : 1323
    • Scores: 83
    • Reward points: 5910
    • Joined: 2011/04/07 19:51:15
    • Location: melbourne vic Australia
    • Status: offline
    Re:Pms might not be working 2011/11/12 13:38:27 (permalink)
    0
    I have also sent some and they haven't gone through. But when that happens they don'tshow up in the sentbox
    #3

    dasic1
    Moderator
    • Total Posts : 1323
    • Scores: 83
    • Reward points: 5910
    • Joined: 2011/04/07 19:51:15
    • Location: melbourne vic Australia
    • Status: offline
    Re:Pms might not be working 2011/11/12 13:39:03 (permalink)
    0
    I have also sent some and they haven't gone through. But when that happens they don'tshow up in the sentbox
    #4
    SW20_3sgte
    MR2 Scholar
    • Total Posts : 1337
    • Scores: 14
    • Reward points: 4539
    • Joined: 2011/04/07 19:51:15
    • Location: Rowville, Victoria
    • Status: offline
    Re:Pms might not be working 2011/11/12 17:21:31 (permalink)
    0
    Do you know if the PM's were sent to me or to someone else dbasic?
     
    Thanks for the PM test Cogs. PMS is never a good thing lmao

    1998 Toyota Caldina GTT Manual
    #5
    dasic1
    Moderator
    • Total Posts : 1323
    • Scores: 83
    • Reward points: 5910
    • Joined: 2011/04/07 19:51:15
    • Location: melbourne vic Australia
    • Status: offline
    Re:Pms might not be working 2011/11/12 20:53:56 (permalink)
    0
    to other people
    #6

    dasic1
    Moderator
    • Total Posts : 1323
    • Scores: 83
    • Reward points: 5910
    • Joined: 2011/04/07 19:51:15
    • Location: melbourne vic Australia
    • Status: offline
    Re:Pms might not be working 2011/11/12 20:54:53 (permalink)
    0
    I also got this trying to post the one above

    Server Error in '/MR2play' Application.

    Input string was not in a correct format.

    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.FormatException: Input string was not in a correct format.

    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:


    [FormatException: Input string was not in a correct format.]    Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +201    Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +66  [InvalidCastException: Conversion from string "" to type 'Integer' is not valid.]    Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +246    tm.BindPostingInterface() +308    tm.Page_Load(Object sender, EventArgs e) +263    System.Web.UI.Control.OnLoad(EventArgs e) +99    System.Web.UI.Control.LoadRecursive() +50    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 


    Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3618

    #7
    Admin
    Administrator
    • Total Posts : 2449
    • Scores: 550
    • Reward points: 6597
    • Status: offline
    Re:Pms might not be working 2011/11/12 20:55:36 (permalink)
    0
    dasic1

    I have also sent some and they haven't gone through. But when that happens they don'tshow up in the sentbox

    There is an option in your profile to save sent PMs. I have turned it on for you

    Mr Glengineering.
    Please visit my other forums - 
    www.celica.org.au
    www.classic-ford.org
     
     
    My build thread - https://www.mr2australia..m/mr2play/FindPost/47893
    #8
    Admin
    Administrator
    • Total Posts : 2449
    • Scores: 550
    • Reward points: 6597
    • Status: offline
    Re:Pms might not be working 2011/11/12 20:56:45 (permalink)
    0
    Thanks. I'll take this up with the software support team
    dasic1

    I also got this trying to post the one above

    Server Error in '/MR2play' Application.

    Input string was not in a correct format.

    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.FormatException: Input string was not in a correct format.

    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:


    [FormatException: Input string was not in a correct format.]    Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +201    Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +66  [InvalidCastException: Conversion from string "" to type 'Integer' is not valid.]    Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +246    tm.BindPostingInterface() +308    tm.Page_Load(Object sender, EventArgs e) +263    System.Web.UI.Control.OnLoad(EventArgs e) +99    System.Web.UI.Control.LoadRecursive() +50    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 


    Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3618




    Mr Glengineering.
    Please visit my other forums - 
    www.celica.org.au
    www.classic-ford.org
     
     
    My build thread - https://www.mr2australia..m/mr2play/FindPost/47893
    #9
    Jump to:
    © 2025 APG vNext Trial Version 5.5