Афтару всего лишь надо добавить в запрос версию API. Вот так:
$infoRequest = "
https://api.vk.com/method/getProfiles?uid=$userId&fields=uid,first_name,last_name,nickname,domain,sex,bdate,city,country,timezone,photo,photo_medium,photo_big,has_mobile,rate,contacts,education&access_token=$token&v=5.57";
Однако имеем следующую ошибку
[Mon Apr 23 12:00:28 2018] [ow_core_log] [Exception] Message: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `type` = 'vk' LIMIT 0, 1' at line 1 File: /home/admin/web/bizdating.ru/public_html/ow_core/database.php Line:723 Trace: [#0 /home/admin/web/bizdating.ru/public_html/ow_core/database.php(723): PDOStatement->execute() | #1 /home/admin/web/bizdating.ru/public_html/ow_core/database.php(308): OW_Database->execute('SELECT * FROM o...', Array) | #2 /home/admin/web/bizdating.ru/public_html/ow_core/base_dao.php(114): OW_Database->queryForObject('SELECT * FROM o...', 'BOL_RemoteAuth', Array, 0, Array) | #3 /home/admin/web/bizdating.ru/public_html/ow_system_plugins/base/bol/remote_auth_dao.php(93): OW_BaseDao->findObjectByExample(Object(OW_Example)) | #4 /home/admin/web/bizdating.ru/public_html/ow_system_plugins/base/bol/remote_auth_service.php(56): BOL_RemoteAuthDao->findByRemoteTypeAndId('vk', NULL) | #5 /home/admin/web/bizdating.ru/public_html/ow_core/remote_auth_adapter.php(34): BOL_RemoteAuthService->findByRemoteTypeAndId('vk', NULL) | #6 /home/admin/web/bizdating.ru/public_html/ow_plugins/vkconnect/controllers/connect.php(278): OW_RemoteAuthAdapter->isRegistered() | #7 [internal function]: VKCONNECT_CTRL_Connect->login(Array) | #8 /home/admin/web/bizdating.ru/public_html/ow_core/request_handler.php(250): ReflectionMethod->invokeArgs(Object(VKCONNECT_CTRL_Connect), Array) | #9 /home/admin/web/bizdating.ru/public_html/ow_core/request_handler.php(226): OW_RequestHandler->processControllerAction(Object(ReflectionMethod), Object(VKCONNECT_CTRL_Connect)) | #10 /home/admin/web/bizdating.ru/public_html/ow_core/application.php(346): OW_RequestHandler->dispatch() | #11 /home/admin/web/bizdating.ru/public_html/index.php(80): OW_Application->handleRequest() | #12 {main}]
Щас разберёмся...