1.2: cannot find serendipity_admin.css

Having trouble installing serendipity?
Post Reply
freggy
Regular
Posts: 10
Joined: Sun Feb 25, 2007 7:19 pm

1.2: cannot find serendipity_admin.css

Post by freggy »

I upgraded from serendipity 1.1.3 to 1.2 (svn branch version).

Whatever template (bulletproof, or something else) I select in Serendipity, the administration panel looks ugly, and in the web server logs, I see it is looking for an inexsting css file: File does not exist: /var/www/html/test/serendipity/serendipity_admin.css

I could not find this file anywhere, it's not part of the official 1.2.0 tarball.

What could be wrong?
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

All of the files may not have been uploaded when you upgraded. Try uploading all the files again, especially the /templates/default folder.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Serendipity_admin.css is a virtual file that gets rewritten to serendipity.css.php using mod_rewrite or ErrorDocument handlers.

you might need to check your .htaccess file if it contains the proper rules, or you need to disable "URL Rewrting" in your s9y configuration.

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/
jwdonal
Regular
Posts: 14
Joined: Sat Mar 06, 2010 1:40 am
Contact:

Re: 1.2: cannot find serendipity_admin.css

Post by jwdonal »

Just wanted to add my solution for this. I had the same problem with apache saying that the serendipity.css, serendipity_admin.css, etc files did not exist. My problem was that I didn't have the "AllowOverride All" option set for serendipity's root directory. Whoops. ;)
Post Reply