eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Common Questions

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.

Reply
 
Thread Tools Display Modes
Old 12-10-2005   #21
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

Quote:
Originally Posted by saffy
Could you give me really simple instructions for upgrading, using the 1.3 - 1.4 patch? I'm guessing I just need to upload the files from the archive, then run "upgrade/index.php", but I would prefer to confirm that with you before I go in and muck things up.
Hi saffy,
You are quite right about version update. You just reupload your php files and execute that index.php. Later you should make some changes in your templates - compare them manually. But there are no too important changes in tpl files. Just navigation function and link ids. I will guide you through changes.
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Old 12-10-2005   #22
nikkiblue
 
Join Date: Nov 2005
Posts: 15
nikkiblue
Default

I received a page full of errors after running the upgrade:
Code:
Error while executing: ALTER TABLE `dir_categories` ADD `locked` ENUM( '0', '1' ) DEFAULT '0' NOT NULL; Duplicate column name 'locked'
Error while executing: CREATE TABLE `dir_categories_editors` (`id_category` int(8) NOT NULL default '0',`id_editor` varchar(8) NOT NULL default '',KEY `id_category` (`id_category`),KEY `id_editor` (`id_editor`)) TYPE=MyISAM; Table 'dir_categories_editors' already exists
Error while executing: CREATE TABLE `dir_flat_structure` (`id_parent` int(8) NOT NULL default '0',`id_category` int(8) NOT NULL default '0',KEY `id_parent` (`id_parent`,`id_category`)) TYPE=MyISAM; Table 'dir_flat_structure' already exist
I uploaded my files and pointed my browser to the url.
Can you please help?

Nikki
nikkiblue is offline   Reply With Quote
Old 12-10-2005   #23
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

sure.. Please provide me your phpMyAdmin credentials. I will check. It seems you already tried to run update file. It should be updated once.
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Old 12-10-2005   #24
nikkiblue
 
Join Date: Nov 2005
Posts: 15
nikkiblue
Default

Quote:
Originally Posted by Simon Gooffin
sure.. Please provide me your phpMyAdmin credentials. I will check. It seems you already tried to run update file. It should be updated once.
The first time I received a simliar error message, so I tried to make the category move and try again.

I will PM you the details.

Thanks!
nikkiblue is offline   Reply With Quote
Old 12-10-2005   #25
stabuev
 
Join Date: Oct 2005
Posts: 35
stabuev has disabled reputation
Default

If I setup FREE version of esyndicat, how hard it will be to update to PRO version?
stabuev is offline   Reply With Quote
Old 12-10-2005   #26
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: (California)
Posts: 5,268
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

Hi stabuev

Not sure of that process. But Simon I'm sure will do the upgrade for you free.

Greg
Greg is offline   Reply With Quote
Old 12-11-2005   #27
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

Quote:
Originally Posted by RadioGuy
Hi stabuev
Not sure of that process. But Simon I'm sure will do the upgrade for you free.
Greg
you are right man we do offer free upgrade to Pro version
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Old 12-11-2005   #28
nikkiblue
 
Join Date: Nov 2005
Posts: 15
nikkiblue
Default

Hi Simon,
I sent you my cpanel information and I see that you made some changes. Are you still working on it?

Please let me know
Nikki
nikkiblue is offline   Reply With Quote
Old 12-12-2005   #29
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

I got your info. Hmm, I have just made necessary changes.. Please check. I think it would be better if you merge your design files manually..
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Old 12-20-2005   #30
saffy
 
Join Date: Nov 2005
Posts: 31
saffy
Default

Simon, I'm having this same trouble. Do you still have my admin details? I'll email them to you just in case.

Quote:
Originally Posted by nikkiblue
I received a page full of errors after running the upgrade:
Code:
Error while executing: ALTER TABLE `dir_categories` ADD `locked` ENUM( '0', '1' ) DEFAULT '0' NOT NULL; Duplicate column name 'locked'
Error while executing: CREATE TABLE `dir_categories_editors` (`id_category` int(8) NOT NULL default '0',`id_editor` varchar(8) NOT NULL default '',KEY `id_category` (`id_category`),KEY `id_editor` (`id_editor`)) TYPE=MyISAM; Table 'dir_categories_editors' already exists
Error while executing: CREATE TABLE `dir_flat_structure` (`id_parent` int(8) NOT NULL default '0',`id_category` int(8) NOT NULL default '0',KEY `id_parent` (`id_parent`,`id_category`)) TYPE=MyISAM; Table 'dir_flat_structure' already exist
I uploaded my files and pointed my browser to the url.
Can you please help?

Nikki
saffy is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues with FREE version nexicom Installation and Updates 4 05-22-2006 06:43 AM
Templates For Free Version...? angels Custom Templates 3 05-19-2006 05:03 AM
Upgrade from free version to pro version disenioweb Common Questions 15 02-27-2006 10:52 AM
Problems with Free Version playjetset13 Common Questions 1 01-01-1970 02:25 AM
A few things with the Free version. NIkolaj Common Questions 1 01-01-1970 01:50 AM


All times are GMT. The time now is 08:16 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources