Ga naar de inhoud
object(Symfony\Component\Process\Exception\ProcessFailedException)#7780 (8) {
["message":protected]=>
string(5464) "The command "/usr/local/bin/node /var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/vue-render-tmp//c2fe9197f197f8b25c3c4cb60f487c87.cjs" failed.
Exit Code: 1(General error)
Working directory: /var/www/html/wordpress-app
Output:
================
Error Output:
================
/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/vue-render-tmp/c2fe9197f197f8b25c3c4cb60f487c87.cjs:2604
eval("\n\nvar parseUrl = (__webpack_require__(/*! url */ \"url\").parse);\n\nvar DEFAULT_PORTS = {\n ftp: 21,\n gopher: 70,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443,\n};\n\nvar stringEndsWith = String.prototype.endsWith || function(s) {\n return s.length <= this.length &&\n this.indexOf(s, this.length - s.length) !== -1;\n};\n\n/**\n * @param {string|object} url - The URL, or the result from url.parse.\n * @return {string} The URL of the proxy that should handle the request to the\n * given URL. If no proxy is set, this will be an empty string.\n */\nfunction getProxyForUrl(url) {\n var parsedUrl = typeof url === 'string' ? parseUrl(url) : url || {};\n var proto = parsedUrl.protocol;\n var hostname = parsedUrl.host;\n var port = parsedUrl.port;\n if (typeof hostname !== 'string' || !hostname || typeof proto !== 'string') {\n return ''; // Don't proxy URLs without a valid scheme or host.\n }\n\n proto = proto.split(':', 1)[0];\n // Stripping ports in this way instead of using parsedUrl.hostname to make\n // sure that the brackets around IPv6 addresses are kept.\n hostname = hostname.replace(/:\\d*$/, '');\n port = parseInt(port) || DEFAULT_PORTS[proto] || 0;\n if (!shouldProxy(hostname, port)) {\n return ''; // Don't proxy URLs that match NO_PROXY.\n }\n\n var proxy =\n getEnv('npm_config_' + proto + '_proxy') ||\n getEnv(proto + '_proxy') ||\n getEnv('npm_config_proxy') ||\n getEnv('all_proxy');\n if (proxy && proxy.indexOf('://') === -1) {\n // Missing scheme in proxy, default to the requested URL's scheme.\n proxy = proto + '://' + proxy;\n }\n return proxy;\n}\n\n/**\n * Determines whether a given URL should be proxied.\n *\n * @param {string} hostname - The host name of the URL.\n * @param {number} port - The effective port of the URL.\n * @returns {boolean} Whether the given URL should be proxied.\n * @private\n */\nfunction shouldProxy(hostname, port) {\n var NO_PROXY =\n (getEnv('npm_config_no_proxy') || getEnv('no_proxy')).toLowerCase();\n if (!NO_PROXY) {\n return true; // Always proxy if NO_PROXY is not set.\n }\n if (NO_PROXY === '*') {\n return false; // Never proxy if wildcard is set.\n }\n\n return NO_PROXY.split(/[,\\s]/).every(function(proxy) {\n if (!proxy) {\n return true; // Skip zero-length hosts.\n }\n var parsedProxy = proxy.match(/^(.+):(\\d+)$/);\n var parsedProxyHostname = parsedProxy ? parsedProxy[1] : proxy;\n var parsedProxyPort = parsedProxy ? parseInt(parsedProxy[2]) : 0;\n if (parsedProxyPort && parsedProxyPort !== port) {\n return true; // Skip if ports don't match.\n }\n\n if (!/^[.*]/.test(parsedProxyHostname)) {\n // No wildcards, so stop proxying if there is an exact match.\n return hostname !== parsedProxyHostname;\n }\n\n if (parsedProxyHostname.charAt(0) === '*') {\n // Remove leading wildcard.\n parsedProxyHostname = parsedProxyHostname.slice(1);\n }\n // Stop proxying if the hostname ends with the no_proxy host.\n return !stringEndsWith.call(hostname, parsedProxyHostname);\n });\n}\n\n/**\n * Get the value for an environment variable.\n *\n * @param {string} key - The name of the environment variable.\n * @return {string} The value of the environment variable.\n * @private\n */\nfunction getEnv(key) {\n return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || '';\n}\n\nexpo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Invalid or unexpected token
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1187:20)
at Module._compile (node:internal/modules/cjs/loader:1231:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1321:10)
at Module.load (node:internal/modules/cjs/loader:1125:32)
at Module._load (node:internal/modules/cjs/loader:965:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
Node.js v20.1.0
"
["string":"Exception":private]=>
string(0) ""
["code":protected]=>
int(0)
["file":protected]=>
string(99) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vendor/symfony/process/Process.php"
["line":protected]=>
int(269)
["trace":"Exception":private]=>
array(26) {
[0]=>
array(5) {
["file"]=>
string(85) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/Engines/Node.php"
["line"]=>
int(41)
["function"]=>
string(7) "mustRun"
["class"]=>
string(33) "Symfony\Component\Process\Process"
["type"]=>
string(2) "->"
}
[1]=>
array(5) {
["file"]=>
string(81) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/Renderer.php"
["line"]=>
int(162)
["function"]=>
string(3) "run"
["class"]=>
string(12) "App\Vue\Node"
["type"]=>
string(2) "->"
}
[2]=>
array(5) {
["file"]=>
string(76) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/Vue.php"
["line"]=>
int(100)
["function"]=>
string(6) "render"
["class"]=>
string(16) "App\Vue\Renderer"
["type"]=>
string(2) "->"
}
[3]=>
array(5) {
["file"]=>
string(82) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/hk-collection.php"
["line"]=>
int(138)
["function"]=>
string(6) "render"
["class"]=>
string(11) "App\Vue\Vue"
["type"]=>
string(2) "->"
}
[4]=>
array(3) {
["file"]=>
string(54) "/var/www/html/wordpress-app/wp-includes/shortcodes.php"
["line"]=>
int(434)
["function"]=>
string(26) "render_hk_custom_shortcode"
}
[5]=>
array(1) {
["function"]=>
string(16) "do_shortcode_tag"
}
[6]=>
array(3) {
["file"]=>
string(54) "/var/www/html/wordpress-app/wp-includes/shortcodes.php"
["line"]=>
int(273)
["function"]=>
string(21) "preg_replace_callback"
}
[7]=>
array(3) {
["file"]=>
string(87) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/widgets/shortcode.php"
["line"]=>
int(141)
["function"]=>
string(12) "do_shortcode"
}
[8]=>
array(5) {
["file"]=>
string(89) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/base/controls-stack.php"
["line"]=>
int(2374)
["function"]=>
string(6) "render"
["class"]=>
string(26) "Elementor\Widget_Shortcode"
["type"]=>
string(2) "->"
}
[9]=>
array(5) {
["file"]=>
string(86) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/base/widget-base.php"
["line"]=>
int(636)
["function"]=>
string(14) "render_by_mode"
["class"]=>
string(24) "Elementor\Controls_Stack"
["type"]=>
string(2) "->"
}
[10]=>
array(5) {
["file"]=>
string(86) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/base/widget-base.php"
["line"]=>
int(774)
["function"]=>
string(14) "render_content"
["class"]=>
string(21) "Elementor\Widget_Base"
["type"]=>
string(2) "->"
}
[11]=>
array(5) {
["file"]=>
string(87) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/base/element-base.php"
["line"]=>
int(482)
["function"]=>
string(13) "print_content"
["class"]=>
string(21) "Elementor\Widget_Base"
["type"]=>
string(2) "->"
}
[12]=>
array(5) {
["file"]=>
string(89) "/var/www/html/wordpress-app/wp-content/plugins/elementor/modules/element-cache/module.php"
["line"]=>
int(74)
["function"]=>
string(13) "print_element"
["class"]=>
string(22) "Elementor\Element_Base"
["type"]=>
string(2) "->"
}
[13]=>
array(5) {
["file"]=>
string(54) "/var/www/html/wordpress-app/wp-includes/shortcodes.php"
["line"]=>
int(434)
["function"]=>
string(40) "Elementor\Modules\ElementCache\{closure}"
["class"]=>
string(37) "Elementor\Modules\ElementCache\Module"
["type"]=>
string(2) "->"
}
[14]=>
array(1) {
["function"]=>
string(16) "do_shortcode_tag"
}
[15]=>
array(3) {
["file"]=>
string(54) "/var/www/html/wordpress-app/wp-includes/shortcodes.php"
["line"]=>
int(273)
["function"]=>
string(21) "preg_replace_callback"
}
[16]=>
array(3) {
["file"]=>
string(79) "/var/www/html/wordpress-app/wp-content/plugins/elementor/core/base/document.php"
["line"]=>
int(1867)
["function"]=>
string(12) "do_shortcode"
}
[17]=>
array(5) {
["file"]=>
string(79) "/var/www/html/wordpress-app/wp-content/plugins/elementor/core/base/document.php"
["line"]=>
int(1202)
["function"]=>
string(14) "print_elements"
["class"]=>
string(28) "Elementor\Core\Base\Document"
["type"]=>
string(2) "->"
}
[18]=>
array(5) {
["file"]=>
string(78) "/var/www/html/wordpress-app/wp-content/plugins/elementor/includes/frontend.php"
["line"]=>
int(1203)
["function"]=>
string(27) "print_elements_with_wrapper"
["class"]=>
string(28) "Elementor\Core\Base\Document"
["type"]=>
string(2) "->"
}
[19]=>
array(5) {
["file"]=>
string(82) "/var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/hk-collection.php"
["line"]=>
int(198)
["function"]=>
string(19) "get_builder_content"
["class"]=>
string(18) "Elementor\Frontend"
["type"]=>
string(2) "->"
}
[20]=>
array(3) {
["file"]=>
string(57) "/var/www/html/wordpress-app/wp-includes/class-wp-hook.php"
["line"]=>
int(324)
["function"]=>
string(9) "{closure}"
}
[21]=>
array(5) {
["file"]=>
string(57) "/var/www/html/wordpress-app/wp-includes/class-wp-hook.php"
["line"]=>
int(348)
["function"]=>
string(13) "apply_filters"
["class"]=>
string(7) "WP_Hook"
["type"]=>
string(2) "->"
}
[22]=>
array(5) {
["file"]=>
string(50) "/var/www/html/wordpress-app/wp-includes/plugin.php"
["line"]=>
int(517)
["function"]=>
string(9) "do_action"
["class"]=>
string(7) "WP_Hook"
["type"]=>
string(2) "->"
}
[23]=>
array(3) {
["file"]=>
string(59) "/var/www/html/wordpress-app/wp-includes/template-loader.php"
["line"]=>
int(13)
["function"]=>
string(9) "do_action"
}
[24]=>
array(4) {
["file"]=>
string(46) "/var/www/html/wordpress-app/wp-blog-header.php"
["line"]=>
int(19)
["args"]=>
array(1) {
[0]=>
string(59) "/var/www/html/wordpress-app/wp-includes/template-loader.php"
}
["function"]=>
string(12) "require_once"
}
[25]=>
array(4) {
["file"]=>
string(37) "/var/www/html/wordpress-app/index.php"
["line"]=>
int(17)
["args"]=>
array(1) {
[0]=>
string(46) "/var/www/html/wordpress-app/wp-blog-header.php"
}
["function"]=>
string(7) "require"
}
}
["previous":"Exception":private]=>
NULL
["process":"Symfony\Component\Process\Exception\ProcessFailedException":private]=>
object(Symfony\Component\Process\Process)#7778 (25) {
["callback":"Symfony\Component\Process\Process":private]=>
NULL
["commandline":"Symfony\Component\Process\Process":private]=>
string(141) "/usr/local/bin/node /var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/vue-render-tmp//c2fe9197f197f8b25c3c4cb60f487c87.cjs"
["cwd":"Symfony\Component\Process\Process":private]=>
string(27) "/var/www/html/wordpress-app"
["env":"Symfony\Component\Process\Process":private]=>
array(0) {
}
["input":"Symfony\Component\Process\Process":private]=>
NULL
["starttime":"Symfony\Component\Process\Process":private]=>
float(1746872786.457215)
["lastOutputTime":"Symfony\Component\Process\Process":private]=>
float(1746872786.754122)
["timeout":"Symfony\Component\Process\Process":private]=>
float(60)
["idleTimeout":"Symfony\Component\Process\Process":private]=>
NULL
["exitcode":"Symfony\Component\Process\Process":private]=>
int(1)
["fallbackStatus":"Symfony\Component\Process\Process":private]=>
array(0) {
}
["processInformation":"Symfony\Component\Process\Process":private]=>
array(9) {
["command"]=>
string(141) "/usr/local/bin/node /var/www/html/wordpress-app/wp-content/plugins/hetkabinet-plugin/vue/vue-render-tmp//c2fe9197f197f8b25c3c4cb60f487c87.cjs"
["pid"]=>
int(1213853)
["cached"]=>
bool(true)
["running"]=>
bool(false)
["signaled"]=>
bool(false)
["stopped"]=>
bool(false)
["exitcode"]=>
int(1)
["termsig"]=>
int(0)
["stopsig"]=>
int(0)
}
["outputDisabled":"Symfony\Component\Process\Process":private]=>
bool(false)
["stdout":"Symfony\Component\Process\Process":private]=>
resource(171) of type (stream)
["stderr":"Symfony\Component\Process\Process":private]=>
resource(173) of type (stream)
["process":"Symfony\Component\Process\Process":private]=>
NULL
["status":"Symfony\Component\Process\Process":private]=>
string(10) "terminated"
["incrementalOutputOffset":"Symfony\Component\Process\Process":private]=>
int(0)
["incrementalErrorOutputOffset":"Symfony\Component\Process\Process":private]=>
int(0)
["tty":"Symfony\Component\Process\Process":private]=>
bool(false)
["pty":"Symfony\Component\Process\Process":private]=>
bool(false)
["options":"Symfony\Component\Process\Process":private]=>
array(2) {
["suppress_errors"]=>
bool(true)
["bypass_shell"]=>
bool(true)
}
["ignoredSignals":"Symfony\Component\Process\Process":private]=>
array(0) {
}
["processPipes":"Symfony\Component\Process\Process":private]=>
object(Symfony\Component\Process\Pipes\UnixPipes)#7672 (8) {
["pipes"]=>
array(0) {
}
["inputBuffer":"Symfony\Component\Process\Pipes\AbstractPipes":private]=>
string(0) ""
["input":"Symfony\Component\Process\Pipes\AbstractPipes":private]=>
NULL
["blocked":"Symfony\Component\Process\Pipes\AbstractPipes":private]=>
bool(false)
["lastError":"Symfony\Component\Process\Pipes\AbstractPipes":private]=>
NULL
["ttyMode":"Symfony\Component\Process\Pipes\UnixPipes":private]=>
bool(false)
["ptyMode":"Symfony\Component\Process\Pipes\UnixPipes":private]=>
bool(false)
["haveReadSupport":"Symfony\Component\Process\Pipes\UnixPipes":private]=>
bool(true)
}
["latestSignal":"Symfony\Component\Process\Process":private]=>
NULL
}
}