Attempt to load missing packag.json
-
There is an error where it’s trying to access a package.json file that doesn’t exist.
In idx-broker-platinum\idx\intiate-plugin.php:
$package_json = file_get_contents( IMPRESS_IDX_DIR . ‘src/vue/backend/package.json’ );
$package_json = json_decode( $package_json );
$version = $package_json->version;
$dir = ‘/assets/vue/backend’;
if ( \Idx_Broker_Plugin::VUE_DEV_MODE ) {
$dir = ‘assets/vue-dev/backend’;
}
- The topic ‘Attempt to load missing packag.json’ is closed to new replies.