PDA

View Full Version : pro version category dump??


raton
12-05-2006, 02:19 AM
Hi,

Is a category dump provided with the pro version?

Thanks!

Michael Hill
12-05-2006, 03:08 AM
Hello, raton!

Wellcome in our forum!

You can upload common categories dump from http://www.esyndicat.com/downloads/miscellaneous.html

Thanks!

raton
12-05-2006, 03:28 AM
Hello, raton!

Wellcome in our forum!

You can upload common categories dump from http://www.esyndicat.com/downloads/miscellaneous.html

Thanks!


This can happen when I buy the pro version right?? because now I visit the above link and see no cat dumps there...

Michael Hill
12-05-2006, 03:48 AM
You are wright, you can download it with your paid account. It contains about 2000 common categories.

sdawkins
02-05-2007, 05:57 PM
Does this work with v2.1 because when I tried I get the below error...and after seeing what the new Esyn has to offer i am dying to try it out (but don't want to install 1000 categories......lol)


INSERT INTO `{prefix}categories` ( `id` , `id_editor` , `id_parent` , `title` , `description` , `status` , `meta_description` , `meta_keywords` , `path` , `order` , `locked` , `unique_tpl` , `level` , `num_cols` , `neighbour` )
VALUES ( 1, 0, 0, 'Arts', 'Arts Directory', 'active', '', '', 'arts', 1, '0', '0', 1, NULL , NULL ) ;

MySQL said: Documentation
#1146 - Table 'domain_esyn.{prefix}categories' doesn't exist

Dave Baker
02-05-2007, 07:41 PM
Hello sdawkins,
***Download dump from download area, unpack, open file common_categories.sql and find code:***

TRUNCATE TABLE `{prefix}sequences`; INSERT INTO `{prefix}sequences` ( `links` , `categories` , `editors` , `admins` ) VALUES ( '2', '2226', '2', '2' );

***Remove this code and save file***
Go to Admin Panel » Manage Database » Import » choose "common_categories.sql" file to import » "Go" button.
If problem will remain you can replace all {prefix} with your database prefix and execute it.