![]() |
![]() |
![]() |
|
|||||||
| Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Tech Support
Join Date: Nov 2007
Location: Earth
Posts: 973
![]() |
Please go to "Admin Panel -> Manager Database" and run following MySql query
Code:
SELECT * FROM `yourPrefix_categories` WHERE `parent_id` =-1 please run following query: Code:
UPDATE `yourPrefix_categories` SET `id`=0 WHERE `parent_id` =-1 please run following query: Code:
INSERT INTO `yourPrefix_categories` VALUES (0, 0, -1, 'ROOT', '', '', 'active', '', '', '', 0, '0', '0', 0, 3, 0, 0, 0, 0, 0); UPDATE `yourPrefix_categories` SET `id`=0 WHERE `parent_id` =-1;
__________________
Best Regards, If you need help just send ticket to HelpDesk For you information: I disabled Private Message. I do not available... PP.S. Admin Panel 2.3 manual is available here http://www.esyndicat.com/docs/ |
|
|
|
|
|
#12 |
|
Join Date: Feb 2008
Posts: 4
![]() |
Hello,
I also moved to different host, categories not on home page, but in Admin mode they appear fine. I did try the fix above with no success. http://the-photographer-directory.com v2.2.02 |
|
|
|
|
|
#13 | |
|
Tech Support
Join Date: Nov 2007
Location: Earth
Posts: 973
![]() |
Quote:
__________________
Best Regards, If you need help just send ticket to HelpDesk For you information: I disabled Private Message. I do not available... PP.S. Admin Panel 2.3 manual is available here http://www.esyndicat.com/docs/ |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|