JBW | 8 Feb 01:31
Favicon

Solution: Can't login (returned to login page)

I found a possible solution to the problem many have had where they try to login after installation but are returned to the login page. The help page at http://www.citrusdb.org/documentation.html#sec-2 says:

"Set the regular url and ssl url prefixes for your site. You should use the same name for both the regular url and ssl url with the only difference being http or https for the protocol. This will ensure the session cookie assigned during ssl login is available to the regular http url as well."

Once I fixed that, it worked.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@...
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
Bill Harris | 8 Feb 01:54
Favicon

Feature request...


One thing that would be useful, ( unless I have a configuration issue)
is a navigation options after doing a query, failed or successful..  It
appears
I need to actually view a record on successful, to get my sidebar back.

On failure, I just get the "Query failed" message..

Bill

--

-- 

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Paul Yasi | 9 Feb 02:43
Favicon
Gravatar

Re: Feature request...

Is this when searching for customers?  On a search that does not
return results you should get "Sorry No Records Found" and a link to
"Click here to try again".  If you are getting a query failed
something may be wrong.

Paul

On Tue, Feb 7, 2012 at 7:54 PM, Bill Harris <bharris@...> wrote:
>
> One thing that would be useful, ( unless I have a configuration issue)
> is a navigation options after doing a query, failed or successful..  It
> appears
> I need to actually view a record on successful, to get my sidebar back.
>
> On failure, I just get the "Query failed" message..
>
> Bill
>
>
> --
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@...
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users

--

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

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
AC Perdon | 20 Feb 06:00
Picon

I encounter this error before and fix it with older version. "Not Found" but encounter it in 2.4.1 again.

Hi,


I have encounter this before and fix it by just editing the below variable, but now using latest version of citrusdb 2.4.1 I get that same error.

$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";


Not Found

The requested URL /var/www/html/citrusdb/index.php was not found on this server.


Here is my config.

$path_to_citrus='/var/www/html/citrusdb/';
$hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
$lang = './include/local/us-english.inc.php';
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";


location of the file


[root <at> student citrusdb]# pwd
/var/www/html/citrusdb

[root <at> student citrusdb]# ls -l index.php
-rw-r--r-- 1 root root 13830 Dec  8 23:55 index.php
[root <at> student citrusdb]#


OS:

Centos 6.0
SElinux is disable and firewall is flash


Is there something I miss?


Thanks in advance,

AC            
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@...
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
Rich Cloutier | 20 Feb 18:29
Favicon

Re: Citrusdb-users Digest, "Not Found" but encounter it in 2.4.1 again. (AC Perdon)

I noticed the following line in your config has a typo:

$url_prefix="/var/www/html/citrusb";

It should be "/var/www/html/citrusdb"; If that's the way it is in your config file, there's your problem.

Rich Cloutier

On 2/20/2012 7:06 AM, citrusdb-users-request@... wrote:
> Send Citrusdb-users mailing list submissions to
> 	citrusdb-users@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.sourceforge.net/lists/listinfo/citrusdb-users
> or, via email, send a message with subject or body 'help' to
> 	citrusdb-users-request@...
>
> You can reach the person managing the list at
> 	citrusdb-users-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Citrusdb-users digest..."
>
>
> Today's Topics:
>
>     1. I encounter this error before and fix it with older version.
>        "Not Found" but encounter it in 2.4.1 again. (AC Perdon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 20 Feb 2012 13:00:52 +0800
> From: AC Perdon<acp.tcn@...>
> Subject: [Citrusdb-users] I encounter this error before and fix it
> 	with older version. "Not Found" but encounter it in 2.4.1 again.
> To: For users of CitrusDB discussion
> 	<citrusdb-users@...>
> Message-ID:
> 	<CAGMYo+A-8BmaJF+=TV4xOyJQhUeE=g7X=0qtQcM4zrHMryKWNA@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
>
>   I have encounter this before and fix it by just editing the below
> variable, but now using latest version of citrusdb 2.4.1 I get that same
> error.
>
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
> Not Found
>
> The requested URL /var/www/html/citrusdb/index.php was not found on this
> server.
>
>
> Here is my config.
>
> $path_to_citrus='/var/www/html/citrusdb/';
> $hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
> $lang = './include/local/us-english.inc.php';
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
>
> location of the file
>
>
> [root <at> student citrusdb]# pwd
> /var/www/html/citrusdb
>
> [root <at> student citrusdb]# ls -l index.php
> -rw-r--r-- 1 root root 13830 Dec  8 23:55 index.php
> [root <at> student citrusdb]#
>
>
> OS:
>
> Centos 6.0
> SElinux is disable and firewall is flash
>
>
> Is there something I miss?
>
>
> Thanks in advance,
>
> AC
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
>
> ------------------------------
>
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@...
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>
> End of Citrusdb-users Digest, Vol 55, Issue 3
> *********************************************
>
>

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Paul Yasi | 21 Feb 00:34
Favicon
Gravatar

Re: I encounter this error before and fix it with older version. "Not Found" but encounter it in 2.4.1 again.

The URL prefix needs to be the beginning of the URL to your citrus
site that will work in a browser, eg: http://www.example.com/citrusdb
and https://www.example.com/citrusdb

Paul

2012/2/20 AC Perdon <acp.tcn@...>:
> Hi,
>
>
> I have encounter this before and fix it by just editing the below variable,
> but now using latest version of citrusdb 2.4.1 I get that same error.
>
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
>
> Not Found
>
> The requested URL /var/www/html/citrusdb/index.php was not found on this
> server.
>
>
> Here is my config.
>
> $path_to_citrus='/var/www/html/citrusdb/';
> $hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
> $lang = './include/local/us-english.inc.php';
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
>
> location of the file
>
>
> [root <at> student citrusdb]# pwd
> /var/www/html/citrusdb
>
> [root <at> student citrusdb]# ls -l index.php
> -rw-r--r-- 1 root root 13830 Dec  8 23:55 index.php
> [root <at> student citrusdb]#
>
>
> OS:
>
> Centos 6.0
> SElinux is disable and firewall is flash
>
>
> Is there something I miss?
>
>
> Thanks in advance,
>
> AC
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@...
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>

--

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

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
AC Perdon | 21 Feb 18:39
Picon

Re: Citrusdb-users Digest, "Not Found" but encounter it in 2.4.1 again. (AC Perdon)

Still get same error = (

$path_to_citrus='/var/www/html/citrusdb';
$hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
$lang = './include/local/us-english.inc.php';
$url_prefix = "/var/www/html/citrusdb";
$ssl_url_prefix = "/var/www/html/citrusdb";


On Tue, Feb 21, 2012 at 1:29 AM, Rich Cloutier <richc-3SjB2UHLC3Hby3iVrkZq2A@public.gmane.org> wrote:
I noticed the following line in your config has a typo:

$url_prefix="/var/www/html/citrusb";

It should be "/var/www/html/citrusdb"; If that's the way it is in your config file, there's your problem.

Rich Cloutier

On 2/20/2012 7:06 AM, citrusdb-users-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org wrote:
> Send Citrusdb-users mailing list submissions to
>       citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/citrusdb-users
> or, via email, send a message with subject or body 'help' to
>       citrusdb-users-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>
> You can reach the person managing the list at
>       citrusdb-users-owner-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Citrusdb-users digest..."
>
>
> Today's Topics:
>
>     1. I encounter this error before and fix it with older version.
>        "Not Found" but encounter it in 2.4.1 again. (AC Perdon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 20 Feb 2012 13:00:52 +0800
> From: AC Perdon<acp.tcn <at> gmail.com>
> Subject: [Citrusdb-users] I encounter this error before and fix it
>       with older version. "Not Found" but encounter it in 2.4.1 again.
> To: For users of CitrusDB discussion
>       <citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> Message-ID:
>       <CAGMYo+A-8BmaJF+=TV4xOyJQhUeE=g7X=0qtQcM4zrHMryKWNA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
>
>   I have encounter this before and fix it by just editing the below
> variable, but now using latest version of citrusdb 2.4.1 I get that same
> error.
>
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
> Not Found
>
> The requested URL /var/www/html/citrusdb/index.php was not found on this
> server.
>
>
> Here is my config.
>
> $path_to_citrus='/var/www/html/citrusdb/';
> $hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
> $lang = './include/local/us-english.inc.php';
> $url_prefix="/var/www/html/citrusb";
> $ssl_url_prefix="/var/www/html/citrusdb";
>
>
> location of the file
>
>
> [root <at> student citrusdb]# pwd
> /var/www/html/citrusdb
>
> [root <at> student citrusdb]# ls -l index.php
> -rw-r--r-- 1 root root 13830 Dec  8 23:55 index.php
> [root <at> student citrusdb]#
>
>
> OS:
>
> Centos 6.0
> SElinux is disable and firewall is flash
>
>
> Is there something I miss?
>
>
> Thanks in advance,
>
> AC
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
>
> ------------------------------
>
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>
> End of Citrusdb-users Digest, Vol 55, Issue 3
> *********************************************
>
>


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@...
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
AC Perdon | 21 Feb 18:50
Picon

SOLVED:Re: I encounter this error before and fix it with older version. "Not Found" but encounter it in 2.4.1 again.

Hi,

I solved the problem by using below config. Got the idea as I read some of the issue posted here.


$url_prefix = "http://localhost/citrusdb";
$ssl_url_prefix = "http://localhost/citrusdb";

Thanks for the help
AC



On Mon, Feb 20, 2012 at 1:00 PM, AC Perdon <acp.tcn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

Hi,


I have encounter this before and fix it by just editing the below variable, but now using latest version of citrusdb 2.4.1 I get that same error.

$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";


Not Found

The requested URL /var/www/html/citrusdb/index.php was not found on this server.


Here is my config.

$path_to_citrus='/var/www/html/citrusdb/';
$hidden_hash_var='thequickbrownfoxjumpoverthelayzdod';
$lang = './include/local/us-english.inc.php';
$url_prefix="/var/www/html/citrusb";
$ssl_url_prefix="/var/www/html/citrusdb";


location of the file


[root <at> student citrusdb]# pwd
/var/www/html/citrusdb

[root <at> student citrusdb]# ls -l index.php
-rw-r--r-- 1 root root 13830 Dec  8 23:55 index.php
[root <at> student citrusdb]#


OS:

Centos 6.0
SElinux is disable and firewall is flash


Is there something I miss?


Thanks in advance,

AC            

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@...
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
John Hurst | 21 Feb 21:21

Google Apps and Citrus DB

Hey Guys,
    I've been working on a module for citrusdb that will use Google provisioning API to provision Google Apps accounts.  I'm making this because we recently switched our customer base over to Google.  Is there anyone else out there who is using Google Apps and would be interested in this module?

I have it working now, however still working on getting it to update user's names, and passwords.

- John

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@...
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
Paul Yasi | 21 Feb 22:19
Favicon
Gravatar

Re: Google Apps and Citrus DB

I don't use google apps myself, but i'm intersted in this module.  Do
you go through google directly or through their ikano partner editon?

Paul

2012/2/21 John Hurst <hursjohn@...>:
> Hey Guys,
>     I've been working on a module for citrusdb that will use Google
> provisioning API to provision Google Apps accounts.  I'm making this because
> we recently switched our customer base over to Google.  Is there anyone else
> out there who is using Google Apps and would be interested in this module?
>
> I have it working now, however still working on getting it to update user's
> names, and passwords.
>
> - John
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@...
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>

--

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

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d

Gmane