POOF - Theme/Style options Bulletproof theme gone

Having trouble installing serendipity?
Post Reply
msp_erv
Regular
Posts: 67
Joined: Thu Feb 05, 2009 1:58 am

POOF - Theme/Style options Bulletproof theme gone

Post by msp_erv »

POOF -- just like that -- today came to site -- site was only header text and footer link to bulletproof

so i go to login page and > manage styles and page is blank except for different themes

i look to see that Bulletproof v1.4 (s9y-bulletproof.com) is current install -

it is -- no way to set anything -- no front end display

i set other site them - they work -- i come back reset bulletproof and same story...

thoughts??
msp_erv
Regular
Posts: 67
Joined: Thu Feb 05, 2009 1:58 am

Re: POOF - Theme/Style options Bulletproof theme gone

Post by msp_erv »

I just cannot win....

from thread http://board.s9y.org/viewtopic.php?f=1&t=14992

and specifically this thread:
http://board.s9y.org/viewtopic.php?f=1&t=3851&hilit=SSI
suggesting i may be able to use included php by adding 'create a file "config.inc.php"'

Code: Select all

<?php
$serendipity['smarty']->security = false;
?>
this caused site to 'blip out'
even after i delete (renamed) file site was still in vapor vill requiring me to reload the bulletproof folder
???

how in the world can do i actually something like this

Code: Select all

{include_php file="/path/to/myfile.html"}
thank you
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: POOF - Theme/Style options Bulletproof theme gone

Post by Don Chambers »

Bulletproof already had that file... did you edit the existing config.inc.php file, or did you overwrite it?
=Don=
msp_erv
Regular
Posts: 67
Joined: Thu Feb 05, 2009 1:58 am

Re: POOF - Theme/Style options Bulletproof theme gone

Post by msp_erv »

that would explain alot --- i probably over wrote....

:)

is there some setting in thsi file to change to allow the use of php or do i have to add as outlined above?

making a bit more sense...
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: POOF - Theme/Style options Bulletproof theme gone

Post by Don Chambers »

yes - you can disable security as described above, and on other threads... just edit the EXISTING config.inc.php file, do not overwrite bulletproof's default version of that file.
=Don=
msp_erv
Regular
Posts: 67
Joined: Thu Feb 05, 2009 1:58 am

Re: POOF - Theme/Style options Bulletproof theme gone

Post by msp_erv »

don - you may just be my hero of the week

i will try this is AM with a clear mind and see if i can finally pull in my counter imbedded in my html file!

cool

p
Post Reply