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.
serendipity.css error in 1.6-alpha3
-
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
# 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/
# 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/
Re: serendipity.css error in 1.6-alpha3
http://dl.dropbox.com/u/691134/apache2config.zipgarvinhicking 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.
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
Hi!
Hm, also with your config it seems to work.
I created a directory /rewrite. Inside there I put these files:
.htaccess:
index.php:
serendipity.css.php:
Can you try to reproduce the issue with this minimal fileset?
Regards,
Garvin
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]
Code: Select all
<?php
print_r($_REQUEST);
Code: Select all
CSS here.
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/
# 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/
Re: serendipity.css error in 1.6-alpha3
Sure. /rewrite/index.php gives me:
while /rewrite/serendipity.css.php emits:
YL
Code: Select all
Array ( [SESS29af1facda0a866a687d5055f2fade2c] => lCxn2bUAm0SFwYm07vSWQ506tYi2d-NnfSP41qVbjuY ) Code: Select all
Array ( [url] => /serendipity.css [SESS29af1facda0a866a687d5055f2fade2c] => lCxn2bUAm0SFwYm07vSWQ506tYi2d-NnfSP41qVbjuY ) -
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
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
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/
# 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/
Re: serendipity.css error in 1.6-alpha3
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.garvinhicking wrote:Can you somehow setup your blog so that I can access it via SSH or FTP, and of course via HTTP?
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
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
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/
# 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/
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
Re: serendipity.css error in 1.6-alpha3
For me, #ganzunten sounds like down under 
Re: serendipity.css error in 1.6-alpha3
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.kleinerChemiker wrote:For me, #ganzunten sounds like down under
YL