Upgrade to 2.1.1 broke themes ??

Found a bug? Tell us!!
Post Reply
TheLittleDuke
Posts: 3
Joined: Sat Oct 28, 2017 9:47 pm

Upgrade to 2.1.1 broke themes ??

Post by TheLittleDuke »

My site at https://blog.sppx.io is now themeless after upgraded to 2.1.1

And in admin if I click on themes I get this error:

The URL http://netmirror.org/mirror/serendipity ... mplate.xml (IP 176.9.206.60) could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.
(The repository returned error code 404.)
Unable to retrieve data from SPARTACUS repository. Checking for repository availability on http://netmirror.org/mirror/serendipity/last.txt.
TheLittleDuke
Posts: 3
Joined: Sat Oct 28, 2017 9:47 pm

Re: Upgrade to 2.1.1 broke themes ??

Post by TheLittleDuke »

After patching up the system the theme is sort of back online but the right hand column is taking up too much screen real estate,

The admin link still reports a 404
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Upgrade to 2.1.1 broke themes ??

Post by yellowled »

TheLittleDuke wrote:The URL http://netmirror.org/mirror/serendipity ... mplate.xml (IP 176.9.206.60) could not be opened.
Netmirror is probably still down, you'll want to switch your Spartacus plugin to use s9y.org or GitHub as the source for both themes and plugins. Make sure to check for plugin updates after switching.
TheLittleDuke wrote:The admin link still reports a 404
Well, the /admin link does, but /serendipity_admin.php works. /admin is just a redirect to that, so it might be missing from your .htaccess or somewhere else. Not sure what “patching up the system” is supposed to mean, so it's kind of hard to diagnose.

Does your .htaccess file have a line with this?

Code: Select all

RewriteRule ^(admin|entries)(/.+)?$ index.php?url=admin/ [L,QSA]
TheLittleDuke wrote:the right hand column is taking up too much screen real estate
Yeah, that's weird. On the one hand, you're using a very old theme (idea), on the other hand you have some very modern styles in your stylesheet using CSS flexbox. These flexbox styles don't seem to make much sense, and I'm not sure where they come from. Did you maybe add these yourself?

YL
TheLittleDuke
Posts: 3
Joined: Sat Oct 28, 2017 9:47 pm

Re: Upgrade to 2.1.1 broke themes ??

Post by TheLittleDuke »

Thanks for the help! Updated the theme and have been blowing out the content!

-dvd
Post Reply