DreamOn Posted April 20, 2016 Share Posted April 20, 2016 Hello, I want to get topics from external website, so I make API request like this : $response = \Httpful\Request::get(IPB_URL . '/api/forums/topics?page=1') ->authenticateWith('XXX', '') ->send(); But I have this error : IPS\Db\Exception thrown with message "Data too long for column 'response_output' at row 1" Stacktrace: #3 IPS\Db\Exception in C:\xampp\htdocs\sites\lecrabeinfo\forums\system\Db\Db.php:427 #2 IPS\_Db:preparedQuery in C:\xampp\htdocs\sites\lecrabeinfo\forums\system\Db\Db.php:661 #1 IPS\_Db:insert in C:\xampp\htdocs\sites\lecrabeinfo\forums\system\Dispatcher\Api.php:223 #0 IPS\Dispatcher\_Api:run in C:\xampp\htdocs\sites\lecrabeinfo\forums\api\index.php:13 Can you help me? Thanks. Link to comment Share on other sites More sharing options...
DreamOn Posted April 22, 2016 Author Share Posted April 22, 2016 Up Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.