Title: noticed installation problems
Last modified: August 18, 2016

---

# noticed installation problems

 *  [thisearly](https://wordpress.org/support/users/thisearly/)
 * (@thisearly)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/)
 * I installed wordpress a while back.. for some reason a lot of the tables were
   missing I hand made them but i keep getting this one, does anyone know what the
   structure should be like for it to work? (the links that is) also if anyone could
   post the source to go.php because i cant find it anywhere and its not in the 
   wordpress zip file. thanks
 * WordPress database error: [Unknown column ‘link_clicks’ in ‘field list’]
    SELECT
   link_clicks FROM wp_linkclicks WHERE link_url=’[http://neistat.com/pages/video_holding/goldfish_holding.htm&#8217](http://neistat.com/pages/video_holding/goldfish_holding.htm&#8217);
 * WordPress database error: [Unknown column ‘link_clicks’ in ‘field list’]
    SELECT
   link_clicks FROM wp_linkclicks WHERE link_url=’[http://digg.com/science/A_dead_goldfish_resurrected_using_Mountain_Dew,_and_a_9V_Battery](http://digg.com/science/A_dead_goldfish_resurrected_using_Mountain_Dew,_and_a_9V_Battery).

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

 *  [Class](https://wordpress.org/support/users/class/)
 * (@class)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253769)
 * Try creating a table ‘wp_linkclicks’.
    I guess this is created by a plugin because
   I don’t have that table.
 *  Thread Starter [thisearly](https://wordpress.org/support/users/thisearly/)
 * (@thisearly)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253770)
 * i did..
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253771)
 * This table is used by [OZH’s click counter plugin](http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/).
 * For some reason, your table definition is incorrect. Use PHPMyAdmin and drop (
   i.e. remove) the wp_linkclicks table.
 * You should then recreate it via the following piece of SQL:
    `CREATE TABLE wp_linkclicks(
   link_id INT NOT NULL AUTO_INCREMENT , link_url TEXT NOT NULL , link_clicks INT
   NOT NULL , link_date DATETIME NOT NULL , link_title TEXT NOT NULL , UNIQUE ( 
   link_id ) );
 *  Thread Starter [thisearly](https://wordpress.org/support/users/thisearly/)
 * (@thisearly)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253774)
 * what about the source for go.php someone?
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253776)
 * > “what about the source for go.php someone?”
 * Have you [tried clicking the link](http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/)
   I [gave you](http://wordpress.org/support/topic/42829#post-240362)?
 * go.php is part of the click counter plugin developed by OZH and is not a core
   part of WP.
 * The source code, usage and installation instructions can all be found on [OZH’s plugin page](http://frenchfragfactory.net/ozh/archives/2004/09/17/click-counter-plugin-for-wordpress/).
 *  Thread Starter [thisearly](https://wordpress.org/support/users/thisearly/)
 * (@thisearly)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253777)
 * ill just write something myself. i hope i dont miss anything.

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

The topic ‘noticed installation problems’ is closed to new replies.

## Tags

 * [MySQL](https://wordpress.org/support/topic-tag/mysql/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [thisearly](https://wordpress.org/support/users/thisearly/)
 * Last activity: [20 years, 8 months ago](https://wordpress.org/support/topic/noticed-installation-problems/#post-253777)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
