![]() |
Error: Unable to load the requested driver: CI_Scraper_site_indeed - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Error: Unable to load the requested driver: CI_Scraper_site_indeed (/showthread.php?tid=81710) |
Error: Unable to load the requested driver: CI_Scraper_site_indeed - shahzib111 - 04-15-2022 I am trying to get a web scraper working on php codeigniter project and I am getting the error mentioned below. I checked and have the drivers in my libraries folder. The code for the scraper in library is provided below as well as an image to help understand the layout of the project. Let me know if any further information is needed and I apologize in advance if this is a basic question as I am new to codeigniter and this forum and have been stuck on this for a while. Any help would be appreciated. The error I get is: Code: Unable to load the requested driver: CI_Scraper_site_indeed Code: class Profile extends CI_Controller { ![]() The contents of the libraries folder is the same as here: https://github.com/RobertHallsey/search-scraper |