• Resolved zestyva

    (@zestyva)


    Hi Team,

    I have installed WP Crontrol and I am trying to create a cron job for Amelia Booking Plugin.

    My user is Administrator, however I cannot see the PHP radio button to choose how I want to add the code.

    What am I missing? I can’t see this issue posted anywhere else.

    Thank you

    • This topic was modified 2 years, 9 months ago by zestyva.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Please take a look through the FAQ, there’s a couple of questions relating to this in there. It’s most likely that file editing has been disabled on your site.

    Thread Starter zestyva

    (@zestyva)

    Thank you John, I have looked through the FAQ and I have searched the forums and generally googled and come up with no answers.

    I have changed permissions on my functions.php file and wherever else that seems relevant, however there is still no change.

    I am in contact with my hosting however they also have not found any resolutions to the issue.

    I am at my wits end! Ive spent 3 days on this now.

    Thread Starter zestyva

    (@zestyva)

    Right after being at the end of everything here is the answer in PLAIN so that people can FIND it and FOLLOW it.

    from
    https://www.ionos.com/digitalguide/hosting/blogs/activate-wordpress-theme-and-plug-in-editor/

    Open the file wp-config.php on your computer with a text editor like Notepad++.
    Search for this entry:
    define('DISALLOW_FILE_EDIT', true);
    Change ‘true’ to ‘false’:
    define('DISALLOW_FILE_EDIT', false);
    Save the file and upload it again

    OR
    Install WP Config Editor, and untick “Disable Plugin & Theme Editor”

    • This reply was modified 2 years, 9 months ago by zestyva.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Administrator User, no advanced access’ is closed to new replies.