Menu

Many errors

Help
2009-04-05
2012-06-07
  • Jeff Northway

    Jeff Northway - 2009-04-05

    I have talked to you in the past, did nothing, but now am ready to put Address Book on my site (pcabakersfield.com).

    This is my first site so I am not too smart.

    The below are the errors that I am getting from Address Book. I do have the Address Book folder in a password protected folder. Could that be the problem?

    The config is setup like so:
    <?php
    // Database access definition
    $dbname = "pcabaker_contacts";
    $dbserver = "pcabakersfield.com/church_directory/php_addressbook";
    $dbuser = "pcabaker_contact";
    $dbpass = "hidden for this public forum";

    Warning: include(../../php_addressbook/include/dbconnect.php) [function.include]: failed to open stream: No such file or directory in /home/pcabaker/public_html/church_directory/php_addressbook/index.php on line 2

    Warning: include() [function.include]: Failed opening '../../php_addressbook/include/dbconnect.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pcabaker/public_html/church_directory/php_addressbook/index.php on line 2

    Warning: include(../../php_addressbook/include/format.inc.php) [function.include]: failed to open stream: No such file or directory in /home/pcabaker/public_html/church_directory/php_addressbook/index.php on line 3

    Warning: include() [function.include]: Failed opening '../../php_addressbook/include/format.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pcabaker/public_html/church_directory/php_addressbook/index.php on line 3

    Fatal error: Call to undefined function ucfmsg() in /home/pcabaker/public_html/church_directory/php_addressbook/index.php on line 4

    Thanks so much.
    Hope you can direct me.
    My email is: jnorthway@bak.rr.com

    Jeff

     
    • K W

      K W - 2009-04-14

      $dbname = "pcabaker_contacts";
      $dbserver = "localhost";
      $dbuser = "pcabaker_contact";
      $dbpass = "hidden for this public forum";

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.