User Can't login

View: New views
5 Messages — Rating Filter:   Alert me  

User Can't login

by quig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi, I just installed 4.0.3 and am having a user attempt to login...I
created the user, added them to all groups, but they try to login and
just get returned to the login page, no message.  Any ideas?  Is there
an IP list for access to the admin area?

quig


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: User Can't login

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Hi, I just installed 4.0.3 and am having a user attempt to login...I
> created the user, added them to all groups, but they try to login and
> just get returned to the login page, no message.  Any ideas?


Turn on J2EE session variables.

CF Admin --> Memory Variables --> Use J2EE session variables

Regards,

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: User Can't login

by al-63 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Could you help me to setup FaRCRY. I followed the instruction (

I Follow these steps closely:

  • copy the mollio project and rename it to something; for example, "myproject" (this project name must adhere to standard CF variable naming ie. must start with alpha, and can contain any alphnumeric and/or underscore)
  • set up a ColdFusion mapping of "/farcry" pointing to the (farcry install root)
  • set up a blank database and a corresponding datasource in CF administrator
  • configure a web site in your web server and make the webroot point to ./projects/myproject/www (where myproject is the name of the project folder you just named)
  • set up a web alias/virtual on the webserver of "/farcry" pointing to the ./core/admin directory)
but when I browse to http//localhost/farcry/
I get that error:

Could not find the included template /farcry/core/tags/farcry/callProjectApplication.cfm.

Have you any idea?

Thank a lot

2007/11/2, quig <quigtj@...>:

Hi, I just installed 4.0.3 and am having a user attempt to login...I
created the user, added them to all groups, but they try to login and
just get returned to the login page, no message.  Any ideas?  Is there
an IP list for access to the admin area?

quig


15124
Τηλ. 210-610-88-88
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: User Can't login

by StephenMoretti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On 05/11/2007, Alex Moustris <almoustris@...> wrote:
Could you help me to setup Farcry. I followed the instruction (

I Follow these steps closely:

  • copy the mollio project and rename it to something; for example, "myproject" (this project name must adhere to standard CF variable naming ie. must start with alpha, and can contain any alphnumeric and/or underscore)
  • set up a ColdFusion mapping of "/farcry" pointing to the (farcry install root)
  • set up a blank database and a corresponding datasource in CF administrator
  • configure a web site in your web server and make the webroot point to ./projects/myproject/www (where myproject is the name of the project folder you just named)
  • set up a web alias/virtual on the webserver of "/farcry" pointing to the ./core/admin directory)
but when I browse to http//localhost/farcry/
I get that error:

Could not find the included template /farcry/core/tags/farcry/callProjectApplication.cfm.

Have you any idea?

That would possibly suggest that your coldfusion mapping to /farcry isn't pointing to the correct location.

What folders/directories do you have under your "farcry install root"?  It should be core, plugins and, possibly, projects.

You don't mention it, so I have to ask: Have you been through the farcry installer via http://localhost/ ?

Regards

Stephen



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: User Can't login

by al-63 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Stephen thank you for your reply
I solve the problem
It was that the farcry should be a virtual directory of the sample application not of the web root

2007/11/5, Stephen Moretti < stephen.moretti@...>:


On 05/11/2007, Alex Moustris <almoustris@...> wrote:
Could you help me to setup Farcry. I followed the instruction (

I Follow these steps closely:

  • copy the mollio project and rename it to something; for example, "myproject" (this project name must adhere to standard CF variable naming ie. must start with alpha, and can contain any alphnumeric and/or underscore)
  • set up a ColdFusion mapping of "/farcry" pointing to the (farcry install root)
  • set up a blank database and a corresponding datasource in CF administrator
  • configure a web site in your web server and make the webroot point to ./projects/myproject/www (where myproject is the name of the project folder you just named)
  • set up a web alias/virtual on the webserver of "/farcry" pointing to the ./core/admin directory)
but when I browse to http//localhost/farcry/
I get that error:

Could not find the included template /farcry/core/tags/farcry/callProjectApplication.cfm.

Have you any idea?

That would possibly suggest that your coldfusion mapping to /farcry isn't pointing to the correct location.

What folders/directories do you have under your "farcry install root"?  It should be core, plugins and, possibly, projects.

You don't mention it, so I have to ask: Have you been through the farcry installer via http://localhost/ ?

Regards

Stephen







--
Αλέξανδρος Μούστρης
Αγ.Κωνσταντίνου 40, Μαρούσι
15124
Τηλ. 210-610-88-88
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user@...
To unsubscribe from this group, send email to farcry-user-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---