Argh, Site Issues, Can you help?

Discussion in 'HTML & Website Design' started by NeophyteUK, Jul 4, 2008.

  1. #1
    So I tried upgrading with the dreaded 1.0-1.3 Joomla patch and it knocked my site over. However having rebuilt from backup I now have a strange problem going on, the template I use doesn't seem to be being pulled for all pages. For an clear example of what I mean go to www.pcmagcom.com and then click on any article at all.. Please help, all suggestions will be tried and are greatfully received!!

    Sam
     
    NeophyteUK, Jul 4, 2008 IP
  2. tankard

    tankard Well-Known Member

    Messages:
    1,018
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Seems to me, the article pages doesn't pull the CSS files in.
    On article source code you have these paths
    templates/system/css/general.css
    templates/rhuk_milkyway/css/template.css, etc

    and you use the same paths on your index page. No wonder that the articles cannot find the CSS :D

    That's why article pages try to look for CSS on yourdomain.com/new-technology/article-name/templates/system/css/general.css and obviously the css files are not there. So go to your admin panel and see if you can adjust CSS and Template paths.

    Although I hate to say that (because it is a bad practice) you will have to use absolute paths (I mean http://www.yadayada).
     
    tankard, Jul 4, 2008 IP