Quote from: mayhemchaos at May 12, 2009, 10:20 AMQuote from: sottwell at May 12, 2009, 03:16 PM
Try putting the <base href="[(site_url)]"></base> in your template head. That sets the base root for all relative paths and urls in the page.
Actually, you got me thinking and I went to Tools > Configuration > Interface & Features
I set the Resource Path & URL to the current areas (it was still set to the original site's paths). Thanks so much for your help, everyone! I hope this was the fix
Sorry to resurrect an old thread - but I've just had this same problem, after installing PHx.
I was getting some odd PHP errors in the logs as well.
PHP Warning: array_combine(): Both parameters should have at least 1 element in /home/vhosts/dev/httpdocs/manager/includes/protect.inc.php on line 54,
Upon Googling the above error, I was pointed in the direction of "protect.inc.php", but this was not my problem.
So upon finding this thread, I also checked "Tools / Configuration / Interface & Features" where I found my "File base path" to be incorrect.
I clicked reset, and it changed it from:
/home/vhosts/dev/httpdocs/
to:
/home/vhosts/dev/httpdocs/assets/
This was autodetected at installation time - I did not set the path manually.
I was running 1.0.9 and upgraded to 1.0.10 in an effort to try to resolve the issue.
I also have <base href="[(site_url)] /> in my headers. (I always put that by default).