SMF Support > SMF 1.1.x Support
[public beta] possible "Poll.php" bug
(1/1)
RogueGeek:
When I try to submit a vote I get the following error
Column: 'ID_MEMBER' in on clause is ambiguous
File: /home/forums/Sources/Poll.php
Line: 97
--------------
No problems adding or editing the poll.
[Unknown]:
This is why I don't like last minute additions.
Find:
LEFT JOIN {$db_prefix}log_polls AS lp ON (p.ID_POLL = lp.ID_POLL AND ID_MEMBER = $ID_MEMBER)
Replace:
LEFT JOIN {$db_prefix}log_polls AS lp ON (p.ID_POLL = lp.ID_POLL AND lp.ID_MEMBER = $ID_MEMBER)
-[Unknown]
Tyris:
I got quite a few undefined index's in the upgrade... had debugging on... so not really a problem I thinks... and will fix this now...
can we perhaps have a single thread where the devs can list any bugs and fixes?
RogueGeek:
--- Quote from: [Unknown] on March 13, 2004, 10:10:55 PM ---This is why I don't like last minute additions.
Find:
LEFT JOIN {$db_prefix}log_polls AS lp ON (p.ID_POLL = lp.ID_POLL AND ID_MEMBER = $ID_MEMBER)
Replace:
LEFT JOIN {$db_prefix}log_polls AS lp ON (p.ID_POLL = lp.ID_POLL AND lp.ID_MEMBER = $ID_MEMBER)
-[Unknown]
--- End quote ---
Thank you very much. Your work is greatly appreciated.
Navigation
[0] Message Index
Go to full version