Can I have some help with this as well, I have 2 efiction sites and 2 different problems with the same module.
Site One
URL to your eFiction: http://ncis.amuseingwriters.co.uk
Version of eFiction: 3.3.1
Have you bridged eFiction, if so with what?: No
Version of PHP: 5.2.3
Version of MySQL: 5.0.27
Have you searched for your problem: Yes
If so, what terms did you try: Challenge
State the nature of your problem: Challenges page displays there error "Error!We encountered an error. Please go back and try again."
I've installed with the admin, uninstalled, deleted the table, installed with the module address module/challenges/install.php rinsed and repeated 🙂
Site Two
URL to your eFiction: http://ancientsring.amuseingwriters.co.uk
Version of eFiction: 3.3.1
Have you bridged eFiction, if so with what?: No
Version of PHP: 5.2.3
Version of MySQL: 5.0.27
Have you searched for your problem: Yes
If so, what terms did you try: Challenge
State the nature of your problem: Challenges page displays absolutely nothing! Its completely blank.
I've installed with the admin, uninstalled, deleted the table, installed with the module address module/challenges/install.php rinsed and repeated 🙂
Thanks
PS: I also have the efiction archive for http://badmoonrising.amuseingwriters.co.uk and the Challenges page works just fine there, but that was set up so long ago I have no idea what I did.
Just so you know, I fixed this... I had to do the following in order to get working and I had to do so in this order:
1: Change the panel Browse for Challenge to read "modules/challenges/browse.php"
2: Uninstall the module, via the admin page I had to do this two different ways, the uninstall link on the modules page wouldn't work on one site so I had to go into the options and uninstall it there.
3: Drop the table in the database using phpMyAdmin
4: Install the module via http://www.mysite.co.uk/modules/challenges/install.php
Only then did it work, I did it that way on the first site and it worked fine, I did it changing the browse panel last on the second and it didn't work so I had to go back in and save the panel again before doing the other steps... which was really weird!
Yes, the challenge module does not add a correct page link at the very least. (Although the upgrade script adds one correctly.) I'm not sure about the other problems though, as I cannot understand yet how to even add a challenge.
The wireless music box has no imaginable commercial value. Who would pay for a message sent to nobody in particular? (1920)
I made a fix for this challenge module error. In the browse.php that is located in the root folder for your eFiction installation find:
else if(file_exists("browse/{$type}.php")) include("browse/{$type}.php");
and replace it with:
else if (file_exists("modules/{$type}/browse.php")) include("modules/{$type}/browse.php");
That got rid of the error on my installation.
Fish need bicycles!
I made a fix for this challenge module error. In the browse.php that is located in the root folder for your eFiction installation find:
else if(file_exists("browse/{$type}.php")) include("browse/{$type}.php");and replace it with:
else if (file_exists("modules/{$type}/browse.php")) include("modules/{$type}/browse.php");That got rid of the error on my installation.
I did like this, but now the other pages doesn't work,...
URL to your eFiction: http://kawaii-hito.org/fic/index.php and http://www.silverblood.net/MS
Your version of eFiction: 3.5
Latest patch: YES
Mods: only Challenges and translated to Italian
Version of PHP: 4.3.11
Version of MySQL: 4
I made a fix for this challenge module error. In the browse.php that is located in the root folder for your eFiction installation find:
else if(file_exists("browse/{$type}.php")) include("browse/{$type}.php");and replace it with:
else if (file_exists("modules/{$type}/browse.php")) include("modules/{$type}/browse.php");That got rid of the error on my installation.
I did like this, but now the other pages doesn't work,...
I did the same thing. I finally got the challenges feature to work and the table placed, but if I change the code above, I lose pages like the categories browse. The first bit of code displays everything else and the 2nd one works for challenges, but they don't work at the same time. What's the fix for this?
Okay... I made it work by placing the 2nd line of code directly beneath the first line of code instead of replacing it. So now there are both else if statements present. I don't know if this was the proper way to do it, but it seems to be working.
