X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_upgrade.php;h=9c3a24ab3411dfc13cb0150f337aeb62fd1e1222;hp=a636145e67bec5eec6c86ac604ae8348b6153034;hb=b6cae6a5698c5d0655d921f78f0ccab470bf034c;hpb=3b38ca36fc18d34999073625a9c66dc2f05747a3 diff --git a/inc/templates_upgrade.php b/inc/templates_upgrade.php index a636145..9c3a24a 100644 --- a/inc/templates_upgrade.php +++ b/inc/templates_upgrade.php @@ -1,6 +1,9 @@ @@ -27,8 +30,8 @@ return true; } - require_once ("./inc/settings.php"); require_once ("./inc/db/mysql.php"); + require_once ("./inc/install_utils.php"); require_once ("./inc/utils.php"); $error = false; @@ -44,14 +47,14 @@ } if ($error) { die(sprintf('

%s

', trans('SYP is not correctly installed. Please follow README.txt instructions - and go to wizard.'))); + and go to wizard.'))); } safe_create_writable_dir (getthumbsdir ()); if (create_all_thumbs ($connection)) { par_success (trans('Thumbnails successfully created.')); } else { - par_error (trans('Error when creating thumbnails.')); + par_error_and_leave (trans('Error when creating thumbnails.')); } par_success (trans ('SYP upgrade went smoothly. You can now go to admin area'));