Jump to content

zip->extractTo(): unable to use /latest


Recommended Posts

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 by rawaz (see edit history)
Link to comment
Share on other sites

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

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

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

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 been
unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/tcpdf_config_alt.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/tcpdf_config.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/config/index.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/ has not been
unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/utf8test.txt
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/table_data_demo.txt
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/index.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/chapter_demo_2.txt
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/tcpdf/cache/chapter_demo_1.txt
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ has not been
unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/index.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/RecipientList.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Message.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/LogContainer.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Log.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Iterator.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/FileException.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/File.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Exception.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Events.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ConnectionException.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ConnectionBase.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Connection.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/ClassLoader.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/CacheFactory.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Cache.php has
not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/BatchMailer.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/BadResponseException.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Authenticator.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/AddressContainer.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/swift/Swift/Address.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/ has not
been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_security.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_uncompiled.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_recompiled.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource_custom.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_resource.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_write_file.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_utility.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatelexer.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_template.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_string.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_stream.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_registered.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_php.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_file.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_extends.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_resource_eval.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_parsetree.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_nocache_insert.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_get_include_path.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_function_call_handler.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_filter_handler.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_debug.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_data.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_configfileparser.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_configfilelexer.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_config_file_compiler.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_config.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compilebase.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_while.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_setfilter.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_section.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_rdelim.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_special_variable.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_registered_function.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_registered_block.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_print_expression.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_object_function.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_modifier.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_nocache.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_ldelim.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_insert.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_include_php.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_include.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_if.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_function.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_foreach.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_for.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_extends.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_eval.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_debug.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_continue.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_config_load.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_capture.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_call.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_break.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_block.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_assign.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_compile_append.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_config_source.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource_custom.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/smarty_cacheresource.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/sysplugins/index.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/ has not
been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/variablefilter.htmlspecialchars.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_wordwrap.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_unicode.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.mb_str_replace.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.make_timestamp.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.literal_compiler_param.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/shared.escape_special_chars.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/outputfilter.trimwhitespace.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.wordwrap.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.upper.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.unescape.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.to_charset.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.strip_tags.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.strip.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.string_format.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.noprint.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.lower.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.indent.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.from_charset.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.escape.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.default.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_words.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_sentences.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_paragraphs.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.count_characters.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifiercompiler.cat.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.truncate.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.spacify.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.replace.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.regex_replace.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.escape.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.debug_print_var.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.date_format.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/modifier.capitalize.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/index.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.math.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.mailto.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.implode.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_table.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_select_time.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_select_date.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_radios.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_options.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_image.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.html_checkboxes.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.fetch.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.cycle.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/function.counter.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/smarty/plugins/block.textformat.php
has 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.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/Type.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS2Element.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS2.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS1Element.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS11Element.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS11.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS1.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS09Element.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/RSS09.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/Exception.php
has not been unzipped: path_creation_fail [ERROR]
/admin/autoupgrade/latest/prestashop/tools/pear_xml_parser/Parser/AtomElement.php
has not been unzipped: path_creation_fail

Any Ideas?

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...