Results 1 to 3 of 3

Thread: When i delete a User account with Videos

  1. #1
    markevanvic is offline Member
    Join Date
    Jul 2009
    Posts
    83

    Default When i delete a User account with Videos

    hello, in admin section, when i about to delete an account with videos uploaded, i encounter this problem

    Fatal error: Class 'Video' not found in /home/sharemot/public_html/include/class.user.php on line 318

  2. #2
    vshare2 is offline Moderator
    Join Date
    Jul 2007
    Posts
    171

    Default

    Hi,

    This will be fix the problem.

    Open admin/user_delete.php

    add
    Code:
    require '../include/class.video.php';
    after
    Code:
    require '../include/class.ftp.php';
    Thanks,
    Buyscripts Team.

  3. #3
    markevanvic is offline Member
    Join Date
    Jul 2009
    Posts
    83

    Default

    thanks, it is now working,

    Regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •