Title: CVS: Latest wp-admin/install.php broken
Last modified: August 18, 2016

---

# CVS: Latest wp-admin/install.php broken

 *  [koitsu](https://wordpress.org/support/users/koitsu/)
 * (@koitsu)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/cvs-latest-wp-admininstallphp-broken/)
 * [http://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-admin/install.php?r1=1.51&r2=1.52](http://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-admin/install.php?r1=1.51&r2=1.52)
 * This is broken. The following is invalid SQL:
 * ` $wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category,
   link_rss) VALUES ('http://blog.carthik.net/index.php', 'Carthik', 1' 'http://
   blog.carthik.net/feed/');");`
 * This should read:
 * ` $wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category,
   link_rss) VALUES ('http://blog.carthik.net/index.php', 'Carthik', 1, 'http://
   blog.carthik.net/feed/');");`
 * Please test your changes fully before committing, thanks. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/cvs-latest-wp-admininstallphp-broken/#post-129278)
 * Please report the bug to the proper authorities.
    [http://mosquito.wordpress.org/main_page.php](http://mosquito.wordpress.org/main_page.php)
 *  [isharra](https://wordpress.org/support/users/isharra/)
 * (@isharra)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/cvs-latest-wp-admininstallphp-broken/#post-129281)
 * I reported it a short while ago after my test install threw an error. [bug 669](http://mosquito.wordpress.org/view.php?id=669)
 *  Thread Starter [koitsu](https://wordpress.org/support/users/koitsu/)
 * (@koitsu)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/cvs-latest-wp-admininstallphp-broken/#post-129311)
 * Isharra, thank you for submitting the bug “”officially”.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CVS: Latest wp-admin/install.php broken’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [koitsu](https://wordpress.org/support/users/koitsu/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/cvs-latest-wp-admininstallphp-broken/#post-129311)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
