Hi
Normally I do not have an issues with bridging these days since I figured out what I had to do last time,
I had installed SMF 1.7 which is the current version and the current version of efiction3.5.
I had no issues installing the efic, and no issues bridging like before, once bridge it logs the users because I am added in both sides in SMF and also on the EFIC side, but when you call up the page it comes up blank.
I am happy to correct this myself if it helps you with time, I no clue on php coding but can change with cut and paste instructions on which parts I need to change I am thinking in the users some place.. :)...
since this post, I installed version 6 of the smf forums again and disabled version smf7 to see if the same problem occurred. (our site server moved hence having to start again..)
anyways I have re installed SMF6 to see if it is a bug or the version type. Again bridging with efiction35.
The same issue occurs it is on the queries.php file on line 8, which shows on the index page comes up with the following message on the fiction index:
Warning: define() expects at least 2 parameters, 1 given in /home/xxx/xxx/folder/efiction/includes/queries.php on line 8
which is on queries.php:
if (!empty($_COOKIE[$sitekey."_useruid"]) && !isset($_SESSION[$sitekey."_useruid"])) {
$userdata = dbassoc(dbquery("SELECT "._UIDFIELD." as uid, "._PENNAMEFIELD." as penname, "._EMAILFIELD." as email, "._PASSWORDFIELD." as password, ap.* FROM "._AUTHORTABLE." LEFT JOIN ".TABLEPREFIX."fanfiction_authorprefs as ap ON ap.uid = "._UIDFIELD." WHERE "._UIDFIELD." = '".$_COOKIE[$sitekey."_useruid"]."'"));
if($userdata && $userdata['level'] != -1 && $_COOKIE[$sitekey.'_pwd'] == md5($userdata['email']+$userdata['password'])) {
define("USERUID", $userdata['uid']);
I even re installed the smf using a different user name and password but still same error.
it is loggin the users in the database, when you come to log in it does not recognise it and throws out a blank page but is logging the users.
What do I need to put in to replace or change to stop this error please.
many thanks for your hard work.
many thanks
kate
Please check and see if this is an issue still with 3.5.1. 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
No response... assumed solved.
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
