10-30-2014, 02:17 AM
11-05-2014, 08:48 PM
PLEASE HELP ME : ERROR on 4.2.3 NULLED
[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: scheme in /home/????????????/public_html/app/Tygh/Http.php on line 414
[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: host in /home/???????????????/public_html/app/Tygh/Http.php on line 414
$components = parse_url($url);
$upass = '';
if (!empty($components['user'])) {
$upass = $components['user'] . (!empty($components['pass']) ? ':' . $components['pass'] : '') . '@';
}
if (empty($components['path'])) {
$components['path'] = '/';
}
$port = empty($components['port']) ? '' : (':' . $components['port']);
$url = $components['scheme'] . '://' . $upass . $components['host'] . $port . $components['path']; 414 LINE
if (!empty($components['query'])) {
if ($method == self::GET) {
parse_str($components['query'], $args);
if (!empty($data) and& !is_array($data) and& !empty($args)) {
throw new DeveloperException('Http: incompatible data type passed');
}
$data = fn_array_merge($args, $data);
} else {
$url .= '?' . $components['query'];
}
}
return array($url, is_array($data) ? http_build_query($data) : $data);
}
[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: scheme in /home/????????????/public_html/app/Tygh/Http.php on line 414
[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: host in /home/???????????????/public_html/app/Tygh/Http.php on line 414
$components = parse_url($url);
$upass = '';
if (!empty($components['user'])) {
$upass = $components['user'] . (!empty($components['pass']) ? ':' . $components['pass'] : '') . '@';
}
if (empty($components['path'])) {
$components['path'] = '/';
}
$port = empty($components['port']) ? '' : (':' . $components['port']);
$url = $components['scheme'] . '://' . $upass . $components['host'] . $port . $components['path']; 414 LINE
if (!empty($components['query'])) {
if ($method == self::GET) {
parse_str($components['query'], $args);
if (!empty($data) and& !is_array($data) and& !empty($args)) {
throw new DeveloperException('Http: incompatible data type passed');
}
$data = fn_array_merge($args, $data);
} else {
$url .= '?' . $components['query'];
}
}
return array($url, is_array($data) ? http_build_query($data) : $data);
}
12-24-2014, 05:52 AM
Hi Medow;
Foremost thank you for the recent share. However, would it be deemed possible if you may generously share the most recent multivendor version (4.2.4)?. :)
Warm Regards
Foremost thank you for the recent share. However, would it be deemed possible if you may generously share the most recent multivendor version (4.2.4)?. :)
Warm Regards