cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating an older site (magento v1.5.1.0) issue

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?  

 

5 REPLIES 5

Re: Migrating an older site (magento v1.5.1.0) issue

Hi @Next2Heaven,

 

Check your configuration. Maybe the Base URL Skin is wrong.

It should look like:

Área de trabajo 1_003.png

 

 

 

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

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.

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.

Re: Migrating an older site (magento v1.5.1.0) issue

HI @Next2Heaven,

 

Maybe some rule in .htaccess?