- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Migrating an older site (magento v1.5.1.0) issue
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Migrating an older site (magento v1.5.1.0) issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Migrating an older site (magento v1.5.1.0) issue
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Migrating an older site (magento v1.5.1.0) issue
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Migrating an older site (magento v1.5.1.0) issue
This is crazy. Cache removed and the entries are what they should be in the database. Still nothing.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content