I just duplicated my WordPress website hosting to cloud server but it is not working correct. What can problem be?
I checked db connection again and again. Db name, user, password are not incorrect.
I just duplicated my WordPress website hosting to cloud server but it is not working correct. What can problem be?
I checked db connection again and again. Db name, user, password are not incorrect.
Looking at the source of that page, I see <?
, which means your new server doesn't recognise the short form of the PHP opening tag. Either find that piece of code and change it to <?php
, or (if you can change your PHP settings), enable short tags.