module update.xml not being uploaded to update server. #810

Open
opened 2021-09-30 08:56:46 +00:00 by TLWebdesign · 4 comments
TLWebdesign commented 2021-09-30 08:56:46 +00:00 (Migrated from github.com)

Steps to reproduce the issue

Set update and sales server for a module.

Expected result

Both the update.xml and mod_module.zip being uploaded to FTP.

Actual result

Only mod_module.zip is being uploaded. update.xml nowhere to be seen and no errors in compiler about this.

System information (as much as possible)

  • OS Name & Version:
  • MySql Version:
  • Apache Version:
  • PHP Version:
  • Joomla Version: 3.10.2
  • JCB Version: 2.12.10
  • Browser: Safari & Firefox latest

Additional comments

### Steps to reproduce the issue Set update and sales server for a module. ### Expected result Both the update.xml and mod_module.zip being uploaded to FTP. ### Actual result Only mod_module.zip is being uploaded. update.xml nowhere to be seen and no errors in compiler about this. ### System information (as much as possible) - OS Name & Version: - MySql Version: - Apache Version: - PHP Version: - Joomla Version: 3.10.2 - JCB Version: 2.12.10 - Browser: Safari & Firefox latest ### Additional comments

Hmm I think I have not finished this... lets see here on line 693 the update server for the plugin is done. We must add the same for the modules.

Hmm I think I have not finished this... lets see here on [line 693](https://github.com/vdm-io/Joomla-Component-Builder/blob/staging/admin/helpers/compiler.php#L694) the update server for the plugin is done. We must add the same for the modules.

Here you can see that I started, but have not finished the whole process.

[Here you can see that I started](https://github.com/vdm-io/Joomla-Component-Builder/blob/staging/admin/helpers/compiler/a_Get.php#L9249), but have not finished the whole process.

I see this is also true of the plugin update server...

I see this is also true of the [plugin update server.](https://github.com/vdm-io/Joomla-Component-Builder/blob/staging/admin/helpers/compiler/a_Get.php#L10115)..

This because we do not have an update server SQL area for either extensions types... so this now remind me why I left this area unfinished. There is still so much to do... we do not have the GUI side in place for these areas....

Hmmm not sure I can at this time commit to finishing this...

This because we do not have an update server SQL area for either extensions types... so this now remind me why I left this area unfinished. There is still so much to do... we do not have the GUI side in place for these areas.... Hmmm not sure I can at this time commit to finishing this...
Llewellyn removed the
enhancement
label 2022-07-11 14:00:30 +00:00
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#810
No description provided.