URL to your eFiction:: http://www.eaglestation.net/fan_fic/
Version of eFiction: 3.2.1
Have you bridged eFiction, if so with what?: no
Version of PHP: 4.3.10
Version of MySQL: 3.28.58
Have you searched for your problem: yes
If so, what terms did you try: various
State the nature of your problem: Various errors
Do you have a test account for us? no
I recently had my hosting site update efiction to the newest version (it worked fine prior) , since that time my users are having continual problems with some of the following
Unable to change their password. They can insert and go through the process of changing, only it does not take and their old password (or initial site generated one) remains.
When and author tries to respond to a review the following is displayed Error!We encountered an error. Please go back and try again. The error log does not display anything.
2 questions -
1. Any direction on these?
2. Is it possible to simply install a fresh copy and retain the database info? How?
What version of eFiction did you have before?
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
It was 2.0.7
Here is the code to use to fix the review situation. It helped me.
Code:
if($adminloggedin || $uid == $useruid) {
Delete it, and add these lines instead:
Code:
$resultch = dbquery("SELECT uid FROM ".$tableprefix."fanfiction_chapters WHERE chapid = '$chapid' LIMIT 1");
list($authoruid) = dbrow($resultch);
if($adminloggedin || $authoruid == $useruid) {
URL: http://www.divasnluv.com
Test site is: N/A
Version of eFiction: 3.4.2
Latest Patche(s): Yes
bridged?:No
modified?: No.
PHP: 5.2.1
MySQL:5.0.18
Thank you.
i will try that fix once I know I can get around the password problem.
I have tried a fresh installation on another server and the same problem comes up with a password.
A fatal MySQL error was encountered.
Query: UPDATE fanfiction_authors as author SET password='1bcef13edbca2011fb8a7851b124f819' WHERE uid = '2'
Error: (1064) You have an error in your SQL syntax near 'as author SET password='1bcef13edbca2011fb8a7851b124f819' WHERE uid = '2'' at line 1
I've run into this problem is several fresh installations (not updates).
Would like to know, was this situation ever resolved with being unable to reset the passwords after reinstallation? Am currently having the same issue.