• Here is the issue I am having. I used All in One Migration plugin and migrated the site from one hosting to another. Once I imported the website into the new hosting everything works find except the home page content doesn’t load. On the backend the content is there for that page. Why can’t I see the content? The original site can be found at this temporary domain (which is still working fine) https://cc6.a80.myftpupload.com/. Is there something that is missing? I have event tried to copy the code from the original and create a test page on the new hosting and still I get no content.

    Please Help

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you set your “Your homepage displays” on the new site yet?

    Log into to the admin panel and go to “Settings > Reading” and make sure you have to proper page set.

    Thread Starter gatorfan023

    (@gatorfan023)

    Just checked it and it is set to the correct page. Even when I click the view page option within WordPress the page opens unviewable. I mean the theme of the website is there but just not the content.

    Its a PHP error.

    View the source of the page you’ll see its stopping early.

    Enable WP_DEBUG in wp-config.php to reveal the error(s).

    Thread Starter gatorfan023

    (@gatorfan023)

    Thank you Simon @pross. I enabled the debug and see that there are a list of errors. Only thing is I really don’t understand really what it is saying or how to fix the issue.

    cated: Methods with the same name as their class will not be constructors in a future version of PHP; LayerSlider_Widget has a deprecated constructor in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-content/plugins/layerslider/wp/widgets.php on line 6

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; earth_recent_posts has a deprecated constructor in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-content/themes/runforfunds/functions/widgets/recent-posts.php on line 5

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; earth_flickr has a deprecated constructor in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-content/themes/runforfunds/functions/widgets/flickr-widget.php on line 6

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; earth_recent_gallery has a deprecated constructor in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-content/themes/runforfunds/functions/widgets/recent-gallery.php on line 5

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; earth_upcoming_events has a deprecated constructor in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-content/themes/runforfunds/functions/widgets/featured-events.php on line 5

    Notice: The called constructor method for WP_Widget in LayerSlider_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-includes/functions.php on line 3901

    Notice: The called constructor method for WP_Widget in earth_recent_posts is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-includes/functions.php on line 3901

    Notice: The called constructor method for WP_Widget in earth_flickr is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-includes/functions.php on line 3901

    Notice: The called constructor method for WP_Widget in earth_recent_gallery is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-includes/functions.php on line 3901

    Notice: The called constructor method for WP_Widget in earth_upcoming_events is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/rn36qyaq149s/public_html/runforfundsflorida.com/wp-includes/functions.php on line 3901

    Its the very last one thats the issue
    Fatal error: Uncaught Error: [] operator not supported for strings...
    It would appear layerslider is not ready for php 7.1

    Thread Starter gatorfan023

    (@gatorfan023)

    Thanks Simon @pross So would an update or downgrade help or either the plugin or WordPress help?

    Thread Starter gatorfan023

    (@gatorfan023)

    Actually just deactivated Layerslider and seems to be working now. At least I can see the content now. Any other suggestions?

    Either contact the author of the plugin with the issue, or try PHP7 instead.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Migration Home Page Issue’ is closed to new replies.