Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MyPlaza is unable to initialize Advanced Modules. Make sure that you have configured
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: MyPlaza is unable to initialize Advanced Modules. Make sure that you have configured
You will need to change the following section:

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
 * This is the location at which your forum is installed, relative to any chroot's
 *
 * Generally, for PHP mode, set this to MYBB_ROOT
 * For FTP, make sure that it's the exact path of the forum directory, accessed from the
 *  supplied FTP account.  For example, this could be /public_html/forums if your
 *  FTP account is set up that way.
 */
$config_am['forumdir'] = MYBB_ROOT;

// FTP EXAMPLE:
//$config_am['forumdir'] = '/public_html/forums';




/**
 * These are your FTP login details.  If you're using 'php' as the method, don't worry about
 *  this.
 */

// host to connect to, eg ftp.myserver.com  or localhost if the FTP server is installed on the
//  same domain as your webserver.  Note, do NOT supply any protocols - ie http:// or ftp://
$config_am['host'] = 'localhost';
// port to connect via (usually ftp = 21)
$config_am['port'] = '21';
// your FTP login username and password
$config_am['user'] = '';
$config_am['password'] = '';

forumdir should be set to the directory where your forum is stored at.  You can find this out by logging into your FTP and navigating to where your forum is installed - then just copy and paste the location into the forumdir variable.

I suspect that your host, username and password are correct (port can be left at 21).


After you set that up, you will have to enable Advanced Modules via the AdminCP (AdminCP -> Board Settings -> Change -> MyPlaza -> Enable Advanced Modules -> Yes).


My Blog
03-05-2008 04:08 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: MyPlaza is unable to initialize Advanced Modules. Make sure that you have configured - ZiNgA BuRgA - 03-05-2008 04:08 PM

 Standard Tools
Forum Jump: