Re: [Citrusdb-users] error Not Found after I login the default password

2010-02-09 Thread AC Perdon
Cool! Thanks Paul its now working.

2010/2/6 Paul Yasi p...@coffeebuzz.com

 You need to update the url_prefix and ssl_url_prefix variables to the
 correct ones in config.inc.php

 These are new in 2.0

 Paul

 2010/2/5 AC Perdon acp@gmail.com

 Hi,

 I have installed citrusdb 3 times and my first time to encounter this
 problem which I cant figure it out, can any one help details below:

 System Info:

 OS:
 Distributor ID:Ubuntu
 Description:Ubuntu 9.10
 Release:9.10
 Codename:karmic

 phpinfo output:
 Configuration File (php.ini) Path /etc/php5/apache2  Loaded Configuration
 File /etc/php5/apache2/php.ini Scan this dir for additional .ini files 
 /etc/php5/apache2/conf.d
 additional .ini files parsed /etc/php5/apache2/conf.d/gd.ini,
 /etc/php5/apache2/conf.d/mcrypt.ini, /etc/php5/apache2/conf.d/mysql.ini,
 /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini,
 /etc/php5/apache2/conf.d/pdo_mysql.ini

 Citrus Config:

 7 // define variables
   $sys_dbhost = 'localhost';
   $sys_dbuser = 'test';
   $sys_dbpasswd = 'test123';
   $sys_dbname = 'citrus';
   $sys_dbtype = 'mysql';
   $path_to_citrus = '/var/www/citrus-2.0';
   $hidden_hash_var='thequickbrownfox';
   $lang = './include/local/us-english.inc.php';
   $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
 --passphrase-fd 0 --yes --no-tty --skip-verify --decrypt;

   // use these url prefixes to redirect between the ssl carddata and
 regular pages
   // also maybe can be used with base href to help limit cross site
 scripting
   $url_prefix = 
 http://localhost/~pyasi/citrus_project/citrusdb-gpg/http://localhost/%7Epyasi/citrus_project/citrusdb-gpg/
 ;
   $ssl_url_prefix = 
 https://localhost/~pyasi/citrus_project/citrusdb-gpg/https://localhost/%7Epyasi/citrus_project/citrusdb-gpg/
 ;

   File is located:

 $ pwd
 /var/www/citrus-2.0

 Citrus version: 2.0 stable

 Problem:

 After I type in default username and password (admin/test) the page loads
 below error, I think its looking for a directory or a a file located at
 /home/pyasi/citrus_project/io, but I'm not sure cause my previous
 installation was successful and I have check the files seem all of them are
 in the right place.

 Not Found

 The requested URL /citrusdb/index.php was not found on this server.
 --
 Apache/2.2.12 (Ubuntu) Server at localhost Port 80
 here are the files:
 $ ls
 1024x768.html dashboard.php   include  receipt.php
 all_billing_details.php   datetest.phpindex.phpscripts
 all_billing_history.php   decryptcardsLICENSE  search.php
 all_customer_history.php  dosearch.phplogout.php
 statusupdate
 all_payment_history.php   encryptcardsMODULEGUIDE  tickets.php
 billing_details.php   favicon.ico modules  tools
 billing_history.php   footer.php  modules.php  tools.php
 calendar.php  fullscreen.css  mydate.php   update.php
 citrus.cssfunctions.jsnewcustomer.php
 viewaccount.php
 citrusdb.png  getweekends.pl  online
 viewservice.php
 citrus.sqlheader.php  payment_history.php
 viewticket.php
 classes   help.html   print.php
 customer_history.php  images  README

 Thanks and Regards,
 AC


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Citrusdb-users mailing list
 Citrusdb-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/citrusdb-users




 --
 The CitrusDB Project | http://www.citrusdb.org
 Open Source Customer Care  Billing System


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Citrusdb-users mailing list
 Citrusdb-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/citrusdb-users


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans 

[Citrusdb-users] error Not Found after I login the default password

2010-02-05 Thread AC Perdon
Hi,

I have installed citrusdb 3 times and my first time to encounter this
problem which I cant figure it out, can any one help details below:

System Info:

OS:
Distributor ID:Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:karmic

phpinfo output:
Configuration File (php.ini) Path /etc/php5/apache2 Loaded Configuration
File /etc/php5/apache2/php.ini Scan this dir for additional .ini files
/etc/php5/apache2/conf.d
additional .ini files parsed /etc/php5/apache2/conf.d/gd.ini,
/etc/php5/apache2/conf.d/mcrypt.ini, /etc/php5/apache2/conf.d/mysql.ini,
/etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini,
/etc/php5/apache2/conf.d/pdo_mysql.ini

Citrus Config:

7 // define variables
  $sys_dbhost = 'localhost';
  $sys_dbuser = 'test';
  $sys_dbpasswd = 'test123';
  $sys_dbname = 'citrus';
  $sys_dbtype = 'mysql';
  $path_to_citrus = '/var/www/citrus-2.0';
  $hidden_hash_var='thequickbrownfox';
  $lang = './include/local/us-english.inc.php';
  $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
--passphrase-fd 0 --yes --no-tty --skip-verify --decrypt;

  // use these url prefixes to redirect between the ssl carddata and regular
pages
  // also maybe can be used with base href to help limit cross site
scripting
  $url_prefix = http://localhost/~pyasi/citrus_project/citrusdb-gpg/;;
  $ssl_url_prefix = https://localhost/~pyasi/citrus_project/citrusdb-gpg/;;

  File is located:

$ pwd
/var/www/citrus-2.0

Citrus version: 2.0 stable

Problem:

After I type in default username and password (admin/test) the page loads
below error, I think its looking for a directory or a a file located at
/home/pyasi/citrus_project/io, but I'm not sure cause my previous
installation was successful and I have check the files seem all of them are
in the right place.

Not Found

The requested URL /citrusdb/index.php was not found on this server.
--
Apache/2.2.12 (Ubuntu) Server at localhost Port 80
here are the files:
$ ls
1024x768.html dashboard.php   include  receipt.php
all_billing_details.php   datetest.phpindex.phpscripts
all_billing_history.php   decryptcardsLICENSE  search.php
all_customer_history.php  dosearch.phplogout.php   statusupdate
all_payment_history.php   encryptcardsMODULEGUIDE  tickets.php
billing_details.php   favicon.ico modules  tools
billing_history.php   footer.php  modules.php  tools.php
calendar.php  fullscreen.css  mydate.php   update.php
citrus.cssfunctions.jsnewcustomer.php
viewaccount.php
citrusdb.png  getweekends.pl  online
viewservice.php
citrus.sqlheader.php  payment_history.php
viewticket.php
classes   help.html   print.php
customer_history.php  images  README

Thanks and Regards,
AC
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users