normal Can't install the ot_fashion_quickstart_demo

More
11 years 11 months ago #1024 by Robert Maximiuk
Hi,
sadly the ot_fashion_quickstart_demo can't be isntalled, tried to do it by package install, doesen't work, install from directory doesn't work too.
It says:
JInstaller: :Install: Cannot find XML setup file
Path does not have a valid package.

Thanks for support.
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #1027 by Linh Robert
Hi,
This (quickstart demo package) is not an extension, so can not istall it at back-end via Extension manager.

You need intall quickstart demo package as install a Joomla site(extract package to a folder in www, create a database, then browse to http://localhost/demo for example to start install). After installed, you have a full site as our demo, http://localhost/demo.

That is it.

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov, Kenneth Leung

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #1777 by Robert Maximiuk
Ok, it's been a while and I haven't tried it again.
But today I made a new install but get the same error like the guy in this thread:
www.omegatheme.com/ot-lobortis/installation-problem.html
It would be nice if you could provide me with a install package like you've done for the other style.
Thank you.

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago - 11 years 8 months ago #1780 by Linh Robert
Hi,
You can do it your self by edit joomla.sql and sample_data.sql (in /installation/sql/mysql/ folder) then find this code:
Code:
CREATE TABLE IF NOT EXISTS `#__usergroups` ( ...
Then change the ordering of "BTREE" word to correct like this code:
Code:
CREATE TABLE IF NOT EXISTS `#__usergroups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id', `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', `title` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY `idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 11 years 8 months ago by Linh Robert.

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #1785 by Robert Maximiuk
It works now, thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.272 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam