ServerPress / sync-menus

Repository for the WPSiteSync for Menus add-on
2 stars 1 forks source link

Cannot update Menus from Plugins list #6

Closed erinmarinas closed 8 years ago

erinmarinas commented 8 years ago

STEPS TO REPRODUCE:

  1. Go to the Plugins list with WPSSS 1.2.1 and Menus 1.0 installed
  2. Attempt to update Menus from the update notification

    RESULT:

Cannot update the Menus extension from the list plugins samplesample wordpress

EXPECTED RESULT:

Successful update

WordPress Version: 4.6.1 on DS Browser: Google Chrome Browser Version: 53.0.2785.116 m Operating System: Win7 64-b Ultimate

jennifercloake commented 8 years ago

Neither Menus or Pull were able to update for me. Different error message. image

davejesch commented 8 years ago

This works fine if you install your DS site in a directory other than \Users{username}\My Documents\WebSites\sitename.dev. The problem is that EDD creates a very long (128 character) "package name" for where to download the update from the web site. This package name is is added to the already long file name and results in names longer than 255 characters.

Looking at the code, I can't see a way to alter the package name and shorten it to something more manageable. It doesn't store the token that is created. It's manufactured "on the fly" from the license expiration, license key, download id, download name, and download url - then base64 encodes it. This makes for a pretty long name.

I've submitted a support ticket with EDD.

davejesch commented 8 years ago

Issue moved to ServerPress/sync #112 via ZenHub