Lists States Provinces Helper Problem

Permalink 1 user found helpful
Hello

I have updated the uk counties lists in the file

concrete\helpers\lists\states_provinces.php

rather than overwrite the core file I recreated this at

helpers\lists\states_provinces.php

I now however get

Fatal error: Cannot redeclare class ListsStatesProvincesHelper in /home/dswcctv/public_html/v2/helpers/lists/states_provinces.php on line 20


if I rename the core file to states_provinces.php.old it all works fine and my new lists populate the selectors correctly but it seems it will fail on upgrade each time.

Am I doing something glaringly wrong here?

Thanks

digirunt
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
change the class to
SiteListsStatesProvincesHelper
digirunt replied on at Permalink Reply
digirunt
Thanks thats fixed it, I now have full access to 'Blaenau Gwent' and 'Rhondda Cynon Taff' amongst others.

Thanks for the quick response.