Documentation
-
Home
-
Getting Started
-
Common Tasks
-
The Servd Plugin
-
Project Settings
-
Domains & SSL
-
Importing & Cloning
-
Assets
-
Logs
-
Plans and Billing
-
Addons
-
Team & Project Management
-
Project Security
-
Your Account
-
Troubleshooting
-
Restart Instances
-
Repair Database
-
Craft isn't installed yet
-
Speeding Up Your Project
-
My Uploaded Assets Are Disappearing
-
My Sessions Are Expiring Too Soon
-
Why Are My Environments Behaving Differently?
-
No URL found for submodule path
-
Composer and Private Repositories
-
Composer out of memory errors
-
An SSL certificate for a domain has failed to generate or renew
-
Animated GIFs Displaying Incorrectly
-
Out of memory whilst running CLI tasks
-
CloudFlare: domain already exists
-
Permission Denied Whilst Generating PDFs
-
"server reached max_children setting (5), consider raising it"
-
Missing composer "allow-plugins" config
-
Unexpected robots.txt Content
-
Why is Servd is slower than my old VPS server?
-
Error: headers already sent
-
Where's the node_modules directory?
-
-
Cookbook
-
Now & Next
-
The Small Print
Craft isn't installed yet
If you access the Craft control panel after building and deploying your project it's not unusual to see the following error message.
If you haven't run through the Craft install process or uploaded a database dump this is expected.
You can visit the normal Craft installation URL in order to begin a new install from scratch, or visit the 'Import' page in the Servd dashboard in order to upload a database dump.
It's Still Not Working #
If you've uploaded a database dump and you're still seeing this error the most likely cause is that Craft has been configured with a different database table prefix than the dump you uploaded.
The configured table prefix is defined in the DB_TABLE_PREFIX 'Environment Variable' on the 'Settings' page for the environment you're currently working with. This should be set exactly the same as it is on the system where the database dump was generated.
Be careful to make sure you include any applicable underscores too.
A common DB_TABLE_PREFIX value is craft_ but it can also be blank or set to something custom.