Moin Leute,
ich habe ein Problem mit dem "Popularity Contest" Plugin.
Beim Aktivieren des Plugins bekomme ich immer folgende Fehlermeldung:
Parse error: syntax error, unexpected T_STRING in /users/palle/www/wp-content/plugins/popularity-contest.php on line 263
Da ich leider kein wirklicher PHP Pro bin, wäre es nett, wenn ihr mir helfen könntet. ;) In der Datei sieht die Zeile dann so aus:
Code
$result = mysql_query("
CREATE TABLE \`$wpdb->ak_popularity\`
`post_id` INT( 11 ) NOT NULL ,
`total` INT( 11 ) NOT NULL ,
`feed_views` INT( 11 ) NOT NULL ,
`home_views` INT( 11 ) NOT NULL ,
`archive_views` INT( 11 ) NOT NULL ,
`category_views` INT( 11 ) NOT NULL ,
`tag_views` INT( 11 ) NOT NULL ,
`single_views` INT( 11 ) NOT NULL ,
`searcher_views` INT( 11 ) NOT NULL ,
`comments` INT( 11 ) NOT NULL ,
`pingbacks` INT( 11 ) NOT NULL ,
`trackbacks` INT( 11 ) NOT NULL ,
`last_modified` DATETIME NOT NULL ,
KEY `post_id` ( `post_id` )
)
Alles anzeigen
Was ist da falsch?
MfG,
AmazingHayman