Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ed Davison 19 posts 48 karma points
    Aug 13, 2009 @ 13:50
    Ed Davison
    0

    install on live, templates in admin but not shown on site

    Hi everyone,

    I'm having a mare! and i'm sure it's all my own fault :) please help

    Have small client site and installed a new package to it which failed with a series of errors and everything was then messed-up, templaes, macros, everything.

    reinstalled the SQLDB via a restore command - site up, admin up, all looks good apart from there is no design. - no templates showing externally.

    www.theinterviewonline.co.uk - see what i mean.

    templates are present in the admin UI - just not showing on site.

    I followed a few posts about templates and ran an sql query to check the templates sql-wise

    found this on an old forum post

    SELECT

     

     

    ct.pk as TemplateID, ct.nodeId as TemplateNodeID, ct.alias as TemplateAliasName, un.text as TemplateDescription FROM cmsTemplate ct INNER JOIN umbracoNode un ON un.id = ct.nodeId order by templatealiasname

    returns a list of the templates and aliases (showing no duplicates)

    11           1210       Blog       Blog

    12           1211       BlogMaster         BlogMaster

    13           1212       BlogPost              BlogPost

    14           1213       Rss         Rss

    17           1227       tioBlog  tioBlog

    15           1225       tioBlogMaster   tioBlogMaster

    18           1228       tioBlogPost         tioBlogPost

    3              1044       tioGenericArticle              tioGenericArticle

    4              1045       tioHome              tioHome

    5              1046       tioHomeMaster                tioHomeMaster

    6              1047       tioInterview       tioInterview

    7              1048       tioInterviewMaster        tioInterviewMaster

    8              1049       tioMaster            tioMaster

    9              1050       tioSearch             tioSearch

    10           1051       XSLTsearch         XSLTsearch

     

    Umbraco 4.02, ASP.Net 2.0, dedicated environment (with plesk), full admin and RDP rights

    Any help???

    (thanks a lot in advance)

     

  • Ed Davison 19 posts 48 karma points
    Aug 13, 2009 @ 14:14
    Ed Davison
    0

    I might be jumping the gun blaming the templates as i can;t reference the stylesheets directly via www.

    looking in the stylesheet table i get the following

     nodeID : filename : content

    1056 : blank : some css code

    all have blank file names

    one record with

    1057 : blank : two squares

    can i just add the correct file names in these cells? or will that make things worse?

    Ed.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 13, 2009 @ 14:16
    Richard Soeteman
    100

    Hi Ed,

    The only thing you are really missing is the stylsheet   /css/tioCssMaster.css. Try to add the tioCssMaster css again underneath the Stylesheet node in the settings section of Umbraco Or don't I understand your question?

    Cheers,

    Richard

  • Ed Davison 19 posts 48 karma points
    Aug 13, 2009 @ 15:24
    Ed Davison
    0

    thanks richard - i don't know how i missed that !

    so odd that only one failure on replacing one file can cause so much grief.

     

    thanks again

Please Sign in or register to post replies

Write your reply to:

Draft