Fork me on GitHub

pn theme problem  Bottom

  • Hi,

    I have a problem with a theme in PN. i´ve just installed pn0.7.x yesterday and tried out a few themes. With the theme "bluesteel" comes the following error massage:

    Fatal error: Call to undefined function: translate() in /kunden/bandcommunity.at/webseiten/postnuke/html/themes/bluesteel/includes/bluesteelloop.php on line 10

    And that´s all i can see on the site, can´t get back to switch to another theme or anything else.

    So there´s my question: how can i get back to another theme. is there an entry in a mySQL table?

    thx for your help;


    p.s.: sorry for my bad english, but here in austria with all the kangaroos icon_wink
  • TomFrost03

    Hi,

    I have a problem with a theme in PN. i´ve just installed pn0.7.x yesterday and tried out a few themes. With the theme "bluesteel" comes the following error massage:

    Fatal error: Call to undefined function: translate() in /kunden/bandcommunity.at/webseiten/postnuke/html/themes/bluesteel/includes/bluesteelloop.php on line 10

    And that´s all i can see on the site, can´t get back to switch to another theme or anything else.

    So there´s my question: how can i get back to another theme. is there an entry in a mySQL table?

    thx for your help;


    p.s.: sorry for my bad english, but here in austria with all the kangaroos icon_wink


    Grab the PN Swiss Army Knife tool from http://sourceforge.n….php?group_id=27927. This will allow you to reset your theme.

    Or if your happing editing the DB see this thread for info.

    -Mark
  • This is something strange, happened to me on plenty themes when installed PHP5_ML_Themes_PN themes package.

    Until clarified what is the root problem, here is a temporary fix to be able to see the page OK:

    if error "Fatal error: Call to undefined function: translate() in .../themes/SomeThemeName/theme.php on line XX"

    1) create file themes/k.php with 1-line content



    2) in the very beginning of the particular ../themename/theme.php, add line

    include("themes/k.php");

    Hope this helps - worked on all problematic themes for me![/b]
  • here is the fastest way:

    Go and copy the content of any other theme that is working and paste it inside the folder that has the not working theme in it and you are done..

    when you open the site it will have the other teme...........

    easy isnt ?

This list is based on users active over the last 60 minutes.