Okay I am getting numerous errors trying to install this. two different
problems are arising in either case i cannot get this working
Problem One:
Fatal error: Uncaught Error: Call to undefined function mysql_connect()
in C:\xampp\htdocs\include\adodb\drivers\adodb-mysql.inc.php:363 Stack
trace: #0 C:\xampp\htdocs\include\adodb\adodb.inc.php(522):
ADODB_mysql->_connect('localhost', 'jeff', 'Ug04he4d1977', 'citrus') #1
C:\xampp\htdocs\include\database.inc.php(34):
ADOConnection->Connect('localhost', 'jeff', 'Ug04he4d1977', 'citrus') #2
C:\xampp\htdocs\index.php(28): include('C:\\xampp\\htdocs...') #3 {main}
thrown in C:\xampp\htdocs\include\adodb\drivers\adodb-mysql.inc.php on
line
Problem Two
Parse error: syntax error, unexpected 'D9F7B90CE9989BD1C0FF8BBAC3A644'
(T_STRING) in C:\xampp\htdocs\include\config.inc.php on line 14
Here is My Config File:
<?php
/*----------------------------------------------------------------------------*/
// Copyright (C) 2002-2010 Paul Yasi (paul at citrusdb.org)
// Read the README file for more information
/*----------------------------------------------------------------------------*/
// define variables
$sys_dbhost = 'localhost';
$sys_dbuser = 'none'; Hiidden for privacy of my customers
$sys_dbpasswd = 'none'; Hidden for privacy of my customers
$sys_dbname = 'citrus';
$sys_dbtype = 'mysql';
$path_to_citrus ='C:\xampp\htdocs\';
$hidden_hash_var='D9F7B90CE9989BD1C0FF8BBAC3A6449148EA8F0707C63D386940C078D990ACFDBE26148B0F227679D00ADB1E503DE1DD85A3D416CBDF40BC3C4A882D65D0E92A';
$lang = 'C:\xampp\htdocs\include\local\us-english.inc.php';
$url_prefix = "http://jacksonaviation.ddns.net";
$ssl_url_prefix = "https://jacksonaviation.ddns.net";
// these gpg commands are required for encrypted storage of credit card
data
//$gpg_command = "/usr/bin/gpg --homedir /home/www-data/.gnupg --armor
--batch -e -r 'CitrusDB'";
//$gpg_decrypt = "/usr/bin/gpg --homedir /home/www-data/.gnupg -v
--passphrase-fd 0 --yes --no-tty --skip-verify --decrypt";
//$gpg_sign = "/usr/bin/gpg --homedir /home/www-data/.gnupg
--passphrase-fd 0 --yes --no-tty --clearsign -u 'CitrusDB'";
// ldap server settings (optional for authentication)
$ldap_enable = FALSE;
$ldap_host = 'ldaps://localhost';
$ldap_dn = 'ou=webapps,dc=localhost';
$ldap_protocol_version = 3;
$ldap_uid_field = 'uid';
// jabber/xmpp server information (optional for ticket notification)
$xmpp_server = "";
$xmpp_user = "";
$xmpp_password = "";
$xmpp_domain = "";
// shipping tracking url
$tracking_url =
"http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum=";
Problem One occurs when when change $path_to_citrus ='C:\xampp\htdocs\';
to $path_to_citrus ='C:\\xampp\\htdocs\\'; and it never gets to the hash
generation page
Problem Two occurs when C:\\xampp\\htdocs\\ is changed to
$path_to_citrus ='C:\\\xampp\\\htdocs\\\'; no other configuration
changes are made only a few \'s thats all. I cant seem to find any
troubleshooting steps anywhere, or any documentation on the errors. The
installation documentaion is vague at best I had to do a lot of trial
and error.
I am moving to a new location Monday January 7th and am setting up a in
house server that I would like to run this on. I have been working on
this since 4 pm and its now 11 pm and I am no closer to being done them
when I started 7 hours ago. This database will make managing things so
much easier for me as I have tried to write my own database but cant
seem to get it functioning the way i want it. Any help is appreciated.
Thanks,
Jeffery
jpoblock...@gmail.com
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users