The first part of your error is the script running into a problem when trying to make the db_cache folder. It creates that folder inside of the directory that your using the script and it holds the files with the cached queries. I actually also ran into the problem too and instead of f'ing with it, I just created it myself. That's probably the easiest thing to do. And then I chmod'd it 777.
The second part of your error has to do with the query. Might be fixed after the db_cache folder is made.
Would you or anyone else want an option to use the regular (non-caching) way of querying the database? It'll avoid that db_cache folder problem.
|