- Posts: 5
- Thank you received: 2
Can't install the ot_fashion_quickstart_demo
- Robert Maximiuk
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 weeks ago #1024
by Robert Maximiuk
Can't install the ot_fashion_quickstart_demo was created 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.
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.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 weeks ago #1027
by Linh Robert
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 www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Can't install the ot_fashion_quickstart_demo
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
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 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.
- Robert Maximiuk
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 2
12 years 9 months ago #1777
by Robert Maximiuk
Replied by Robert Maximiuk on topic Re: Can't install the ot_fashion_quickstart_demo
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.
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.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago - 12 years 9 months ago #1780
by Linh Robert
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 www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Can't install the ot_fashion_quickstart_demo
Hi,
You can do it your self by edit joomla.sql and sample_data.sql (in /installation/sql/mysql/ folder) then find this code:
Then change the ordering of "BTREE" word to correct like this code:
Thanks
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` (
...
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 www.omegatheme.com/member/
Last edit: 12 years 9 months ago by Linh Robert.
Please Log in or Create an account to join the conversation.
- Robert Maximiuk
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 2
12 years 9 months ago #1785
by Robert Maximiuk
Replied by Robert Maximiuk on topic Re: Can't install the ot_fashion_quickstart_demo
It works now, thank you.
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds