Code error in admin.php?op=EditStory

Begonnen von taedo, 10 Juni 2003, 10:46:09

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

taedo

When I click on this link on my site (as admin) to try to edit the story
http://www.domain.xx/admin.php?op=EditStory&sid=

I should get a sid number also... Like 3 for example.
But alas, I dont.

This is the admin.php part that gives me this error:

*******************************************
Articles/Stories Administration

error in sql-statement: mysql_query, err-no: 1064
qry: SELECT catid, title, hometext, bodytext, topic, notes, ihome, alanguage, acomm FROM nuke_stories where sid=
description: You have an error in your SQL syntax near '' at line 1

error in sql-statement: mysql_fetch_row, err-no: 1064
description: You have an error in your SQL syntax near '' at line 1

error in sql-statement: mysql_query, err-no: 1064
qry: select topicimage from nuke_topics where topicid=
description: You have an error in your SQL syntax near '' at line 1

error in sql-statement: mysql_fetch_row, err-no: 1064
description: You have an error in your SQL syntax near '' at line 1
*****************************************************

This is the code bit in admin.php that gives those errors...

if (($radminarticle==1) OR ($radminsuper==1)) {
            if (($radminarticle==1) AND ($aid == $said) OR ($radminsuper==1)) {
                echo "</td><td align=\"right\" nowrap>(<a href=\"admin.php?op=EditStory&sid=$sid\">"._EDIT."</a>-<a href=\"admin.php?op=RemoveStory&sid=$sid\">"._DELETE."</a>)"

I guess there are some code errors here but I don't know how to fix it.

Bitte hilfe :)

I have upgraded from VKP 5.5 to VKP-MAXI SP1

regards

Taedo



jubilee

Hmmm ....
Did you upgrade in this order ?
(VKP 5.5 ---> VKP Maxi ---> VKP Maxi SP1).
You cannot upgrade directly from vkp5.5 to vkpmaxi sp1 !
greetings
jubilee

taedo

Yes.

I did the upgrade as requested from VKP 5.5 --> VKP Maxi ---> VKP Maxi SP1.

This error has been there for as long as I can remember. Really bugs me it does....

hope you guys can help..


regards
Taedo