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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
$dbname = "pcabaker_contacts";
$dbserver = "localhost";
$dbuser = "pcabaker_contact";
$dbpass = "hidden for this public forum";