View Single Post
  #6  
Old 09-26-2017, 06:20 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Identifying Modules via their Module ID Number

This is an internal marketplace identifier that is used to debug the marketplace system. In most cases it is useless for XC5 users.

However, there is a way to match these identifiers to actual modules:

1. Edit etc/config.php and set "log_data" to "On"

2. Open the following URL to clear the marketplace cache:
admin.php?target=addons_list_marketplace&landing=1 &action=clear_cache

3. Check the log file (var/log/xxxx/xx/upgrade.log.xxxx-xx-xx.php) for sections as follows:
Quote:
[info, Sep 26 2017 10:33:19] Marketplace [get_addons]: server response:; data:
Array
(
[a8a74850cc5bdaf6e060913276d3bd1a] => Array
(
[version] => Array
(
[major] => 5.3
[minor] => 3
[build] => 4
)

[revisionDate] => 1397073600
[minorRequiredCoreVersion] => 3
[author] => CDev
[name] => AmazonS3Images
...
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote