mChat Problem

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Post Reply
Nicusor
New member
New member
Posts: 4
Joined: 04 May 2014, 01:57

mChat Problem

Post by Nicusor »

Hello,i have this little problem when i go to ACP:
http://i.imgur.com/oxnwOwz.png
What i should do ?
Please help me. :(
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6242
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: mChat Problem

Post by RMcGirr83 »

Edit the config.php file and uncomment the last two lines then revisit the page and see if errors present themselves.
Nicusor
New member
New member
Posts: 4
Joined: 04 May 2014, 01:57

Re: mChat Problem

Post by Nicusor »

Code: Select all

<?php

// phpBB 3.0.x auto-generated configuration file

// Do not change anything in this file!

$dbms = 'mysqli';

$dbhost = '******';

$dbport = '';

$dbname = '******';

$dbuser = '******';

$dbpasswd = '********';

$table_prefix = 'phpbb_';

$acm_type = 'file';

$load_extensions = '';



@define('PHPBB_INSTALLED', true);

// @define('DEBUG', true);

// @define('DEBUG_EXTRA', true);

?>

This?And what i should do?I'm sorry for my english...I delete the last 2 lines and nothing...The same problem...
Last edited by Nicusor on 13 Jan 2015, 00:06, edited 2 times in total.
Reason: Add code bbcode
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6242
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: mChat Problem

Post by RMcGirr83 »

Change this, using a strict text editor like Notepad++

Code: Select all

// @define('DEBUG', true);

// @define('DEBUG_EXTRA', true); Â      
to this

Code: Select all

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);Â
Nicusor
New member
New member
Posts: 4
Joined: 04 May 2014, 01:57

Re: mChat Problem

Post by Nicusor »

Yes i do it and nothing....
Nicusor
New member
New member
Posts: 4
Joined: 04 May 2014, 01:57

Re: mChat Problem

Post by Nicusor »

User avatar
RMcGirr83
Supporter
Supporter
Posts: 6242
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: mChat Problem

Post by RMcGirr83 »

That isn't the ACP which is what your first picture displays.
Post Reply