Report this

What is the reason for this report?

Wordpress migration, problems with php?

Posted on August 2, 2016

The same site works on the old hosting: http://cr07297.tmweb.ru and doesn’t on the digital ocean. http://188.166.161.225/ (I have some errors with showing posts, and ACF checkbox doesn’t work anymore here http://188.166.161.225/publication/?date=&author=&field=&type=&source=&media=&lab= )

The droplet is the wordpress droplet. I added php5.6 to it (which is on the old hosting too).

It looks like I have some issues with php files. For example, this said to have error on the last line

<?php if ( get_post_type()!='lab' && get_post_type() !='employee'):?>
<div class="postmeta updated">
	 
      <div class="postdate bg-lightgray headerfont" itemprop="datePublished">
      <span class="postday"><?php echo get_the_date('j'); ?></span>
      <?php echo get_the_date('M Y');?>
    </div>
</div>
<?endif;?>

Don’t know anything about php. But it works on the old hosting. Do I miss something with the apache configuration?

Turning off plugins doesn’t help



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Molsey, thank you for looking into my problem. I had found out that it’s easier to solve everything by manual change of <? to <?php instead of working on server settings. The problem is solved.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.