[wp-trac] Re: [WordPress Trac] #2499: Rework Link Categories

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 24 02:07:37 GMT 2006


#2499: Rework Link Categories
----------------------------+-----------------------------------------------
       Id:  2499            |      Status:  new                     
Component:  Administration  |    Modified:  Fri Feb 24 02:07:37 2006
 Severity:  normal          |   Milestone:  2.1                     
 Priority:  low             |     Version:  2.0.1                   
    Owner:  ryan            |    Reporter:  ryan                    
----------------------------+-----------------------------------------------
Comment (by MichaelH):

 Did install.php with links_category.4.diff installed

 1.  wp_linkcategories table shouldn't be created

 2. When Viewing Site, this in sidebar using default theme caused by
 get_links_list I believe:

 WordPress database error: [You have an error in your SQL syntax; check the
 manual that corresponds to your MySQL server version for the right syntax
 to use near '' at line 1]
 SELECT wp_links.link_id, link_url, link_name, link_image, link_target,
 link_description, link_rating, link_rel , IF (DATE_ADD(link_updated,
 INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links
 WHERE link_visible = 'Y' ORDER BY link_ ASC LIMIT

 3. This error page when either to click on Edit to edit the link.  Also
 get same error page when clicking on Add Link:

 Object not found!

 The requested URL was not found on this server. The link on the referring
 page seems to be wrong or outdated. Please inform the author of that page
 about the error.

 If you think this is a server error, please contact the webmaster.
 Error 404
 localhost
 02/23/06 20:32:40
 Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.4

 4. Visible is still not set when Adding a Link

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2499>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list