Upgrade From 4.3.6 To 4.3.7 - Execute "collisions" Validator - For Past 20 Mins

Hi guys

Updating from 4.3.6 to 4.3.7 and all its done is show - execute "collisions" validator - for past 20 mins, no change, wheel turning.

[url=https://postimg.org/image/6mj5ywn7n/][/url]


Stuck?

Disabled all 3rd party add ons - started again. Ran the PHP timeout test, passed that. Started upgrade. says "backing up data for cs_cart logs" and doesn't change.


I have to say, Cs Cart has never upgraded without issue or without having to pay someone to do it. Very annoying.

Log is saying [url=https://postimg.org/image/vlrfridqd/][/url]

​Something about access. FTP details in cs cart are correct

Please take a look:

http://forum.cs-cart.com/topic/45664-error-while-upgrading-from-431-to-432/

Thanks eCom but those lines are already in there by default [url=https://postimg.org/image/q8p3b1y2l/][/url]

Try to add the following code

'db_tables' => array(),

Hi eCom, thanks again but didn't work.

Is this right? [url=https://postimg.org/image/r3b6diu3p/][/url]

No, please try

$backup_file = DataKeeper::backup(array(
'pack_name' => $backup_filename,
'compress' => 'zip',
'set_comet_steps' => false,
'move_progress' => false,
'db_tables' => array(),
'extra_folders' => array()
));

Like this?

[url=https://postimg.org/image/uzlzaztxn/][/url]

Right

Thanks eCom, it worked when I finally got round to running it again :)

I am glad to hear that!