Errors at loging / cookie names

Asked by Jaime NM

After trying a login I get these error messages:

Warning: Cookie names can not contain any of the following '=,; \t\r\n\013\014' in /var/www/Jisko/pages/login.php on line 170

Warning: Cannot modify header information - headers already sent by (output started at /var/www/Jisko/pages/login.php:170) in /var/www/Jisko/pages/login.php on line 174

Any idea about what could be wrong?

Just installed jisko3b1

Question information

Language:
English Edit question
Status:
Solved
For:
Jisko Edit question
Assignee:
No assignee Edit question
Solved by:
Marcos Garcia
Solved:
Last query:
Last reply:
Revision history for this message
Rubén Díaz (outime) said :
#1

Can you post here your config.php details (hiding passwords and that
stuff)? Thanks!

On Thu, Apr 29, 2010 at 14:57, Jaime NM
<email address hidden> wrote:
> New question #108739 on Jisko:
> https://answers.launchpad.net/jisko/+question/108739
>
> After trying a login I get these error messages:
>
> Warning: Cookie names can not contain any of the following '=,; \t\r\n\013\014' in /var/www/Jisko/pages/login.php on line 170
>
> Warning: Cannot modify header information - headers already sent by (output started at /var/www/Jisko/pages/login.php:170) in /var/www/Jisko/pages/login.php on line 174
>
> Any idea about what could be wrong?
>
> Just installed jisko3b1
>
>
>
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

Revision history for this message
Best Marcos Garcia (marcosgdf) said :
#2

Please enter to your phpmyadmin or your mysql manager, and then:

1. Go to settings table
2. Edit 'name' and remove any spaces or non-alphabet and numeric characters

We are going to solve it for 3.0

Thanks1

El 29/04/2010 15:00, "Rubén Díaz" <email address hidden>
escribió:

Question #108739 on Jisko changed:

https://answers.launchpad.net/jisko/+question/108739
   Status: Open => Answered

Rubén Díaz proposed the following answer:
Can you post here your config.php details (hiding passwords and that
stuff)? Thanks!

On Thu, Apr 29, 2010 at 14:57, Jaime NM
<email address hidden> wrote:
> New questio...
--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

You received this question notification because you are an answer
contact for Jisko.

Revision history for this message
Rubén Díaz (outime) said :
#3

Aww sorry Jaime, I was thinking on 2.0 version, where NAME constant is
there. As Marcos said, remove spaces and use only alphabet characters.

On Thu, Apr 29, 2010 at 16:24, Marcos Garcia
<email address hidden> wrote:
> Question #108739 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/108739
>
> Marcos Garcia proposed the following answer:
> Please enter to your phpmyadmin or your mysql manager, and then:
>
> 1. Go to settings table
> 2. Edit 'name' and remove any spaces or non-alphabet and numeric characters
>
> We are going to solve it for 3.0
>
> Thanks1
>
> El 29/04/2010 15:00, "Rubén Díaz" <email address hidden>
> escribió:
>
> Question #108739 on Jisko changed:
>
> https://answers.launchpad.net/jisko/+question/108739
>   Status: Open => Answered
>
> Rubén Díaz proposed the following answer:
> Can you post here your config.php details (hiding passwords and that
> stuff)? Thanks!
>
>
> On Thu, Apr 29, 2010 at 14:57, Jaime NM
> <email address hidden> wrote:
>> New questio...
> --
> Rubén Díaz
> GPG id 2354DA5F
> http://diazr.com
> (+34) 644 46 93 64
>
>
> You received this question notification because you are an answer
> contact for Jisko.
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

Revision history for this message
Jaime NM (jaime-nm) said :
#4

Thanks Marcos Garcia, that solved my question.

Revision history for this message
Jaime NM (jaime-nm) said :
#5

Hi Rubén, it was an space as suggested by Marcos, now it's working great, thanks!