Questions tagged [admin]

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress to designate backend.

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress CMS to designate backend processes (see is_admin() conditional function).

4554 questions
1
vote
1 answer

Directing to filtered pages from Wordpress Admin Sub Menus

I want to add two additional sub-menu items to my Wordpress Admin menu. The top-level menu I want to hook into is the 'Products' menu created by WooCommerce. edit.php?post_type=product The content I want the menu items to show can be accessed by…
Linz Darlington
  • 515
  • 1
  • 10
  • 25
1
vote
1 answer

User does not have role after adding it - Cancancan & Rolify

I am using Rails 5 with Cancancan and Rolify. When I add a role to a user it will show up in their list of roles, but will return false when calling has_role?. Example from the console. user = User.first user.roles # => [] user.add_role :admin…
Jared
  • 631
  • 1
  • 7
  • 19
1
vote
2 answers

Google Apps Script to retrieve other users' Gmail labels

As a super admin I tried to list the labels of a test user using the following codes take from this link but no success:https://developers.google.com/apps-script/advanced/gmail function listLabelInfo() { var response = …
1
vote
1 answer

Download button for model data in django admin panel

I'm not sure, but this should be simple. Confusingly, googling for the ways doesn't seem to return clear and concise answers. I shouldn't need to change any forms. All I want is a custom action in the model page where all the data is listed. This…
QuestionEverything
  • 4,809
  • 7
  • 42
  • 61
1
vote
0 answers

Automatically running cygwin as administrator

On Windows 10 (Enterprise 64-bit), I often need to start cygwin as administrator, as otherwise it has problems interacting with Windows programs. I can set it to run as administrator via the compatibility settings, but this means a modal dialog is…
Mohan
  • 7,302
  • 5
  • 32
  • 55
1
vote
1 answer

Custom template types in ex_admin (Phoenix)

I have a blog built in Phoenix using ex_admin on the back-end and I'd like to override some of the default inputs for my blog post template. My post has the following properties: schema "posts" do field :title, :string field :image,…
Mark Karavan
  • 2,654
  • 1
  • 18
  • 38
1
vote
1 answer

ClearCase ver 8.1.1.11 View Creation error

When trying to create a new dynamic view from ClearCase Explorer on a Windows client and with view storage on a view server I get the following error Error Creating view -- Unable to create directory \viewserver\path to storage…
D Beange
  • 159
  • 7
1
vote
1 answer

Adding controller methods in ex_admin (Phoenix)

I am working with the ex_admin package for Phoenix. After doing a successful standard install, I create a User resource with a name and an avatar (which will reference a file on S3) >> mix phoenix.gen.model User users name:string avatar:string >>…
Mark Karavan
  • 2,654
  • 1
  • 18
  • 38
1
vote
2 answers

Default admin tabs are missing in Magento

For some reason suddenly my Menus in admin disappears. Dashboard, System, Reports does not appear in admin. How is it possible? Tried solution Magento died after compilation: how to disable using compiled files without admin panel access?, but does…
1
vote
0 answers

Why is wordpress backend / dashboard extremely slow on MAMP on OS X?

I find that running Wordpress dashboard / admin using MAMP on OS X is incredibly slow. Can anyone advise any reasons why it should be so slow? Page loads take several seconds. It is faster using the dashboard on the live site! Any help greatly…
pcrx20
  • 103
  • 1
  • 4
  • 12
1
vote
1 answer

What is difference between configuration and and env variables of spark?

There is some configuration I confuse like spark.dynamicAllocation.enabled = true spark.dynamicAllocation.minExecutors = 3 spark.eventLog.dir=/home/rabindra/etl/logs SPARK_WORKER_DIR=/home/knoldus/work/sparkdata Where these variable of spark i…
xyz_scala
  • 463
  • 1
  • 4
  • 21
1
vote
1 answer

defined route is missing - Missing Route in Cakephp 3.4

I am trying to use the prefix "student". When I create a link in template or layout file I am getting this error as shown in the image: code in routes.php
Faiyaz Alam
  • 1,191
  • 9
  • 27
1
vote
0 answers

Google App Engine - callback when entity is edited/saved from admin

I am interested in having a callback or block of code that runs when I edit and save an entity in the datastore from the Google Console Admin. Would anyone know how I can do that? Is it possible?
JK140
  • 775
  • 2
  • 10
  • 19
1
vote
0 answers

SQL admin not sys admin

I have an sql server with multiple databases. I have an admin role on a user. Is possible to give that user special permissions to create other users? users that will have access to other db but not the primary db? Basically i want to know if an…
lolex
  • 65
  • 11
1
vote
0 answers

Restart Service with admin privileges(Task Scheduler)

I have a batch file which restarts a service. net stop "Spider" net start "Spider" I execute this with admin privileges as "Run as administrator" without problem, but when I try to schedule this with "Task Scheduler" I am getting an error…
talendguy
  • 81
  • 1
  • 9