Move Windows servers

Permalink
I have just moved to a new server.
I have dB running OK.
Copied files over
Set the folder permission for IUSER
but still getting errors when trying to clear cashe:
Warning: unlink(C:\Websites\www\xxxxx/files/cache/css/greek_yogurt/main.css): Permission denied in C:\Websites\www\xxxxx\concrete\core\helpers\file.php on line 101
Only difference is running on a difference domain whilst I get it up and running.
Must have missed something - any ideas please?

Thanks
Carl




# concrete5 Version
5.6.1.2

# concrete5 Packages
None

# concrete5 Overrides
None

# Server Software
Microsoft-IIS/7.5

# Server API
cgi-fcgi

# PHP Version
5.6.0

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, Reflection, session, SimpleXML, soap, SPL, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, zip, zlib.

# PHP Settings
max_execution_time - 300
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

Ogma
 
robodev replied on at Permalink Reply
Sounds like a permissions issue, as you probably already know:

http://msdn.microsoft.com/en-us/library/aa954062.aspx...

My first thought is to find where your server stores the cache files. Provided it did not break anything, I would attempt to manually clear cache by deleting files.

Perhaps did cached files get moved that now have incorrect file ownership?

Have seen references to a PHP add-on called WinCache that is supposed to work better, but of course need to fix what you have in place first.

http://www.concrete5.org/community/forums/customizing_c5/windows-se...