serendipity.css error in 1.6-alpha3

Found a bug? Tell us!!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by garvinhicking »

Hi!

Can you zip up your apache config (/etc/apache2 I guess) and I'll try to use it on my setup to see if it could be a setup issue.

I could really use some help on this, I'm not proficient with this kind of problem.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by yellowled »

garvinhicking wrote:Can you zip up your apache config (/etc/apache2 I guess) and I'll try to use it on my setup to see if it could be a setup issue.
http://dl.dropbox.com/u/691134/apache2config.zip

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by garvinhicking »

Hi!

Hm, also with your config it seems to work.

I created a directory /rewrite. Inside there I put these files:

.htaccess:

Code: Select all

RewriteEngine On
RewriteRule ^(serendipity_admin\.css|serendipity\.css) index.php?url=/$1 [L,QSA]
index.php:

Code: Select all

<?php
print_r($_REQUEST);
serendipity.css.php:

Code: Select all

CSS here.
Can you try to reproduce the issue with this minimal fileset?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by yellowled »

Sure. /rewrite/index.php gives me:

Code: Select all

Array ( [SESS29af1facda0a866a687d5055f2fade2c] => lCxn2bUAm0SFwYm07vSWQ506tYi2d-NnfSP41qVbjuY ) 
while /rewrite/serendipity.css.php emits:

Code: Select all

Array ( [url] => /serendipity.css [SESS29af1facda0a866a687d5055f2fade2c] => lCxn2bUAm0SFwYm07vSWQ506tYi2d-NnfSP41qVbjuY ) 
YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by garvinhicking »

Hi!

Hm, that's how it's meant to be.

Can you somehow setup your blog so that I can access it via SSH or FTP, and of course via HTTP? I would need to investigate that. Maybe .htaccess forwarding is working properly, but s9y's index.php is not calling serendipity.css.php how its meant to be.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by yellowled »

garvinhicking wrote:Can you somehow setup your blog so that I can access it via SSH or FTP, and of course via HTTP?
I guess, but not over the next couple of days. I'm still at #ganzunten, going back to home on Thursday, so lots of prep work tomorrow plus a day on the train the day after that. I'll probably not get to this before Saturday.

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by garvinhicking »

Hi!

Sure. I also have little time, so that's beneficiary. I always wonder what #ganzunten is, so at one time I'm gonna ask. I always thought it referred to your mood :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity.css error in 1.6-alpha3

Post by yellowled »

kleinerChemiker wrote:For me, #ganzunten sounds like down under :?:
Kind of. My girlfriend lives in the very south of Germany, which #ganzunten refers to. However, she doesn't want the actual region or town mentioned on the interwebs, so I use this on twitter as a pseudo.

YL
Post Reply