MyBB Community Forums

Full Version: Discuss: MyBB 1.2 Released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
tmhai Wrote:very few people that if you find a bug
Very few people? Are you kidding? Looks to me like quite a few people are finding bugs! Look around!!!!

tmhai Wrote:This is a thread discussing the release of 1.2.
And that is what everyone is doing!
ClarkF1 Wrote:I get the error:

Quote:Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/inc/settings.php) is not within the allowed path(s): (/tmp/:/fpgs/fpgshttpd/dans34/:/fpgs/fpgslogs/66490/:/usr/share/pear/) in /fpgs/fpgshttpd/dans34/trionite/forum/install/upgrade.php on line 494

Warning: fopen(/inc/settings.php) [function.fopen]: failed to open stream: Operation not permitted in /fpgs/fpgshttpd/dans34/trionite/forum/install/upgrade.php on line 494

Warning: fwrite(): supplied argument is not a valid stream resource in /fpgs/fpgshttpd/dans34/trionite/forum/install/upgrade.php on line 495

Warning: fclose(): supplied argument is not a valid stream resource in /fpgs/fpgshttpd/dans34/trionite/forum/install/upgrade.php on line 496

This is on the page titled Settings Synchronisation

In the box I get

Quote:The board settings have been synchronised with the latest in MyBB.

%1$s new settings inserted along with %2$s new setting groups.

To finalise the upgrade, please click next below to continue.

settings.php and config.php are the original ones from my 1.1.8 installation.

I hit next and the board seems to be working fine.........

Also where exactly do you add a Super Admin

My settings.php file was chmod'd 777 and I got this error. Note that open_basedir is looking for an /inc/settings.php -- in the ROOT directory, not a /path/to/forums/inc/settings.php.

Anyway, I "hack" fixed this problem by simple modifying upgrade.php to additionally output the $settings variable to the web page (enclosed in HTML comments), so I could copy them manually to my settings.php file.
Yay, now we wants the photoshop files updated. Toungue
i am a turkish user and why my forum be like those
i revoke me in Admin Permissions what must i do??
Where can I add a Super Admin???
Quote:Where can I add a Super Admin???

Open up the "inc/config.php" file, under
/**
 * Super Administrators
 *  A comma separated list of user IDs who cannot
 *  be edited, deleted or banned in the Admin CP.
 *  The administrator permissions for these users
 *  cannot be altered either. */ 

add this:

$config['super_admins'] = 'uidhere';

Change "uidhere" to the uid of the admin you want to add as a super admin. (there should already be one there with uid 1 (if you ran the upgrade/install wizard & were the board starter.)
I just found that........

Is there anyway of finding out the UID of a user???

I don't have access to the database itself.
Just hover with your mouse over a username in the postbit, whosonline list, ... and look into your statusbar, you should see the "uid" of that user in the provided link.
Cheers........

Got my problem with the settings file sorted by making the change suggested and reinstalling after tweaking the db updates to avoid errors with duplicate/non-existant tables.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19