hi steefano974, in line 64. you should change to
preg_match("/AdminImport&token=([a-z0-9]+)/", $response, $matches);
and comment line $request->call($adminUrl."index.php?controller=AdminImport");
This solution is get token from Dashboard page for this controller.
Sorry my english.
Thank so much this artical, Simone Paolucci.
hi steefano974, in line 64. you should change to
preg_match("/AdminImport&token=([a-z0-9]+)/", $response, $matches);
and comment line $request->call($adminUrl."index.php?controller=AdminImport");
This solution is get token from Dashboard page for this controller.
Sorry my english.
Thank so much this artical, Simone Paolucci.