This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

SQL error


avatar
cosmin 269
From: -
When trying to approve trackbacks for news.
2012_05_10_134132

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: SQL error
avatar
Administrator
1340
From: Vienna, Austria
Actually, you tried to delete a trackback according to the URL in the screenshot.

To fix the problem open /cadmin/news/approvetrackbacks.php in an editor and replace:
        $database -> dbquery( "DELETE FROM " . DB_PREFIX . "esselbach_ct_newstrackbacks WHERE newsteaserback_id = '" . $options[ 1 ] . "'" );


with:
        $database -> dbquery( "DELETE FROM " . DB_PREFIX . "esselbach_ct_newstrackbacks WHERE newstrackback_id = '" . $options[ 1 ] . "'" );

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.