Search found 11 matches

by ret2
Wed May 16, 2007 5:57 pm
Forum: Themes
Topic: Howto remove the border in SideBar ?
Replies: 6
Views: 4682

It's ok, border-spacing 0px in #mainpane fix my problem.

Sorry, me + css = 0 :(
by ret2
Tue May 15, 2007 6:17 pm
Forum: Themes
Topic: Howto remove the border in SideBar ?
Replies: 6
Views: 4682


I assume the border is not actually pink, but that you drew it that way in Paint to point it out?


Yes, i draw this border in pink, normaly the color is in #mainpane, (exemple in yellow) :

http://img452.imageshack.us/img452/6411/mainpanenk2.th.png


If i change the padding in *SideBar to 0 ...
by ret2
Tue May 15, 2007 1:08 pm
Forum: Themes
Topic: Howto remove the border in SideBar ?
Replies: 6
Views: 4682

Sorry, work is in my second computer. (local)

My style.css :

http://pastebin.be/txt/1732.txt
http://pastebin.be/1732

In index.tpl i have just changed the left sidebar disposition.

I do not manage to find where is this margin.
by ret2
Mon May 14, 2007 8:39 pm
Forum: Themes
Topic: Howto remove the border in SideBar ?
Replies: 6
Views: 4682

Howto remove the border in SideBar ?

Hi,


Please, howto remove the "pink" border (draw with Paint) in the SideBar ?

http://img460.imageshack.us/img460/3382/marginjo4.png

My template is based from carl_contest. (carl_contest/style.css)

#mainpane have margin: 0 auto; (default)
#serendipityLeftSideBar have margin: 0; (default ...
by ret2
Mon Apr 16, 2007 6:17 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503

Hello,

Partialy fixed, same problem with latest version.

Please comment this line : $_SESSION[$key] = input_get(INPUT_SESSION, $key, FILTER_UNSAFE_RAW);

$ diff compat.inc.php.orig compat.inc.php
117a118,120
>
> // NOT YET IMPLEMENTED IN PHP:
> /*
120a124
> */
by ret2
Fri Feb 16, 2007 2:11 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503


To me it seems the best solution would be to not use the SESSION routines for now, right?


Yes for the moment, if the PHP Team release new php version with support of INPUT_SESSION, just use: version_compare(), only for PHP5 (i not tested php6) :)


I'm sorry for my lack of knowledge in this ...
by ret2
Fri Feb 16, 2007 12:37 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503

Hello,

Mandriva use lot a .ini (23-gd.ini ...) it's crazy !

var_dump(ini_get('filter.default')) => string(6) "string"
var_dump(ini_get('filter.default_flags')) = > bool(false)

In /etc/php.d/A46_filter.ini i have :

extension = filter.so


Any entrie in /etc/php.ini for "filter."

With phpinfo ...
by ret2
Thu Feb 15, 2007 9:43 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503

The bug :
http://img523.imageshack.us/img523/49/s9ythebugjy9.th.png


It's a solution : not possible ?

http://fr3.php.net/en/filter


INPUT_SESSION (integer)
SESSION variables. (not implemented yet)



http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?revision=1.52.2.38&view=markup ...
by ret2
Thu Feb 15, 2007 8:34 pm
Forum: Installation
Topic: Returned to Login Page, No matter what Link I select.
Replies: 12
Views: 10030

justinhickey > I have the same problem, please read and comment this lines :
http://board.s9y.org/viewtopic.php?p=49891#49891
Please feedback your result. (Work now / Don't work).

Garvin > What do you think about it?
by ret2
Thu Feb 15, 2007 8:28 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503

After long debug with var_dump() .. I have find the bug !

FIle: include/compat.inc.php


if (extension_loaded('filter') && function_exists('input_name_to_filter') && input_name_to_filter(ini_get('filter.default')) !== FILTER_UNSAFE_RAW) {
foreach ($_POST as $key => $value) {
$_POST[$key ...
by ret2
Thu Feb 15, 2007 4:40 pm
Forum: Bugs
Topic: Auto-logout in Admin - Problem with INPUT_SESSION
Replies: 8
Views: 6503

Auto-logout in Admin - Problem with INPUT_SESSION

Hello,


I have installed S9Y 1.1 (full, installation "Expert") on PHP 5.1.6 (Mandriva 2007).

I try to admin my blog: /blog/serendipity_admin.php , succefull login, i have access to the main page of admin.
I press "Poster un billet' (Add one article) for example, serendipity location me to /blog ...