Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorJoey
    • CommentTimeOct 25th 2007 edited
     # 51
    Installing within Vanilla 1.1.2, I had an issue on my configuration that lead me to changing the following lines to get the vanilla post.php page to fully render correctly and to alleviate an error that was preventing the vanilla settings.php page from displaying after enabling this extension and refreshing the page. It was displaying the following error: "A fatal, non-recoverable error has occurred
    Technical information (for support personel):
    Error Message
    The "DiscussionExpirationForm" class referenced by "DiscussionExpirationForm" does not appear to exist.
    Affected Elements
    ObjectFactory.NewObject(); "

    --------------------
    Default.php
    --------------------

    -------------------------To get the post.php page to display correctly-------
    Changed Line #78 -
    (From) include( $Configuration["DISCUSSIONEXPIRATION_PATH"] . 'library/Function.DiscussionExpiration.php');

    (TO) include($this->Configuration["DISCUSSIONEXPIRATION_PATH"] . 'library/Function.DiscussionExpiration.php');
    (OR TO) include('library/Function.DiscussionExpiration.php');

    --------To get the settings page to load after enabling this extension-----

    Changed Line #130 -
    (From) include( $Configuration["DISCUSSIONEXPIRATION_PATH"] . 'library/PostBackControl.DiscussionExpiration.php');

    (TO) include($this->Configuration["DISCUSSIONEXPIRATION_PATH"] . 'library/PostBackControl.DiscussionExpiration.php');
    (OR TO) include('library/PostBackControl.DiscussionExpiration.php');

    Cool extension idea. With a little elbow grease it seems like a good starter script to enabling several different date oriented possibilities other than just closing discussions.
  1.  # 52
    Uploaded version 1.0.6 of Discussion Expiration.
    •  
      CommentAuthorHamed
    • CommentTimeNov 7th 2007
     # 53
    this one gave me a problem
    i dunno what the deal was

    r u sure everything is ok in it?

    maybe I did something wrong
    • CommentAuthorMandrake
    • CommentTimeJan 11th 2008
     # 54
    Hi, I got this error when I go to the extension page to enable/disable extensions.

    its even there when I have disabled the extension

    // Discussions Table Structure
    $DatabaseColumns['Discussion']['DateExpire'] = 'DateExpire';
    • CommentAuthorscherem
    • CommentTimeJan 14th 2008
     # 55
    Is there a way to modify this to expire based on size of discussion -- i.e. when the comment count hits 500, lock the topic.
    • CommentAuthorWooJoo
    • CommentTimeMar 5th 2008 edited
     # 56
    hi , i got also the same problem as Mandrak

    "// Discussions Table Structure
    $DatabaseColumns['Discussion']['DateExpire'] = 'DateExpire';"

    this failure msg shows itself only at the login and at the automatic upadate of the extensions site after adding or dis selecting a extension and stops the automatic site update. This way manuel refresh keeps this problem small but still it shows up at the top while logging in or signing out etz and blocks the vanilla self updater which would be a problem for vanilla 1.5 ^^

    anyways hope to support it this way GL ^^

    is there any advise, update or patch which to apply would solve my problem??
Add your comments
    Username Password
  • Format comments as