admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate.
0
votes
1answer
18 views
Cake PHP Admin Dashboard Plugins
This question is an open ended one. I am hoping to get some opinions from the Cake PHP user community.
I would like to orientate myself with the various options related to Cake PHP Dashboard plugins.
...
0
votes
1answer
9 views
MarkLogic SEC-NOADMIN error
I had a dev MarkLogic instance that was working yesterday. Today, I tried to deploy, and received an error during the deploy process. I then tried to go visit the MarkLogic server on localhost:8001, ...
0
votes
0answers
4 views
Wordpress SSL, wp-admin forcing unwanted SSL on LIVE server
So we've been banging our heads against the walls with this one.
We have two servers. A development, and a live. The live is essentially an exact copy of the dev as far as the wp-admin is concerned.
...
0
votes
1answer
19 views
Send a command to a powershell opened with “Start-Process powershell -Verb runas”
I want to open an admin powershell and send it a command (eventually a script). Right now, it doesn't matter what command, but I've tried things like:
Start-Process powershell -Verb runas < ...
0
votes
1answer
15 views
In controller part ASP.NET MVC 4 Survey project
In the code below I have a problem:
List<SurveyContext> surveys = (from s in DbContext.Surveys
where s.userName == s.userName
...
0
votes
1answer
31 views
WSO2 Admin services BAMMediatorConfigAdmin
I am trying to add BAM server profile (under ESB server) using Admin Web services. I am not seeing any error thrown while executing as standalone program but profile is not getting added. Please ...
1
vote
1answer
35 views
Different user in asp.net MVC 4
I am new in asp.net mvc 4. Could you tell me how to do that when I put username==admin && password==password123! it open the Admin page. Where to put the code because I don't know?
I want also ...
0
votes
1answer
13 views
Using formsets or create multiple model row in django admin
class BoxModel(models.Model):
box_length = models.FloatField(default=1, help_text=_('Length'))
box_width = models.FloatField(default=1, help_text=_('Width'))
box_height = ...
0
votes
1answer
20 views
Why doesn't my save method work in the admin?
In my model I overwrite the save-method for my blog model to auto-populate the slug field using the slugify method.
class BlogPost(models.Model):
title = ...
-1
votes
0answers
10 views
new Admin SDK Reporting and Cloud Directory API's Python support [closed]
When will the new reporting and cloud directory API's be supported by Google APIs Client Library for Python?
Will these API's be included in the Apiary Discovery/Build?
0
votes
0answers
22 views
PureFTPD Kloxo Error
I am trying to run kloxo on a OpenVZ VPS. Kloxo is supposed to use PureFTPD for the FTP Server. When I attempt to connect from localhost, or remotely using filezilla or even net2ftp on a proxy, I get ...
1
vote
1answer
34 views
object has no attribute '__getitem__'
I have two model like this:
class School(models.Model):
name = models.CharField(max_length = 50)
def __unicode__(self):
return self.name
class Education(models.Model):
...
-2
votes
1answer
23 views
No admin privilege for the only user (Windows Azure) [closed]
I'm going nuts here. I have created a server and a user for it when I was prompted to do so. That first (and only, so far) user should have admin rights automatically, right? His username is even ...
0
votes
0answers
5 views
Admin roles editing and deleting
I need to add someone to my admin roles and change myself to manager as the old manager has left the company and has come off facebook totally. As I'm currently content creator I cannot edit admin ...
0
votes
2answers
33 views
Magento admin login
I made a flop when I was messing a round in the configuration of admin, I change the URL base redirect to a other site we where moving to but, I am unable to log in now is there a way to remove the ...
0
votes
2answers
31 views
Magento Admin Helper_Data not found
I've installed an extension by BrandAmmo named ProNav. I went to clear the cache and it gave me this error in the admin,
Fatal error: Class **Brandammo_Pronav_Helper_Data' not found in
...
1
vote
0answers
16 views
Wrong formatting while using Tabular Inlines in Django admin
I use Django 1.5.1 out of the box in a virtual environment in my Mac.
I just created an app with two models, so the one can be used as inline in the form of the other.
While reducing the width of my ...
-1
votes
0answers
12 views
How do I add an existing app to my App Dashboard? [closed]
I have an app ID associated with my website (to have a Like buttons, access Insights, etc.), but don't have that app in my Facebook App Dashboard (accessed from "Manage Apps" in dropdown). I wasn't ...
0
votes
1answer
31 views
Menu is not displaying in Magento Admin
I want to add a section in magento dashboard for a particular user type with user add/edit/delete facility, so I have created a module for magento Admin but it not diplay in Admin menu.
I want to ...
1
vote
3answers
29 views
(PHP) Posting a Photo to my Facebook Wall (working) But posts to the User Feed
Ok, this all works fine... EXCEPT, the photo posts to the User Feed, instead of posting as the page admin... (it posts from my personal Facebook account, instead of as the page)
Searched all over for ...
0
votes
0answers
42 views
TypeError at /admin/
Please help, my admin interface was working fine before but now when I check it,it gives me the :
TypeError at /admin/
Unhashable type: 'dict'
I don't know what I did to mess it up.
I have ...
0
votes
0answers
36 views
Magento categories not displaying correctly in the Admin
Whenever I go into Manage Categories and try and edit a category, the tabs do not load properly. In fact, only one tab title loads, which is the ‘General Information’ tab.
Weirdly it only seems to be ...
0
votes
1answer
19 views
django admin super(type, obj)
Well, let me explain this.
I am working on a simple django admin project.
In the admin.py file, I have the following admin classes:
class A_Admin(admin.ModelAdmin):
#some stuff
class ...
0
votes
1answer
54 views
How do I make a TabularInline required in Django admin?
I want a TabularInline field in Django admin to be required. How do I proceed? Here's my code:
admin.py
class SchoolInline(TabularInline):
model = School.labs.through
extra = 1
class ...
0
votes
0answers
9 views
Admin and student capabilities for moodle
I want to make an admin only folder in moodle. Here is the code, do you have any suggestions why it doesn't work and it allows everybody - students, teachers, managers ?
in hotspot/db/access.php
...
1
vote
0answers
27 views
Cannot save ManyToMany fields from Django Admin interface
My sqllite3 database and Django setup are working correctly except for this single situation involving the Admin interface:
class Box(models.Model):
name = models.CharField(max_length=200, ...
0
votes
2answers
34 views
running cmd as administrator with argument from c#
I want to run cmd.exe as administrator with arguments from c# in order to prevent UAC popup.
This is necessary in order to use it as an automated installing process.
The command I am passing in is ...
0
votes
1answer
28 views
Encryption algorithm of Android Device Admin API
Does anybody know what algorithm they use when protecting an encrypted storage? I haven't found any information having read the documentation.
0
votes
0answers
12 views
Pushing Django's admin-logic to the front
I am building a Django-app which has very similar workings as the built-in admin-module has. With that I mean it does a lot of listing, inserting/updating and is in need of filtering a lot. Finally ...
-4
votes
0answers
39 views
How to make the admin panel with php [closed]
I wanna make admin panel with php for this website http://www.yorungetur.com/. But I don't know to make this. Please help me
0
votes
1answer
10 views
clear IP-addresses from Joomla 2.5.4 log file
I have access to a Joomla administrator panel as the super user. I would like to clear the log where the IP-addresses of the people who log in to the admin panel are stored. The thing is that i don't ...
0
votes
0answers
23 views
restore default thread-pool parameters and web container parameters in glassfish?
after changing session timeout to 0 in glassfish console
Glassfish admin console -> Configurations -> server-config -> Web
Container -> Session Timeout
and values of thread pools max size (I ...
0
votes
0answers
9 views
How to check if given Windows XP SP2 dll library is proper one? [migrated]
How to check if given Windows XP SP2 dll library is proper one ? I have to fix some problem with Windows XP SP2 system, where two dll was manualy replaced (not by me): comctl32.dll and wmploc.dll, are ...
-1
votes
0answers
18 views
how to pass webservice as notification to mobile application from codeigniter admin panel when admin deleted image [closed]
I am new to mobile web application,I have admin panel in codeigniter(php) for managing spam images, and If Admin disabled spam image then it should post webservice to mobile application developer, ...
0
votes
0answers
45 views
How to fix this error ? “ 'unicode' object has no attribute 'tzinfo' ”
I am deploying my Django project on Windows Azure. I was using SQLite as a database server and everything was ok. When I have deployed My project, I decided to connect it with an SQL Azure Database ...
0
votes
1answer
38 views
Disable Fast user switching in vista and 7 without admin rights?
i'm writing a security program for vista and 7 (Right now my main os i'm using is 08 server which i'm testing it on as well) and I would like to block the fast user switching option from within ...
0
votes
1answer
13 views
Mongo Admin set with dbAdmin role
I am using Mongo 2.4.
I had a single user in the Admin db, and added the role "clusterAdmin", when I meant to add the "userAdmin" role. Now I can't execute any user-admin based operations.
I ...
1
vote
0answers
26 views
Disable multiple sort in Django Admin >= 1.4
I am using Django Non Rel on App Engine and it is a problem the feature of sort by multiple columns in Django Admin, because I need a lot of indexes.
I would like to recreate the behavior in Django ...
0
votes
1answer
18 views
Is it possible to route all admin db reads to a slave DB?
In Django is it possible to create a MultiDB Router to make admin pages to read from different DB
1
vote
1answer
44 views
Wordpress Private/Public Posts Security.
I have a quick question to ask.
I've setup a wordpress site with custom theme that has the functionality to set posts "Private/Public" where as you can guess all post marked as private can only be ...
0
votes
1answer
48 views
Glassfish 3.1.2.2: admin console won't load
When I try to access the admin-console with
http://localhost:4848
it says the admin console is loading, but it won't go further. If I refresh the the page as advised, I get a HTTP 404.
There are ...
0
votes
0answers
12 views
is there any api available for “Dorpbox for business” admin
i wanted to automate the "Dropbox for business" admin console the operation like create user, delete user, reset user password is there any api available for Drop box business admin process?
1
vote
2answers
76 views
OpenCart adding “informational” field in admin
I am looking for a way to add a field in the admin for my information pages. I just need it in the admin and not looking to show any data from the field on front end.
To explain better the list page ...
0
votes
0answers
10 views
Unable to access administration of app
We created an app last year where I was the administrator. A few months later, I deleted my Facebook account (not deactivated; deleted.) I moved away from the project, but now the current developers ...
0
votes
1answer
17 views
Finding a user is Admin or Not with Decalarative Authorization
I have implemented declarative authorization in my blog app. Now I have three layouts each for an Admin, Authenticated User and guest user. So I need to check what type of user is using the app at a ...
0
votes
1answer
50 views
Asp.net Allow access to Admin Only
I have a admin page in the secret folder and it should only be accessed by an admin. The way I attempted was creating a session and check if the logged in person is admin. This failed to recognise the ...
0
votes
0answers
31 views
Wordpress Localhost vs 127.0.0.1 admin bar perturbation
I have created a theme in WordPress, and it works wonderfully.
I have see the admin bar at the site, thanks to two instructions: wp_head() and wp_footer().
When I call my website using localhost, all ...
0
votes
3answers
47 views
Magento 1.7.0.2 site loading takes over a minute to load
I'm running Magento 1.7.0.2 on Media Temple GS. I have a maybe 3 products max in the site, no plugins, etc. All of the sudden today, it take well over a minute to load the page, several minutes to ...
0
votes
0answers
4 views
Lost admin “manage_link” capability WordPress. No “Links” menu item in admin menu [migrated]
Going slightly mad. In the process of upgrading a client's website to WordPress 3.5.1 we've decided to use the built-in WordPress "Links" system to manage their affiliations.
I am using the "Admin ...
1
vote
1answer
34 views
[Django][Admin] change_form auto populated fields with javascript
I'm a little lost and don't know how to continue, after a lot of search I think that I'm not doing correctly it.
My problem is that I've got a offer class model like this one:
class ...




