Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown column 'countries_localname' in 'field list'


Njuwdaij

Recommended Posts

1054 - Unknown column 'countries_localname' in 'field list'

 

select countries_id, countries_name, countries_localname, countries_iso_code_2, countries_iso_code_3, address_format_id, country_visible from countries order by countries_name limit 0, 20

 

I get this failure message in my admin (location/countries) and in my create_account I get the error below.

 

1054 - Unknown column 'country_visible' in 'where clause'

 

select countries_id, countries_name from countries where country_visible = '1' order by countries_name

 

[TEP STOP]

 

I have tried to install the "create account from admin" contrib, but it seems to have failed so I removed everything from that contrib.

 

Now I get this error.

 

Does anybody know what to do?

Thanks for any help!

 

Jeannette

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...