Questions tagged [administration]

Refers to a wide range of system administration tasks. Please consider using more specific tags.

What to tag?

You should probably use one of the more specific administration tags, or the tag for your specific system instead, such as:

  • database-administration
  • windows-administration
  • jboss6.x

Meaning

performing operational activities on a system. these operations may require elevated permissions, special knowledge, or a limited user base.

649 questions
0
votes
2 answers

Joomla 3 Intro Image Selector Administration Panel Error

I recently created a fresh install off Joomla 3 on a couple of servers. I have an unusual problem with one of the installations. When I create new articles I go to select the intro image, the file browser appears as expected, however in the…
0
votes
1 answer

How to Remove a Administration Console User of TFS 2010

My Team Foundation Server(TFS)2010 has an old Administrator account listed in the "Administration Console Users". I add a new account to "Administration Console Users". And then i try to remove the old one. So i select the old one, and click…
jackie
  • 85
  • 2
  • 8
0
votes
1 answer

ldirectord does not transfer connections when a real server dies

I am using ldirectord to load balance two IIS servers. The ldirectord.cg looks like this: autoreload = yes quiescent = yes checkinterval = 1 negotiatetimeout = 2 emailalertfreq = 60 emailalert = Konstantin.Boyanov@mysite.com failurecount =…
0
votes
2 answers

Bulk User Creation in Rails - good use of delayed_job?

In the administration panel for my rails application I want to give the administrator the ability to create several users at one time (in the hundreds range). Would this be a good use for delayed_job?
jluebbert
  • 260
  • 4
  • 12
0
votes
2 answers

How to install DNN Upgrade Package 07.00.05 - I have DotNetNuke Community Edition 06.00.00 (2982) hosted on iHostASP.Net

I am more of a DNN end user and not a DNN developer. When I bought my DNN hosting package from iHostASP.Net about 2 years ago, version 6.0 was the current version for the community edition and iHostASP.net set it up for me. I did not make much use…
Moiz Tankiwala
  • 6,070
  • 7
  • 38
  • 51
0
votes
2 answers

Dividing site into 2 columns with textwrap

This is my admin panel and I want to divide it into 2 columns with divs. The left div is a menu and has this style set: #menu_left{ position: fixed; float: left; width: 300px; height: 100%; top: 0; left: 0; background: #666; color: white; } The…
0
votes
1 answer

Webpage filename conventions

I'm just looking through a web project, and they've used a web page file naming convention based on the project plan docs. It got me wondering: Are there security considerations of webpage filenames? Or any other external considerations that might…
Steve Graham
  • 114
  • 2
  • 13
0
votes
1 answer

ASP.NET Website Administration tool not opening

When trying to use the Login Control from VB.NET and click on 'Administer Website' the T Website Administration tool is not opening. Im using VS 2012 Professional and SQL-Server Express 2012 Any idea why this is happening? Web.Config
Brian
  • 1,951
  • 16
  • 56
  • 101
0
votes
1 answer

How to force a confirmation step before certain perforce command?

I am new to Perforce. Is it possible in P4 to have a confirmation step before using some deletion command. E.g.: deleting a workspace has no confirmation step ( P4 client -d workspace_name ) deleting label has no confirmation step ( P4 label -d…
Thomas Corriol
  • 576
  • 7
  • 18
0
votes
1 answer

TFS application tier, error adding user

I'm trying to add another user (from another domain...) to the administration console users and the procedure fails when trying to add the account to the master database. The relevant part of the log is: Starting Node: ADDSYSTEMDBACCOUNT [Info …
Urik
  • 1,598
  • 3
  • 19
  • 37
0
votes
1 answer

How to give a Wordpress user (editor) permission to a special admin page?

I want to give users with user role editor access to my plugin settings page. .../wp-admin/admin.php?page=myplugin_settingspage by default only admin can access this page. I implemented this code to protect the config page. if…
Stephan Ahlf
  • 3,310
  • 5
  • 39
  • 68
0
votes
4 answers

php Access violation

I am trying to install Php on Vista (IIS 7). The installation and configuration seems to be fine. Pretty much followed everything mentioned in http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx I can even…
drzhivago
0
votes
1 answer

SQLiteManger panel in MAMP Pro gives me blank page

I've recently began looking at administrating SQLite databases through a GUI and would like to try out SQLite Manager which comes bundled with MAMP Pro, however trying to access the tool from its panel (through "Webstart") gives me a blank page. I…
Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107
0
votes
2 answers

log user out based on changed privileges

I am a novice php programmer building a multiuser application in codeigniter. Now, my boss has told me to look into the ability to log out people based on their changed user access privileges. Fx. A guy is logged in as a semi admin, but has just…
Rasmus
  • 177
  • 9
0
votes
1 answer

Restore a MOSS 2007 farm on a new server

I'm currently trying to move a single-server farm to an other server. The old server is a windows 2003 32-bit with sql server 2005. The new one is a windows 2008 32-bit with sql server 2008 r2 (32 bit). Both MOSS 2007 have the same versions. What…
Jan
  • 253
  • 1
  • 13