Results 1 to 3 of 3

Thread: Periodic emails

  1. #1

    Join Date
    Jun 2005
    Posts
    30

    Default Periodic emails

    Hello,

    The periodic emails that been send in aedating 4.0 with patch 2 are not correct. (inc/cmd.php)
    I get the following periodic emails with database errors:

    - Membership check -
    Expired membership records: 0
    UPDATE `Profiles` SET mem_level_days = mem_level_days - 1 WHERE mem_level !=
    '1' AND Sex != ''Processed membership records: 0

    - Temporary files check -
    Total temp files: 2
    Deleted temp files: 0

    - Database cleaning -
    Deleted profiles: 0
    Deleted virtual kisses: 9
    Deleted messages: 11
    Deleted private messages: 0
    Deleted profile views: 54

    - Modules check -
    Processed profiles: 0


    Do somebody now how to fix this problem.

    regards,

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Look in cmd.php on line 234...

    You will see they echo this to the screen - perhaps for debug - but they forgot to remove it when they were done.

    Code:
    echo "UPDATE `Profiles` SET  mem_level_days = mem_level_days - 1 WHERE mem_level != '1' $add";
    You can comment out or remove this line, if you wish.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    It appeared that - cmd.php included in v4.02 was not updating membership days correctly... and this code needed to be rewritten. I did this just now - and after some testing - I'll release it.

    I know that you, citak, are waiting to have CLEAN installed (actually, updated to) on your site, and this cmd.php update, is yet another bug fix that was needed.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Periodic Report Warning message "Unlink"
    By emailgirls in forum General Troubleshooting
    Replies: 2
    Last Post: 04-29-2007, 11:40 PM
  2. 103 periodic Reports
    By Knuty in forum General Troubleshooting
    Replies: 1
    Last Post: 03-02-2007, 01:37 AM
  3. Replies: 2
    Last Post: 09-09-2006, 11:02 AM
  4. Periodic System Maintenance reminder/tip...
    By ModMySite in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 01-23-2006, 01:46 AM
  5. daily periodic report
    By Smoge in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 07-20-2005, 08:37 AM

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
  •