Results 1 to 3 of 3

Thread: Articles

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

    Default Articles

    In /articles/articles.php

    Code:
    require_once( "../inc/header.inc.php" );
    require_once( "$dir[inc]db.inc.php" );
    require_once( "$dir[inc]admin.inc.php" );
    require( "$dir[inc]design.inc.php" );
    require( "$dir[inc]profiles.inc.php" );
    should be:

    Code:
    require_once( "../inc/header.inc.php" );
    require_once( "$dir[inc]db.inc.php" );
    require_once( "$dir[inc]admin.inc.php" );
    require_once( "$dir[inc]design.inc.php" );
    require_once( "$dir[inc]profiles.inc.php" );
    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.

  2. #2
    DARKERRAVEN
    Guest

    Default

    I get this if I try to add an article or to read an article.

    Warning: mail(): Bad parameters to mail() function, mail not sent. in /home/content/V/A/N/VANCPTA/html/inc/db.inc.php on line 134

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

    Default

    hmmmmm.... why is your site sending mail when you add or read an article? I don't think that is a standard thing (and I just searched for calls to mail() in 4.0.2 articles.php and /admin/articles.php - and did not find one).

    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. Articles problem in 4.1 IQ
    By Shakall in forum Bugs aeDating v4.1.0
    Replies: 0
    Last Post: 02-25-2010, 07:51 AM
  2. quotes and articles
    By rudel in forum Bugs Dolphin 6.1.4
    Replies: 0
    Last Post: 12-13-2008, 09:09 PM
  3. Articles Mod Needed
    By csallis in forum Free Mod Exchange
    Replies: 26
    Last Post: 02-11-2008, 09:17 AM
  4. Articles
    By CodyT in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 07-06-2007, 05:32 PM
  5. ARTICLES.PHP page
    By joboy84 in forum General Issues, Comments, Questions
    Replies: 5
    Last Post: 05-29-2007, 08:43 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
  •