I have installed StatusNet 1.0.0-beta2. Renamed sample.htaccess to .htaccess. When I tried to check the "Fancy URLs" from the Admin UI it keeps saying "Background directory not writable: ." so I have set the permission of background directory to 777. Still the same problem. I just need Fancy URLs, what do I do?
Comments
$config['site']['fancy'] = true;
Prior to that branch their was never a problem and with the backgrounds folder being set to 755 everything was fine. This permission was set on install.
What I want to do is to change theme and logo.
I can't specify theme path and others because my setting can not be saved because of "background-directory-not-writable" error. How do I do this?
I did write the following in config.php. Logo works but not theme.
$config['site']['logo'] = 'test.jpeg';
$config['site']['theme'] = 'neo';