Support

Account

Home Forums Backend Issues (wp-admin) Problem after changing OS

Helping

Problem after changing OS

  • I was working with a local project on windows, i moved my project to ubuntu but my project stopped working(neither my page or wp-admin are showing). i figured out that the problem(probably a fatal error) is happening on wp-settings.php when try to execute do_action( ‘after_setup_theme’ ) with the ACF included in the plugins. Any suggestion on how i can solved this problem or what is causing it?
    ACF: 4.4.2
    PHP: 5.5
    WP:4.2.2

  • Is there an error displayed or are you just seeing a white screen?

    If you’re getting a PHP error, can you post it here.

    If you are seeing just a white screen can you add the following 2 lines to wp-config.php and then post back with any PHP errors.

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    

    ~JH

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Problem after changing OS’ is closed to new replies.