Menu

#11 Installation instructions error "inc/Config.ini.php"

v0.7_(initial)
closed
nobody
None
1
2021-09-26
2013-02-18
No

Instructions say: Copy the file inc/Config.Sample.inc.php to inc/Config.ini.php.
Config.php makes comparison to different file:
Line 22: if (file_exists("inc/Config.inc.php"))

Related

Bugs: #11

Discussion

  • David Smart

    David Smart - 2013-02-20

    hello. It is possible I don't quite understand your question about the comparison to a different file?

    Config.php is what most modules include. It then has some simple checks and if all it well it includes the much larger and comprehensive Config.ini.php (which was created from Config.Sample.inc.php).

     
  • Bazile R. Lanneau, Jr.

    Hi, David-

    I am referring to a reference to Config.ini.php versus Config.inc.php. The test is for
    Config.inc.php and the instructions say to copy to Config.ini.php which means the
    test will fail and the include file will not be included.

    -Bazile

    To: "[webcontactmanag:bugs] " 11@bugs.webcontactmanag.p.re.sf.net
    From: "David Smart" wiredhome@users.sf.net
    Send reply to: "[webcontactmanag:bugs] " 11@bugs.webcontactmanag.p.re.sf.net
    Subject: [webcontactmanag:bugs] #11 Installation instructions error
    "inc/Config.ini.php"
    Date sent: Wed, 20 Feb 2013 20:46:42 +0000

    hello. It is possible I don't quite understand your question about the
    comparison to a different file?

    Config.php is what most modules include. It then has some simple
    checks and if all it well it includes the much larger and
    comprehensive Config.ini.php (which was created from
    Config.Sample.inc.php).


    [bugs:#11] Installation instructions error
    "inc/Config.ini.php"

    Status: open
    Created: Mon Feb 18, 2013 08:56 PM UTC by Bazile R. Lanneau, Jr.
    Last Updated: Mon Feb 18, 2013 08:56 PM UTC
    Owner: nobody

    Instructions say: Copy the file inc/Config.Sample.inc.php to
    inc/Config.ini.php.
    Config.php makes comparison to different file:
    Line 22: if (file_exists("inc/Config.inc.php"))


    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/webcontactmanag/bugs/11/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/prefs/


    Bazile R. Lanneau, Jr.
    423 Main St.
    Natchez, MS 39120
    blanneau@bellsouth.net
    601-445-4143 office
    601-392-1343 cell

     

    Related

    Bugs: #11

  • David Smart

    David Smart - 2013-02-25
     
  • David Smart

    David Smart - 2013-02-25

    This is an error in v1.1 and prior, and has been corrected in the latest version, which you can get with a subversion client. It has not yet been packaged into a zip file for easier download.

    In the latest version, most php files include inc/Config.php. This inc/Config.php then performs some simple checks and if they pass it then brings in inc/Config.inc.php.

     
  • David Smart

    David Smart - 2013-02-25
    • status: open --> pending
     
  • David Smart

    David Smart - 2021-09-26
    • status: pending --> closed
     

Log in to post a comment.