roguelinx
Forum Replies Created
-
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu 0.4.14 xAPIHi Oliver, the initial setup was as follows:
– H5P – 1.16.0
– H5PxAPIkatchu – 0.4.13 before upgrading it to 0.4.14 and downgrading it again – See details below
– WordPress – 6.7.1
– PHP – 8.1
No error messages are generated. Version 0.4.14 didn’t record the xAPI statements unless it was rolled back to version 0.4.13 or'version' => '?ver=' . H5PXAPIKATCHU_VERSION,was commented out or removed. The issue wasn’t resolved until the upstream cache was cleared.Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu 0.4.14 xAPIThe local cache had been cleared and there aren’t any additional plugins other than H5PxAPIkatchu and H5P. Changing the file name solved the issue as did purging the cache upstream e.g. load balancer.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu 0.4.14 xAPIThanks Oliver. Digging into it further, it looks like
'path' => plugins_url( 'js/h5pxapikatchu-config.js', FILE ),is cached upstream even though it’s suffixed with'version' => '?ver=' . H5PXAPIKATCHU_VERSION,The workarounds are renaming the file or clearing the cache (if you have the ability to).Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu deploymentThanks Oliver. Tested the latest version on a fresh vanilla instance of WordPress 6.7.1. The error doesn’t occur and it activates the menus.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu deploymentI’m happy to test the update once it’s available and circle back if there are any errors.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu deploymentThanks Oliver. If it helps, I’d be happy to spin up a new vanilla instance to attempt to reproduce the error. Alternatively, it may have been an edge case.
Forum: Plugins
In reply to: [SNORDIAN's H5PxAPIkatchu] H5PxAPIkatchu deploymentThanks Oliver. The setup is as follows:
– H5P – 1.16.0
– H5PxAPIkatchu – 0.4.13
– WordPress – 6.7.1
– PHP 8.1