rawaz Posted March 12, 2015 Share Posted March 12, 2015 (edited) Dear Prestashop Community, -during the upgrade from Prestashop 1.6.0.13 to 1.6.0.14 with the autoupgrade moldule 1-click-upgrade the process stopped with the following error: zip->extractTo(): unable to use /admin/autoupgrade/latest -so I repeated the process with all the directories 777 but same error -I tryed to upload all the new files to the directory /admin/autoupgrade/latest and use local directory but the error was "unable to use the directory /admin/autoupgrade/latest " Anyone solved this problem? Any ideas to fix? thanks for your time Edited March 12, 2015 by rawaz (see edit history) Link to comment Share on other sites More sharing options...
SLiCK_303 Posted March 13, 2015 Share Posted March 13, 2015 from the upgrade to .13 to .14 there are only 3 files you need, as far as I can tell, and no db changes. Just replace /classes/Validate.php /classes/module/Module.php /controllers/admin/AdminModulesController.php and you are done. Edit settings.inc.php to reflect that you are now on 1.6.0.14. Whoever packed up .14 Included a bunch of developer stuff, which is probably whats screwing things up.. Link to comment Share on other sites More sharing options...
bellini13 Posted March 14, 2015 Share Posted March 14, 2015 I encountered the same issue on a client store upgrade to ps v1.6.0.9. If I upgrade the store on my localhost (wamp, php 5.3) everything works properly. If I upgrade the store on the clients host (unix, php 5.2, safe mode on), then I encounter this issue. However if I extract the zip file manually to /admin/autoupgrade/latest then the upgrade would execute. (it should look like /admin/autoupgrade/latest/prestashop after extracted) My issue is that the upgrade would fail after the database upgrade step. so still trying to work through that. So long story short, this is an environment issue. I suspect you are using php 5.2 in a shared hosting environment where safe mode is on, and this is likely causing problems. Note: I am going to try using ps .11 or .14 instead, but based on the fact that it failed for you, I suspect it will fail for me too. I don't believe this is a Prestashop software issue, I believe it is a hosting environment issue. Link to comment Share on other sites More sharing options...
bellini13 Posted March 14, 2015 Share Posted March 14, 2015 update: appears that the autoupgrade module as well as prestashop core support 2 different zip software. 1) By default, the ZipArchive class that is packaged with PHP is used. 2) If ZipArchive is not detected, then pclZip will be used. However with the autoupgrade module, you can actually force the usage of pclZip by editing /modules/autoupgrade/AdminSelfUpgrade.php and changing this to true. public static $force_pclZip = true; For me, it solved the problem and the autoupgrade module was able to extract the zip file. Now I also encountered another zip related issue, when trying to upload a new theme. I am assuming the underlying issue is the same (whatever that is) So you can also force the usage of pclZip by editing or overriding the Tools::ZipExtract function I was able to upload a new theme after forcing the usage of pclZip. I have not tested adding modules yet, but I suspect it would be fine. Link to comment Share on other sites More sharing options...
rawaz Posted March 14, 2015 Author Share Posted March 14, 2015 Thanks for yours replyes, I changed that line in /modules/autoupgrade/AdminSelfUpgrade.php , the module used the pclzip, extract a lot of files but ended with the following errors: [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/ has not beenunzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/tcpdf_config_alt.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/tcpdf_config.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/index.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/ has not beenunzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/utf8test.txthas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/table_data_demo.txthas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/index.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/chapter_demo_2.txthas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/chapter_demo_1.txthas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ has not beenunzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/index.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/RecipientList.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Message.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/LogContainer.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Log.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Iterator.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/FileException.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/File.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Exception.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Events.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ConnectionException.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ConnectionBase.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Connection.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ClassLoader.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/CacheFactory.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Cache.php hasnot been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/BatchMailer.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/BadResponseException.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Authenticator.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/AddressContainer.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Address.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/ has notbeen unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_security.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_uncompiled.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_recompiled.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_custom.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_write_file.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_utility.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatelexer.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_template.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_string.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_stream.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_registered.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_php.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_file.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_extends.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_eval.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_parsetree.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_nocache_insert.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_get_include_path.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_function_call_handler.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_filter_handler.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_debug.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_data.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_configfileparser.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_configfilelexer.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_config_file_compiler.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_config.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compilebase.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_while.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_setfilter.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_section.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_rdelim.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_special_variable.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_registered_function.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_registered_block.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_print_expression.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_object_function.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_object_block_function.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_modifier.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_function_plugin.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_block_plugin.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_nocache.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_ldelim.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_insert.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_include_php.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_include.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_if.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_function.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_foreach.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_for.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_extends.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_eval.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_debug.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_continue.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_config_load.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_capture.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_call.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_break.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_block.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_assign.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_append.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_cacheresource_file.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_config_source.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource_keyvaluestore.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource_custom.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/index.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/ has notbeen unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/variablefilter.htmlspecialchars.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_wordwrap.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_unicode.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_str_replace.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.make_timestamp.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.literal_compiler_param.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.escape_special_chars.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/outputfilter.trimwhitespace.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.wordwrap.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.upper.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.unescape.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.to_charset.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.strip_tags.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.strip.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.string_format.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.noprint.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.lower.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.indent.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.from_charset.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.escape.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.default.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_words.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_sentences.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_paragraphs.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_characters.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.cat.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.truncate.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.spacify.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.replace.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.regex_replace.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.escape.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.debug_print_var.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.date_format.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.capitalize.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/index.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.math.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.mailto.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.implode.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_table.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_select_time.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_select_date.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_radios.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_options.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_image.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_checkboxes.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.fetch.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.cycle.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.counter.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/block.textformat.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/has not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/index.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/Type.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS2Element.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS2.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS1Element.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS11Element.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS11.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS1.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS09Element.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS09.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/Exception.phphas not been unzipped: path_creation_fail [ERROR]/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/AtomElement.phphas not been unzipped: path_creation_fail Any Ideas? Thanks Link to comment Share on other sites More sharing options...
bellini13 Posted March 14, 2015 Share Posted March 14, 2015 do you see any files or folders in /admin/autoupgrade/latest/ ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now