2012-11-11, 03:08 AM
I was trying to add this.
http://mods.mybb.com/view-resource/chang...older-name
But when I changed it it didn't work so It messed up.
So I just changed it back to this:
$config['admin_dir'] = 'admin'
But that gives me this error
This here is the code im working with.
What am I doing wrong? If you could help I'd appreciate it.
http://mods.mybb.com/view-resource/chang...older-name
But when I changed it it didn't work so It messed up.
So I just changed it back to this:
$config['admin_dir'] = 'admin'
But that gives me this error
Quote:Parse error: syntax error, unexpected ';' in /home/dream192/public_html/inc/config.php on line 36
This here is the code im working with.
Quote:<?php(36 is the last line)
/**
* Database configuration
*
* Please see the MyBB Wiki for advanced
* database configuration for larger installations
* http://wiki.mybb.com/
*/
$config['database']['type'] = 'mysql';
$config['database']['database'] = 'dream192_dream';
$config['database']['table_prefix'] = 'mybb_';
$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'dream192_dream';
$config['database']['password'] = 'dreamdream';
/**
* Admin CP directory
* For security reasons, it is recommended you
* rename your Admin CP directory. You then need
* to adjust the value below to point to the
* new directory.
*/
$config['admin_dir'] = 'admin'
What am I doing wrong? If you could help I'd appreciate it.