Page 1 of 1

This theme/style has no specific options

Posted: Mon Oct 25, 2010 12:39 am
by francisco1844
Fresh install.
I was trying different plugins and themes to see what would work best. At one point selecting "Manage Styles" started to get

This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on http://www.s9y.org about "Configuration of Theme options".
Select the template you wish to use for your blog

Trying to open URL package_template.xml...
Fetched 237006 bytes from already existing file on your server. Saving file as /usr/home/WWW/dealingwithpests/serendipity/templates_c/package_template.xml...


Now I no longer can change the style of the blog.

[EDIT]
Also, selecting "Event Plugins" returns

Event Plugins

Trying to open URL package_event_en.xml...
Fetched 381992 bytes from already existing file on your server. Saving file as /usr/home/WWW/dealingwithpests/serendipity/templates_c/package_event_en.xml...

Re: This theme/style has no specific options

Posted: Mon Oct 25, 2010 7:30 pm
by garvinhicking
Hi!

Hm, I can only imagine that you picked any theme or template that might utlize PHP5 features and your server is running PHP4 - you could try to rename the "config.inc.php" file inside the directory of your template to see if that file is really causing it.

Also, if you tell me which template you currently have activated I might be able to spot what inside that file could misbehave...

It might also be a RAM usage issue where you exceed your maximum memory. You could edit your .htaccess and add

Code: Select all

php_value display_errors On
to see if then you get errors displayed. If not, maybe your server provider can tell you where PHP error logs are kept.

HTH,
Garvin

Re: This theme/style has no specific options

Posted: Mon Oct 25, 2010 8:39 pm
by francisco1844
garvinhicking wrote:It might also be a RAM usage issue where you exceed your maximum memory.
It was memory. Bumped from 16MB to 32MB.
I used 16MB because that was what the installer on S9y recommended. Perhaps that recommended value should be increased?

Re: This theme/style has no specific options

Posted: Tue Oct 26, 2010 11:34 am
by garvinhicking
Hi!

The recommendation is actually the MINIMUM recommended memory. More never hurts! :-D

Regards,
Garvin