Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the web a

Forum for questions and support relating to the 1.29.x releases only.
Locked
pasties4me
Posts: 7
Joined: Tue Aug 23, 2016 12:53 pm

Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the web a

Post by pasties4me »

I mistakenly edited the Paths section of the config area, and now I can't access the console...

Cannot write to content dirs('events','/home'). Check that these exist and are owned by the web account user

Is there a config file I can edit / reset to correct this ?
pasties4me
Posts: 7
Joined: Tue Aug 23, 2016 12:53 pm

Re: Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the w

Post by pasties4me »

OK, I've just seen this post..so let me that first

Top
User avatarknnniggett
Posts: 1619
Joined: Thu Oct 18, 2007 2:55 pm
Location: Shiloh, IL
Contact: Contact knnniggett
Re: "Cannot write to content dirs" ERROR
Postby knnniggett » Mon Apr 11, 2016 12:56 am
pasties4me
Posts: 7
Joined: Tue Aug 23, 2016 12:53 pm

Re: Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the w

Post by pasties4me »

This is now fixed, thanks
The edit to index.php did the trick
APP66
Posts: 2
Joined: Fri Nov 25, 2016 2:44 pm

Re: Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the w

Post by APP66 »

I'm having the same problem. Sorry I don't understand how you fixed it. Where & how did you change Index.php?
APP66
Posts: 2
Joined: Fri Nov 25, 2016 2:44 pm

Re: Can't access console - Cannot write to content dirs('events','/home'). Check that these exist and are owned by the w

Post by APP66 »

Ok fixed using the following API command:
curl -XPUT http://localhost/zm/api/configs/edit/ZM_DIR_EVENTS.json -d "Config[Value]=events"
Checked using:
curl -XGET http://localhost/zm/api/configs/view/ZM_DIR_EVENTS.json
Locked