HELP! PLEASE HELP! PHPBB EXPERTS I NEED YOU!

coincrazed

Acquaintance
Joined
Sep 13, 2010
Messages
36
Reaction score
0
FP$
6
Ok, fortunately, I can still access my forum, which is better than what happened on July 2nd, when I was basically banned from the board because I deleted a key style file from my directory when trying to remove the arcade MOD I installed but didn't like. Well, thanks to my server, my site is back up, but I'm not out of the woods yet. When I try to access a member's profile, I get this message:

[phpBB Debug] PHP Notice: in file /memberlist.php on line 647: include(./includes/arcade/arcade_constants.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 647: include(./includes/arcade/arcade_constants.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 647: include() [function.include]: Failed opening './includes/arcade/arcade_constants.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
[phpBB Debug] PHP Notice: in file /memberlist.php on line 648: include(./includes/arcade/arcade_cache.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 648: include(./includes/arcade/arcade_cache.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 648: include() [function.include]: Failed opening './includes/arcade/arcade_cache.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
[phpBB Debug] PHP Notice: in file /memberlist.php on line 649: include(./includes/arcade/functions_arcade.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 649: include(./includes/arcade/functions_arcade.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /memberlist.php on line 649: include() [function.include]: Failed opening './includes/arcade/functions_arcade.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')

Fatal error: Call to undefined function display_arcade_highscores() in /home/coincraz/public_html/memberlist.php on line 652

Also, the MODS I have installed with autoMOD, The Ban Hammer, Anti Spam ACP, Mchat and Last Topic MOD are showing up as installed but no longer work.

Now, I am asking all of you phpBB experts to step forward and attempt to fix my problem. If someone can remove this fatal error, and make it so my already installed MODS work, I will give that person a featured link to their site on the index page of my site. (provided their site does not contain any adult material) Please help!
 
The memberlist.php still contains file edits from the arcade mod. The mod was not uninstalled correctly. Deleting the mod files will not uninstall the mod when core phpBB files are modified.

Open the install instructions for the arcade mods and do all the file edits by doing the opposite of what it says. So rather then adding the arcade mod code, remove it.
 
Fowler said:
The memberlist.php still contains file edits from the arcade mod. The mod was not uninstalled correctly. Deleting the mod files will not uninstall the mod when core phpBB files are modified.

Open the install instructions for the arcade mods and do all the file edits by doing the opposite of what it says. So rather then adding the arcade mod code, remove it.
can you do it for me? i am afraid ill mess the forum up. i have no idea about coding.
 
Back
Top Bottom