Hey all. Nice to be here. I'm new to modx, but have some programming experience, not so much concerning websites however.
I'm trying to play around with it, but have already gotten stuck... before I even began.
Here's my situation: I have a hosting provider with PHP and I can create MySQL databases,
so I think it should work. I transferred the unpacked modx-2.1.3-pl folder per ftp into my html folder online.
However,
http://mywebsite.com/modx-2.1.3-pl/install
doesn't seem to exist.
http://mywebsite.com/modx-2.1.3-pl/
gives me
"503 Error
Site temporarily unavailable."
(red bakcground)
http://mywebsite.com/modx-2.1.3-pl/setup
gives me
"FATAL ERROR: MODX Setup cannot continue.
Make sure your /home/www/web123/html/modx-2.1.3-pl/core/cache directory exists and is writable by the PHP process."
The /core/cache directory does exist in my modx folder.
The only file in there is ".gitignore". How do I make sure the folder is writable by the PHP process ?
Thanks