shared installation - problem after update

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
tazilein
Regular
Posts: 56
Joined: Sun Apr 30, 2006 11:44 pm
Contact:

shared installation - problem after update

Post by tazilein »

Hi,

I use s9y with a shared installation since some years. I installed it with my manual: http://www.gallien.org/serendipity/inde ... Blogs.html

No I recently updated to the newest Version. I updated the core-files by FTP and all blogs got the message new version found and I did the steps that s9y wanted from me.

My main blog still works, but some things at the backend stopped working. f.ex picture upload or edit plugins.

One of the error messages:


Name HTML-Klotz (serendipity_html_nugget_plugin)
Beschreibung Zeigt einen kleinen Klotz HTML-Code in einer der Seitenleisten an

== TESTING ERROR MODE ==

Array
(
[0] => 2
[1] => file_get_contents(style_fallback.css) [function.file-get-contents]: failed to open stream: No such file or directory
[2] => /www/htdocs/v038961/library/s9y/include/functions_entries_admin.inc.php
[3] => 608
[4] => Array


Functions_entries_admin.inc.php exists.

I also switched to a new theme (2k11) if this makes any difference.

Can someone help me with that problem, the blog is running, but at the end currently no edits are possible.

Regards
my S9Y-Blogs: my personal brainbackup | [url=http://www.viennacityflats,at]Vienna Apartments Rental[/url] | Kasperls Geschichten | various other Sites using S9y as CMS
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: shared installation - problem after update

Post by Timbalu »

The error says this: the function file_get_contents() of something being included (possibly a file you wanted to read for the Klotz) in functions_entries_admin.inc.php Line 603 gives this response... "failed to open stream: No such file or directory".
things at the backend stopped working. f.ex picture upload or edit plugins.....
So it seems you have a path damage or problem...
Did you look into configuration path and the htaccess?
We do need some more explanation. I personally never had to do with shared installs.

Well, it does not solve the real problem you have, but you could first try to add a
$serendipity['production'] = true; to your serendipity_config_local.inc.php file (@ end).
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: shared installation - problem after update

Post by yellowled »

tazilein wrote:One of the error messages:
We sure could use all of them, ideally in full length with anonymized data (check the stuff you post here for login data etc.). Just to make sure: By ”newest version“ you mean 1.7 RC2, right?
tazilein wrote:

Code: Select all

    [1] => file_get_contents(style_fallback.css) [function.file-get-contents]: failed to open stream: No such file or directory
That one sounds simple. Make sure there's a /templates/default/style_fallback.css, check that it has content and that it's readable for the web server. Unfortunately, that's just a very little part of the error message, so I might be wrong here. :)

YL
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: shared installation - problem after update

Post by Timbalu »

...and yeah, right, you are using categorytemplates and your blog creates in head

Code: Select all

<link rel="stylesheet" href="http://www.gallien.org/serendipity/index.php?/plugin/categorytemplate_28">
which is the serendipity.css. In there you can see that the

Code: Select all

img {
   behavior: url("http://www.gallien.org/serendipity/index.php?/plugin/pngbehavior.htc");
}
/* style_fallback.css  */
/* templates/s9y-2k11-master/style.css  */
style_fallback path "templates/default/" is missing and therefore not included.
("Über mich" URL is failing and purge the browsercompat plugin with 1.7!)
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
tazilein
Regular
Posts: 56
Joined: Sun Apr 30, 2006 11:44 pm
Contact:

Re: shared installation - problem after update

Post by tazilein »

Thank you for your support, you lead the way to two "problems" that I had to fix

1) some plugins needed an update :roll:

2) as only the main core is updated, there happens no update to the templates and I had to manually upload the new default-template folder to the template folder of this specific blog.

Regards
my S9Y-Blogs: my personal brainbackup | [url=http://www.viennacityflats,at]Vienna Apartments Rental[/url] | Kasperls Geschichten | various other Sites using S9y as CMS
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: shared installation - problem after update

Post by Timbalu »

you still have to update the costa-nature_theme at kasperl. It was fixed a few days ago.

Edit: And better go with the new RC3.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply