This older version doesn't necessarily need to be upgraded as it's not taking payments on anything. The issue I'm having after migration is that the admin is referencing css files without the base folder 'skin'. So example:
http://mysite.com/adminhtml/default/default/reset.css
instead of:
http://mysite.com/skin/adminhtml/default/default/reset.css
What do I need to update for that to get fixed?
I have checked those in the database and they're all good. Any other ideas? Seems strange that it's only happening in the admin
I guess I will double-check the core_config_data table looking for any value with:
select * from core_config_data where path like '%base_skin_url%';
To be sure there isn't a duplicated value.
Then, delete cache and finally try again.
At least you are using some module applying some strange reqwrite you souldn't need anything else.
This is crazy. Cache removed and the entries are what they should be in the database. Still nothing.