Getting this error when saving configuration:
Code: Select all
Attempting to write /myabsolutepath/.htaccess file...
Warning: fclose(): supplied argument is not a valid stream resource in /myabsolutepath/include/functions_installer.inc.php on line 819
DoneCode: Select all
#RewriteCond %{REQUEST_URI} !-UCode: Select all
RewriteRule ^serendipity_admin.php serendipity_admin.php [NC,L,QSA] So, what's the likely cause of the fopen() error? Permissions?
And why the differences in the htaccess file?