Questions tagged [install]

132 questions
7
votes
1 answer

Mcrypt is required on OS X Mavericks 10.9.4

I'm stuck on the /admin/install page, getting an error "Can't run Craft :(" saying that Mcrypt is required. I've tried installing with Homebrew, but kept getting an error. So, I installed mcrypt manually using these instructions on Stack Overflow.…
5
votes
1 answer

URLs other than index cause 500 internal server error

I installed craft according to the documentation but when I tried to access example.com/admin I get following error Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase…
maxx
  • 443
  • 2
  • 14
4
votes
4 answers

Getting blank screen at domain.com/admin when installing

I'm trying to install Craft for the first time, I've used Ben Croker's requirements check and everything passes, and I'm pretty sure everything else is set up properly, but when I access domain.com/admin to run the install, I just get a blank screen…
EdP
  • 61
  • 4
3
votes
2 answers

Why are all Craft files executable?

I just downloaded the latest version of Craft (2.3.2617) and extracted the zip to check it out. Every file has execute permissions turned on for all users. Is there any reason for this?
3
votes
1 answer

Changing the name of the Craft folder when placed above the webroot?

Can you change the name of the Craft folder? I run several sites on a VPS and to place the Craft folder above the webroot, means that it sits in the User Directory, which has multiple domains running and potentially more domains could run Craft CMS…
Nutmeg
  • 598
  • 1
  • 4
  • 17
2
votes
2 answers

Multiple Craft install configuration in subdomains

I was playing around that quiet long time, because I didn't want to post the question right away I encounter on some difficulties. But here I go. The goal is to have separate craft installs for each subdomain. The problem When I hit enter to start…
Dominik Krulak
  • 1,562
  • 14
  • 27
2
votes
1 answer

PHP error upon installation

I keep getting this error when I go to install Craft: "Declaration of Craft\UrlManager::parseUrl() should be compatible with that of CUrlManager::parseUrl()" I am installing on a subdomain. The database credentials are in place, the permissions…
a-am
  • 2,857
  • 1
  • 19
  • 25
2
votes
0 answers

Craft install failed on WAMP

I carefully read the installation manual, read PHP and apache error logs, but I still don't know why it's failed. (Solution - Maximum execution time of 120 seconds is not enough) - Windows 10 64 - WAMP 3.1.7 64 - Craft 3.0.37 - PHP 7.2.14 with…
Artur
  • 21
  • 2
2
votes
1 answer

Moved server (centOS7) "Please ensure that $craftPath is set correctly"

I previously ran Vesta CP on Ubuntu and wanted to run something a little faster so chose centOS7 minimal. Installed Vesta CP and restored my backup. All my sites are running fine. Except for the ones running Craft CMS. I would like to stress that…
Kitsune
  • 333
  • 2
  • 10
2
votes
2 answers

Public folder confusion

I have installed Craft successfully on a local Mac environment using Mamp. I can access the admin area and the default homepage when I go to this address localhost:8888/craft/public/ but I cannot access the site when I go to this address…
bsmity
  • 21
  • 3
1
vote
1 answer

Install Craft in a subfolder of an ee site?

I have an ee site which I can't move over to Craft yet (need a commenting plugin) but I need to extend the site quite a bit. I'm thinking of either installing Craft in a subdomain or a subfolder. In a Friday chat Brandon advised to go with a…
user1070143
  • 1,106
  • 12
  • 24
1
vote
1 answer

Fatal error on install

I have AMPPS installed on my Mac OS X, and am trying to install the CMS. When I browse to http://craft.dev/admin to install, it redirects to http://craft.dev/admin/install with the following error: Fatal error: Call to undefined function…
1
vote
1 answer

"Invalid general config setting: useProjectConfigFile..." when Upgrading

Working through the upgrade docs, and when I run php craft migrate/all I get the following: Exception 'yii\base\UnknownPropertyException' with message 'Invalid general config setting: useProjectConfigFile. You can set custom config settings from…
Shad
  • 451
  • 2
  • 11
1
vote
1 answer

Can’t run Craft CMS :(

I'm getting the following message, when I try to access craft admin. I have both the zip and unzip installed. Not sure why I'm getting this error. MESSAGE: Can’t run Craft CMS :( Your server doesn’t meet the following requirements to run Craft…
Bala
  • 21
  • 3
1
vote
0 answers

Can't finish install, getting error

I am receiving this error when installing via shell: PHP Warning: Unsupported declare 'strict_types' PHP Fatal error: Default value for parameters with a class type hint can only be NULL Each error references "Bootup.php on line 3" and "Bootup.php…
Darthrizen
  • 31
  • 2
1
2 3