Spotted today morning:
includes/deletefunctions.php, line 98:
$cQuery = dbquery("SELECT uid FROM ".TABLEPREFIX."_fanfiction_coauthors WHERE sid = '".$story['sid']."' LIMIT 1");
shouldn't the line be:
$cQuery = dbquery("SELECT uid FROM ".TABLEPREFIX."fanfiction_coauthors WHERE sid = '".$story['sid']."' LIMIT 1");
?
Else, when trying to delete an author with co-authored stories, a Fatal MySQL error is encountered, since the PREFIX_fanfiction_coauthors table doesn't exist.
(I suppose it's already solved this way. Please let me know :-))
URL to your eFiction: http://www.acciofanfiction.com/index.php
Your version of eFiction: 3.5.1 (Italian language)
Version of PHP: 4.4.8
Version of MySQL: 4.1.22
Good catch.
Someone please update as to whether or not this has been fixed (newest SVN files) by testing on their archive. Thank you!
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
