HOTEL Theme and UTF8

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jul 10, 2015 3:54 pm
Hi,
i just installed your HOTEL theme for joomla and it doesn support UTF8!!! I Try to enter greek text on the solidres component and i get ???????????????????????????????????????????????????????????

(Our db which the quickinstall was installed has collision UTF8 general. All solidred tables has latin1_swedish_ci )
User avatar
Fresh Boarder

GK User
Fri Jul 10, 2015 4:04 pm
Hi, but you can convert database coding from Hosting panel.
Ask support if you cannot find it.

By default Joomla 3.4 and all templates are UTF-8 ready
about solidres do not blame us, ask its developer, we only used this component.
User avatar
Platinum Boarder

GK User
Fri Jul 10, 2015 4:12 pm
ALTER TABLE `eoqzy_sr_config_data` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_countries` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_coupons` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_currencies` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_customers` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_customer_fields` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_customer_groups` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_extras` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_geo_states` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_media` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_media_reservation_assets_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_media_roomtype_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservations` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_assets` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_asset_fields` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_extra_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_notes` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_room_details` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_room_extra_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_reservation_room_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_rooms` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_room_types` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_room_type_coupon_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_room_type_extra_xref` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_room_type_fields` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_tariffs` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_tariff_details` CONVERT TO CHARACTER SET utf8;
ALTER TABLE `eoqzy_sr_taxes` CONVERT TO CHARACTER SET utf8;
User avatar
Fresh Boarder

GK User
Fri Jul 10, 2015 5:42 pm
as I said before, if this is component issue, ask its developer.
User avatar
Platinum Boarder


cron