Support » Installing WordPress » Install problem.. I’m a blonde

Viewing 8 replies - 1 through 8 (of 8 total)
  • PHP is required to run WP.

    you have installed it already?? if so just go to wherever you installed wordpress… ie) if you installed WP directly into http://www.example.com’s root area (right inside your public_html folder) you should just be able to go to http://www.example.com and wordpress will show up. If you want to go into your admin area… just type http://www.example.com/wp-admin

    Or am I missing your question?

    For security reasons you should remove wp-config.php until you resolve this issue.

    Thread Starter cailin

    (@cailin)

    If I get coding like this on my wp-admin page, does that mean my host doesn’t support PHP?

    get_results(“SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date_gmt < ‘$today’ ORDER BY post_date DESC LIMIT 5”) ) : ?>
    »

    post_title == ”) $post->post_title = sprintf(__(‘Post #%s’), $post->ID); echo “
    “; the_title(); echo ‘
    ‘; } ?>
    get_results(“SELECT ID, post_title, post_date_gmt FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date_gmt > ‘$today'”) ) : ?>
    post_title == ”) $post->post_title = sprintf(__(‘Post #%s’), $post->ID); echo “
    ” . sprintf(__(‘%1$s in %2$s’), “$post->post_title”, human_time_diff( current_time(‘timestamp’, 1), strtotime($post->post_date_gmt. ‘ GMT’) )) . “
    “; } ?>

    ….. and so on

    Yes, evidently your host doesn’t support PHP (or it has not been enabled for your site).

    Thread Starter cailin

    (@cailin)

    Drat.. I was told this certain host did. My apologies, but thank you for the help.

    Normally the host would advertise that PHP was available…
    http://cec.fateback.com/ but check with their support.

    is that a free hosting?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Install problem.. I’m a blonde’ is closed to new replies.