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
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 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).