Upgrade 4.3.3.sp1 - 4.3.4 Problem On Cscart_Views

Hi i tried to upgrade from 4.3.3sp1 to 4.3.4 but the process stack on backup cscart_views..

Any idea how i can fix the problem?

Manos

I already try this http://forum.cs-cart.com/topic/41624-issue-in-creating-database-backup-from-admin-area/ but no any progress....

If you provide us with the temporary FTP access, we can check the issue

Hello,

I have similar problem too. When i want update from 4.3.3.SP1 to 4.3.4 error occurs:

Validation issue

Validator "Restore" returned fail status

Unable to prepare restore script.

Have you some solutions ???

Thank you

Tryhttp://forum.cs-cart.com/topic/42009-upgrade-from-431-432-fails-silently/?view=findpost&p=231112

It works thanks!!!!

In my case, after i had configured permittions, upgrade still wasn't working and the message

Validator "Restore" returned fail status

was still there.

I was trying to upgrade it in my localhost enviroment with windows system.

In app\Tygh\UpgradeCenter\App.php at line 930 the code tryied to create a file with illegal characters for windows.

I changed

$target_restore_file_name = 'restore_' . date('Y-m-d_H:i:s', TIME) . '.php';

with

$target_restore_file_name = 'restore_' . date('Y-m-d_H-i-s', TIME) . '.php';

and update was continued..

In my case, after i had configured permittions, upgrade still wasn't working and the message

Validator "Restore" returned fail status

was still there.

I was trying to upgrade it in my localhost enviroment with windows system.

In app\Tygh\UpgradeCenter\App.php at line 930 the code tryied to create a file with illegal characters for windows.

I changed

$target_restore_file_name = 'restore_' . date('Y-m-d_H:i:s', TIME) . '.php';

with

$target_restore_file_name = 'restore_' . date('Y-m-d_H-i-s', TIME) . '.php';

and update was continued..

Please inform CS-Cart support team about it

In my case, after i had configured permittions, upgrade still wasn't working and the message

Validator "Restore" returned fail status

was still there.

I was trying to upgrade it in my localhost enviroment with windows system.

In app\Tygh\UpgradeCenter\App.php at line 930 the code tryied to create a file with illegal characters for windows.

I changed

$target_restore_file_name = 'restore_' . date('Y-m-d_H:i:s', TIME) . '.php';

with

$target_restore_file_name = 'restore_' . date('Y-m-d_H-i-s', TIME) . '.php';

and update was continued..

Thank you for your help in tracking this down; it'd probably have taken me ages to figure it out myself assuming I'd managed at all.

We run Windows too (specifically Microsoft Windows Server 2008 R2 Web edition; I'm including some of this for search engines!) and we also got the

Validator "Restore" returned fail status.

Unable to prepare restore script.

annoyance.

So it turns out it was nothing to do with permissions- as had apparently caused a similar problem on some Unix/Linux-based systems- but an issue related to insufficient testing under Windows, I guess. (Similar to the problem we had with ReDesk (#) on Server 2008)

In their defence, it's apparently been fixed in 4.3.5:- http://forum.cs-cart.com/tracker/issue-5903-upgrade-issues/?st=40&gopid=23999#entry23999

Still annoying, both that the bug exists and that this solution took a while to come across.

- Smich

(#) http://forum.cs-cart.com/topic/40147-problems-with-redesk-support-system/