When I check "Force UTF-8 collation on tables" install will continue, finish is okay, but my website not work, and when I try sign in the domain_name\administrator the website is only white blank screen.
Have you any idea?
Regard!
Peter
ltheme
POSTED: 2017-04-03
Hello VEGHPETER,
Make sure that your hosting meet Joomla! system requirement https://downloads.joomla.org/technical-requirements
veghpeter
POSTED: 2017-04-12
Thank you LTHEME! Problem is solved. My webpage hosting service use old PHP version.
But now, I have a new problem :-) :
My webpage menu is not see in mobile phone.
Have you any idea?
Regard!
Peter
ltheme
POSTED: 2017-04-13
Hello VEGHPETER,
Please go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
I try install this template_quickstart/akeeba kickstart, but I have this error message when I try kickstart step 2 "Database Restoration":
Database error processing line 2
Database server error reply:
ErrNo #1273
Unknown collation: 'utf8mb4_unicode_ci'
SQL=CREATE TABLE `chdg4_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE
utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE
utf8mb4_unicode_ci, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Raw query text:
CREATE TABLE `#__ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE
utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE
utf8mb4_unicode_ci, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT
When I check "Force UTF-8 collation on tables" install will continue, finish is okay, but my website not work, and when I try sign in the domain_name\administrator the website is only white blank screen.
Have you any idea?
Regard!
Peter
Make sure that your hosting meet Joomla! system requirement https://downloads.joomla.org/technical-requirements
But now, I have a new problem :-) :
My webpage menu is not see in mobile phone.
Have you any idea?
Regard!
Peter
Please go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
@media (max-width: 767px) {
a#offcanvas-toggler {
margin-top: -30px;
margin-right: 30px;
}
}
Regard!
Peter
You're welcome :)