14.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

10-30-2014, 02:17 AM
Post: #31
RE:
Hi Medow bro,

I hope you'r fine. can you now update 4.2.3

Thanks
11-05-2014, 08:48 PM
Post: #32
RE:
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);
}
12-24-2014, 05:52 AM
Post: #33
RE:
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




19.gif