Forums

Databse Error- Please Help (3 posts)

  1. jaclynmarie1
    Member
    Posted 4 years ago #

    I think it's because I have to change something but the site where I downloaded it is down so I can't go check.

    <?php $catid = $wpdb->get_var("SELECT cat_ID FROM $wpdb->categories WHERE cat_name='Asides'"); ?>
    
    <?php $catid = $wpdb->get_var("SELECT cat_ID FROM $wpdb->categories WHERE cat_name='Featured'"); ?>

    Those are the codes that give me databse error saying the table doesn't exist. Can anyone help?

  2. Kafkaesqui
    Moderator
    Posted 4 years ago #

    <?php $catid = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE name='Asides'"); ?>
    
    <?php $catid = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE name='Featured'"); ?>

    Welcome to WordPress 2.3!

  3. jaclynmarie1
    Member
    Posted 4 years ago #

    Thanks. Worked perfectly!

Topic Closed

This topic has been closed to new replies.

About this Topic