Quote:
Originally Posted by sv1cec
Did you made the changes in postbit and postbit_legacy templates? You probably change the required text in one area only, not in all.
rgds
|
Yes I did!
PHP Code:
9. Open your postbit/postbit_legacy templates and replace every occurence of
$hierarchical=='No'
with
$hierarchical==0
and every occurence of
$hierarchical=='Yes'
with
$hierarchical==1
Quote:
Originally Posted by jluerken
Yes I did!
PHP Code:
9. Open your postbit/postbit_legacy templates and replace every occurence of
$hierarchical=='No'
with
$hierarchical==0
and every occurence of
$hierarchical=='Yes'
with
$hierarchical==1
|
omg pls. delete my posts.
I simply had forgotten to check the AWS options again and to set them again.
They are lost due to the db changes.
Maybe you could place a hint in the instructions to set the options again.
Another nice thing would be if the upgrader will read the set options from warn_options and put them into the new fields.
Thanks
jluerken