Re: Kann keine Kategorie erstellen |
Subject: Re: Kann keine Kategorie erstellen by Krobi on 2007/10/23 1:01:01 hey also mit deiner hilfe und etwas geduld mit mir bekommen wir zusammen pd-links bei dir zum laufen ![]() in zeile 303, schätz ich mal hab derzeit keinen gescheiden editor installiert. steht folgende zeile Quote: $sql = "INSERT INTO " . $xoopsDB -> prefix("PDlinks_cat") . " (cid, pid, title, imgurl, description, nohtml, nosmiley, noxcodes, noimages, nobreak, weight, spotlighttop, spotlighthis) VALUES ('', $pid, '$title', '$imgurl', '$description', '$nohtml', '$nosmiley', '$noxcodes', '$noimages', '$nobreak', '$weight', $spotlighttop, $spotlighthis)"; und ändere das wie folgt Quote: $sql = "INSERT INTO " . $xoopsDB -> prefix("PDlinks_cat") . " (cid, pid, title, imgurl, description, nohtml, nosmiley, noxcodes, noimages, nobreak, weight, spotlighttop, spotlighthis) VALUES (0, $pid, '$title', '$imgurl', '$description', '$nohtml', '$nosmiley', '$noxcodes', '$noimages', '$nobreak', '$weight', $spotlighttop, $spotlighthis)"; hoffentlich hilft das falls nicht bitte wieder die sql fehlermeldung posten - danke. |