SMF Support > SMF 1.1.x Support

Admin / set Permissions

(1/2) > >>

joker:
Error on fresh install when setting permissions

Notice: Undefined index: permissionname_move_own in /home/agrar.de/public_html/testforum/Sources/ManagePermissions.php on line 1007

Kris:

--- Quote from: joker on March 14, 2004, 05:45:37 AM ---Error on fresh install when setting permissions

Notice: Undefined index: permissionname_move_own in /home/agrar.de/public_html/testforum/Sources/ManagePermissions.php on line 1007

--- End quote ---

Looks like missing variable in a language file.
You use the english files or the german ones?

Grudge:
Yes, It's that it must be missing from a foreign language file as it's in CVS ok. In fact it IS missing from German. To fix this open up ManagePermissions.german.php and stick in these lines:

--- Code: ---$txt['permissionname_move'] = 'Move any topic';
$txt['permissionhelp_move'] = 'Move a topic from one board to the other. Users can only select target boards they are allowed to access.';
$txt['permissionname_move_own'] = 'Own topic';

--- End code ---

Kris:

--- Quote from: Grudge on March 14, 2004, 05:56:00 AM ---Yes, It's that it must be missing from a foreign language file as it's in CVS ok. In fact it IS missing from German. To fix this open up ManagePermissions.german.php and stick in these lines:

--- Code: ---$txt['permissionname_move'] = 'Move any topic';
$txt['permissionhelp_move'] = 'Move a topic from one board to the other. Users can only select target boards they are allowed to access.';
$txt['permissionname_move_own'] = 'Own topic';

--- End code ---


--- End quote ---

And translate ofcourse ;)

joker:
Grudge, you're damn quick! :)
Found it too, now.

Navigation

[0] Message Index

[#] Next page

Go to full version