Welcome Guest, Not a member yet? Register   Sign In
CI3 "default+index" folder is being created in root
#1

i have noticed that CI3 creates a folder "default+index" automatically in root

i my working folder i have

application
system

and now folder the "default+index" keeps being generated each time i access any page on my website...

and inside there is a file with the following contents:

O:12:"CI_DB_result":8:{s:7:"conn_id";N;s:9:"result_id";N;s:12:"result_array";a:0:{}s:13:"result_object";a:0:{}s:20:"custom_result_object";a:0:{}s:11:"current_row";i:0;s:8:"num_rows";i:0;s:8:"row_data";N;}


can somebody please tell me whats going on Smile

i have never seen this before Smile

i am running windows 7 WAMP

Thank You
Reply
#2

(This post was last modified: 05-28-2015, 12:45 PM by CroNiX.)

Looks like you have some sort of caching enabled somewhere within CI, and it's set to write to that dir. Check whether you have cache_on enabled in your db config, and also what location cachedir is set to. Default is empty string, which could very well be the root dir of your site.
Reply
#3

That was it... spot on.. thanks for your help Smile
Reply




Theme © iAndrew 2016 - Forum software by © MyBB