Comment to 'Why my module update is not working?'
  • Hello
    If you have problems during update installation then you need to check logs/upgrade_modules.log file and site's email address (Studio -> Settings -> Site Settings -> Email to receive critical site notifications) to get detailed description of the problem appeared during background update operation.It may be an error in update script, modified currently installed version, etc.
    ---
    Best Regards
    Anton

    • Hello
      I downloaded your app v.1.0.0 and update to the next version. Uploaded them manually on my Dev site. When update was uploaded I immediately received the following PHP error in Studio:

      Parse error: syntax error, unexpected ''compatible_with'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /[path_to_una]/modules/publicchat/complete_profile/updates/update_1.0.0_1.0.1/install/config.php on line 20

      ( ! ) Fatal error: Exception thrown without a stack frame in Unknown on line 0

      I checked the source (update_1.0.0_1.0.1/install/config.php) and you have the following:

      'title' => 'Complete Profile',

          'version_from' => '1.0.0',

              'version_to' => '1.0.1',

          'vendor' => 'Publicchat.in'

          'compatible_with' => array(

              '11.0.0-RC2'

          ),

      I recommend you to test the updates manually before uploading them on UNA.IO site. It will help you to speed up the process.You just need to create updates folder in your app's main folder, upload your update_1.0.0_1.0.1 folder in it and try to apply it via Studio -> Apps Market -> Downloaded -> Updates section.

      ---
      Best Regards
      Anton

      • The need of a small comma can send me in coma...

        Thanks Anton L

        • And Really thanks for telling me Anton L  the way of testing module's update.