eSyndiCat v2.3.05 has been released! - Page 2 - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > Announcements

Announcements We will post latest news, information about bugfixes and updates here.

Reply
 
Thread Tools Display Modes
Old 02-15-2011   #11
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hello AMER ALI,

Please create a support ticket. Our support guys will help you asap.

http://www.esyndicat.com/desk/
Sergey Ten is offline   Reply With Quote
Old 02-15-2011   #12
AMER ALI
 
Join Date: Dec 2010
Posts: 132
AMER ALI is on a distinguished road
Default

Quote:
Originally Posted by Sergey Ten View Post
Hello AMER ALI,

Please create a support ticket. Our support guys will help you asap.

http://www.esyndicat.com/desk/
View Ticket: #INI-184-25416
__________________
free directory >>> http://www.te-submit.com/
AMER ALI is offline   Reply With Quote
Old 02-21-2011   #13
truthonlytruth
 
truthonlytruth's Avatar
 
Join Date: Mar 2008
Posts: 333
truthonlytruth is on a distinguished road
Default

TO ESYDICAT TEAM,

You guys are using some kind of editor that makes whole upgrade process almost impossible...
For all of my upgrades I use a software called BEYOND COMPARE to compare and see version diffrent and keep my customization intact....

But you guys are using some kind of editor that makes whole file looks like changed in Beyond Compare (every line changed and even i choose show changed lines, whole files shows up in comparison script) or any other comparison script??????

You have to fix this problem, otherwise upgrade takes too much time...
I am still working to upgrade my version to latest...
My currect one is 2.3.04 only 05 and takes lots of time...
truthonlytruth is offline   Reply With Quote
Old 02-26-2011   #14
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hello truthonlytruth,

It's not related to editors we used. It's related to new line character. We use a UNIX new line character. It's \r, but windows new line character is \r\n.

I am sure there is option to ignore different new line characters in BEYOND COMPARE software.

When I used WinMerge and it notified me about different new line characters before open file.
Sergey Ten is offline   Reply With Quote
Old 02-26-2011   #15
truthonlytruth
 
truthonlytruth's Avatar
 
Join Date: Mar 2008
Posts: 333
truthonlytruth is on a distinguished road
Default

excellent found it...
truthonlytruth is offline   Reply With Quote
Old 03-08-2011   #16
truthonlytruth
 
truthonlytruth's Avatar
 
Join Date: Mar 2008
Posts: 333
truthonlytruth is on a distinguished road
Default

I was going to try helpdesk but it is down

PHP Code:
[Runtime Notice]: SWIFT_Database::LoadPDO() [swift-database.loadpdo]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead (Database/class.SWIFT_Database.php:314) 
My directory is running on this theme, but it is not updated to latest version?
Would you plese update this template????

http://www.esyndicat.com/product/tem...daysblack.html

Thank you...
truthonlytruth is offline   Reply With Quote
Old 03-22-2011   #17
johnnyrcwp
 
Join Date: Feb 2007
Posts: 34
johnnyrcwp is on a distinguished road
Default

Wow! I'm really behind on this one. I have Version 2.1.03. Do I have to update one version at a time or can I just update to the latest version?
johnnyrcwp is offline   Reply With Quote
Old 05-17-2011   #18
Jose Rodriguez
 
Jose Rodriguez's Avatar
 
Join Date: Feb 2010
Location: Virginia USA
Posts: 58
Jose Rodriguez is on a distinguished road
Send a message via MSN to Jose Rodriguez Send a message via Yahoo to Jose Rodriguez
Default

Hi, Im running v2.3.03 trying to look for v2.3.04 on the Download area and only see v2.3.05 stable or v2.3.06 is ok to update my site from v2.3.03 to
v2.3.05 now Thank..

Regards;
Jose
__________________
The Handmade Directory free search engine, PPC and banner system for the handmade community
Jose Rodriguez is offline   Reply With Quote
Old 05-18-2011   #19
Alex B.
Tech Support
 
Alex B.'s Avatar
 
Join Date: Oct 2008
Posts: 1,069
Alex B. is on a distinguished road
Default

Jose Rodriguez

Here you can download the patches

Download next packages:
Upgrade 2.3.04 - 2.3.05 released on 2011-02-10.
Upgrade 2.3.03 - 2.3.04 released on 2010-09-30.


Unpack it
Upload all the files from patch to your working copy


Go to admin panel → Manage Database → Import. Import upgrade_2.3.03_2.3.04 & upgrade_2.3.04_2.3.05 files
__________________
Best Regards, Alex B.
HELPDESK
Alex B. is offline   Reply With Quote
Old 06-20-2011   #20
xprtweb
 
Join Date: Oct 2006
Posts: 148
xprtweb is on a distinguished road
Default

Quote:
Originally Posted by Simon Gooffin View Post
Greetings

We are happy to announce the release of 2.3.05 version. It has a lot of improvements and fixes for all known bugs.

Upgrade instructions:

First of all please create a backup of your files and database

#1 Download patch.
#2 Unpack it.
#3 Upload all the files from patch to your working copy.
#4 Go to admin panel -> Manage Database -> Import. Import upgrade_2.3.04_2.3.05 file.

....

.
I gave up trying to upgrade for a while because on going to #4, there was nothing similar to import. Instead, I only had 2 options one of which was upgrade_2.2.06_2.3.05, even if I had upgraded to 2.3.04. Nothing would happen if I tried to import.

So the other day, I decided to try & execute the commands in upgrade_2.3.04_2.3.05.sql via SQL in phpmyadmin and see what would come out after backing up the DB.

I had to edit the db tables in a text editor & replaced "{prefix}" with "v2302_" which is in my case the table prefix so that for example:

Code:
CREATE TABLE `{prefix}cron` (
    `id` int unsigned NOT NULL auto_increment,
    `name` varchar(20) NOT NULL DEFAULT '',
    `nextrun` int(10) unsigned NOT NULL DEFAULT '0',
    `data` varchar(250) NOT NULL DEFAULT '',
    `active` tinyint(1) NOT NULL DEFAULT '1',
    `extras` varchar(30) NULL DEFAULT NULL,
    PRIMARY KEY (`id`)
);

changed to

Code:
CREATE TABLE `v2302_cron` (
    `id` int unsigned NOT NULL auto_increment,
    `name` varchar(20) NOT NULL DEFAULT '',
    `nextrun` int(10) unsigned NOT NULL DEFAULT '0',
    `data` varchar(250) NOT NULL DEFAULT '',
    `active` tinyint(1) NOT NULL DEFAULT '1',
    `extras` varchar(30) NULL DEFAULT NULL,
    PRIMARY KEY (`id`)
After that, I run the query and it seems the update went on well as I got no errors, I see everywhere in the admin panel etc all references to 2.3.04 have been replaced with 2.3.05 & also the interface in the admin panel was updated.
  1. Is there anything that may be hidden & that might not be OK that I may not have noticed even after a couple of days? Is it OK upgrading this way? In any case I had no choice.
  2. Instead of the 64 tables, I then had 65 ALTHOUGH a trial exact copy of the site had 66 after an upgrade just a short time before... Why? How many tables does this upgrade add?
  3. What exactly is the option in DB Management section "Import selected links" for?


Regards.

Last edited by xprtweb; 06-20-2011 at 05:56 PM.
xprtweb 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


All times are GMT. The time now is 10:05 AM.


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