# Hosting and concrete 5

**URL:** https://forums.concretecms.org/t/hosting-and-concrete-5/4523
**Category:** Developing with Concrete
**Created:** [November 24, 2022, 1:40pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523 "2022-11-24T13:40:16Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![LizzyTodd](https://forums.concretecms.org/user_avatar/forums.concretecms.org/lizzytodd/32/1176_2.png) [@LizzyTodd](https://forums.concretecms.org/u/LizzyTodd)
#### Post date: [November 24, 2022, 1:40pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/1 "2022-11-24T13:40:16Z")

</div>

Hi there, can anyone help. we have moved a concrete 5 website to a new host however the website is not showing.

We have updated the config file with database details from the current server, but the website is still only showing white screen

---

<div class="post-metadata">

### Author: ![donat](https://forums.concretecms.org/user_avatar/forums.concretecms.org/donat/32/3199_2.png) [@donat](https://forums.concretecms.org/u/donat)
#### Post date: [November 24, 2022, 1:45pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/2 "2022-11-24T13:45:05Z")

</div>

Maybe you could provide a url to the site or some more information? Specially on how you “moved” the site.

There could be many reasons like missing packages, wrong php version, faulty configuration, …

Can you access /index.php/login?

---

<div class="post-metadata">

### Author: ![studio108](https://forums.concretecms.org/user_avatar/forums.concretecms.org/studio108/32/3498_2.png) [@studio108](https://forums.concretecms.org/u/studio108)
#### Post date: [November 24, 2022, 4:59pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/3 "2022-11-24T16:59:50Z")

</div>

Have to tried emptying the cache files? This sometime sorts that problem out.

application \> files \> cache (delete contents of the folder entitled ‘cache’ )

---

<div class="post-metadata">

### Author: ![LizzyTodd](https://forums.concretecms.org/user_avatar/forums.concretecms.org/lizzytodd/32/1176_2.png) [@LizzyTodd](https://forums.concretecms.org/u/LizzyTodd)
#### Post date: [November 25, 2022, 12:18pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/4 "2022-11-25T12:18:09Z")

</div>

Yes it is to do with upgrading the php

---

<div class="post-metadata">

### Author: ![zpartakov](https://forums.concretecms.org/user_avatar/forums.concretecms.org/zpartakov/32/3554_2.png) [@zpartakov](https://forums.concretecms.org/u/zpartakov)
#### Post date: [November 25, 2022, 5:22pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/5 "2022-11-25T17:22:12Z")

</div>

Upgrading php? Is your concretecms version compatible with your php version?

---

<div class="post-metadata">

### Author: ![LizzyTodd](https://forums.concretecms.org/user_avatar/forums.concretecms.org/lizzytodd/32/1176_2.png) [@LizzyTodd](https://forums.concretecms.org/u/LizzyTodd)
#### Post date: [November 28, 2022, 3:53pm UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/6 "2022-11-28T15:53:54Z")

</div>

No.

We need to manually update Concrete5 step by step through a number of version (hoping from v.5.6 to v.9 will pretty much certainly break the site) without being able to log in the the admin panel, which is where we need some guidance.

---

<div class="post-metadata">

### Author: ![JohntheFish](https://forums.concretecms.org/user_avatar/forums.concretecms.org/johnthefish/32/3767_2.png) [@JohntheFish](https://forums.concretecms.org/u/JohntheFish)
#### Post date: [November 29, 2022, 10:12am UTC](https://forums.concretecms.org/t/hosting-and-concrete-5/4523/7 "2022-11-29T10:12:09Z")

</div>

Getting from a c5.6 site to v9.latest with automation will involve many risks

- export content (which will be incomplete)
- import content (which will be incomplete)
- theme will not be compatible, so will need a fair bit of work or need to be replaced
- no addon compatibility, though there may be equivalents
- any application code will need rewriting for v9.

With all that in mind, unless you have hundreds or thousands of pages to move, it will be easier to start with a clean install, pick a new v9 theme, and copy/paste content using the usual edit interface. When doing that, take care to actually upload images into the new site (its easy to erroneously copy image urls from the old site rather than uploading and using the images in the new site).
