Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi All,

So far I love Couch CMS. Does exactly what I want it to do without a bunch of added things I don't need.

But I ran into a problem and I am having trouble getting around it.

I am following the tutorial in a round-a-bout way creating a blog for a friends website. Basically just customizing existing pages . I've gotten it about 90% to where I want it save for the image uploads. When I click on the browse server button in the page admin I get the error "You don't have permissions to browse server."

I've tried looking through the forum at other solutions, but nothing has worked. I've tried changing permissions etc... This is the error that I get when I check my server logs:

20200717T194902: www.-->samplewebsiteX.com/Bass_CMS/includes/kcfinder/browse.php
PHP Warning: session_start(): open(/var/php_sessions/sess_4gom9fo5552kuufn9ejmkaplaioqn5k0, O_RDWR) failed: No such file or directory (2) in server info.../Bass_CMS/includes/kcfinder/core/uploader.php on line 148
PHP Warning: session_start(): Failed to read session data: files (path: /var/php_sessions) in server info: .../Bass_CMS/includes/kcfinder/core/uploader.php on line 148

I changed the web address, and the front of the server address to the ...'s. Also, I renamed the Couch folder to Bass_CMS per my friends request.


I've tried so many things now that I am not sure if I've messed something up worse, or am just looking down the wrong path entirely so any help would be appreciated.

Thanks.
Hi,

The log message tells us that the PHP process does not have write access to the folder where it is supposed to save 'session' data.

To fix that, perhaps the following would help you -
http://tutorialspots.com/php-how-to-fix ... -3402.html

That said, this would also suggest that there is a server configuration problem on your hands and that PHP is unable to access the uploads folder also.

So please look into the permissions again as that seems to be the most likely cause.

Hope this helps.
2 posts Page 1 of 1