![]() |
![]() |
![]() |
|
|||||||
| Announcements We will post latest news, information about bugfixes and updates here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Hello AMER ALI,
Please create a support ticket. Our support guys will help you asap. http://www.esyndicat.com/desk/ |
|
|
|
|
|
#12 | |
|
Join Date: Dec 2010
Posts: 132
![]() |
Quote:
__________________
free directory >>> http://www.te-submit.com/ |
|
|
|
|
|
|
#13 |
|
Join Date: Mar 2008
Posts: 333
![]() |
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... |
|
|
|
|
|
#14 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
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. |
|
|
|
|
|
#15 |
|
Join Date: Mar 2008
Posts: 333
![]() |
excellent found it...
![]() |
|
|
|
|
|
#16 |
|
Join Date: Mar 2008
Posts: 333
![]() |
I was going to try helpdesk but it is down
PHP Code:
Would you plese update this template???? http://www.esyndicat.com/product/tem...daysblack.html Thank you... ![]() |
|
|
|
|
|
#17 |
|
Join Date: Feb 2007
Posts: 34
![]() |
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?
|
|
|
|
|
|
#18 |
|
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 |
|
|
|
|
|
|
#19 |
|
Tech Support
Join Date: Oct 2008
Posts: 1,069
![]() |
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 |
|
|
|
|
|
#20 | |
|
Join Date: Oct 2006
Posts: 148
![]() |
Quote:
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`)
Regards.
__________________
Xprtweb Habari Search Web Directory for East & Southern Africa Habari Search Embassy & Consulate Directory Habari Search Afro & Africa-related sites in Germany, Austria & Switzerland Web Directory Orbit Uganda Community Site, Pearl of Africa Online Store Last edited by xprtweb; 06-20-2011 at 05:56 PM. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|