DfUSE

Results 9 comments of DfUSE

Seems that this is from Imagine extension. Just modified file vendor/imagine/imagine/lib/Imagine/Image/Point.php constructor with public function __construct($x, $y) { /*if ($x < 0 || $y < 0) { throw new InvalidArgumentException(...

Same here. Could you share your model rules? I cant manage to get validation errors for size, extensions, etc. Thanks

any workaround for this? I click on a button which opens a new page in a new tab but browser pages doesnt update with this new one

same here. @richardoctoey solution worked for me

This could be done by requesting $activeTweets = $api->get('stats/accounts/'.$accountID.'/active_entities', $paramsActive); https://developer.twitter.com/en/docs/twitter-ads-api/analytics/guides/active-entities

same here. Installed It in basic template and it is missing

Try replacing these in src/musically.php file: $dexplore = explode('=', $data[7]); with $dexplore = explode('=', $data[6]); and $dexplore1 = explode('"', $data[8]); with $dexplore1 = explode('"', $data[7]);

Stuck on this also... **base64_decode for X-Request-Info5 (note that deviceid is the same as "Slider-Show-Session" :??):** > {"method":"POST","os":"iOS 9.0.1","X-Request-ID":"D7698DF1-3676-499F-AEAA-9EBE6564E32F","ostype":"ios","deviceid":"i0cd770c6af4d34659ba7211079066de8bb3","version":"5.7.1","timestamp":"1496086576000","-r":"5054","url":"https:\/\/api.musical.ly\/rest\/passport\/v2\/login?supportLoginVerify=true"} **I replace that timestamp with current time()."000" one:** > {"method":"POST","os":"iOS 9.0.1","X-Request-ID":"D7698DF1-3676-499F-AEAA-9EBE6564E32F","ostype":"ios","deviceid":"i0cd770c6af4d34659ba7211079066de8bb3","version":"5.7.1","timestamp":"1528578105000","-r":"5054","url":"https:\/\/api.musical.ly\/rest\/passport\/v2\/login?supportLoginVerify=true"}...