• Resolved Raydernet

    (@raydernet)


    Dear Sir,
    First of all thank you very much for Waiting plugin.
    I have installed and modified waiting.php file to allow editors access plugin and create new countdowns.
    public function createMenu(){
    add_menu_page(
    ‘Waiting’,
    ‘Waiting’,
    ‘edit_pages’,
    ‘waiting’,
    array($this, ‘pageTemplate’),
    ‘div’
    );
    }
    When you do this, the button Save doesn’t work.
    Could you tell me somthing about this issue, please?

    Thanks in advance,
    Best Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Raydernet

    (@raydernet)

    Let me add debug.log:

    [02-Feb-2017 12:19:31 UTC] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘DateTime::__construct(): Failed to parse time string (@NaN) at position 0 (@): Unexpected character’ in /wp-content/plugins/waiting/waiting.php:325

    I’m using @version 0.4.2
    I hope it helps.

    • This reply was modified 7 years, 10 months ago by Raydernet.
    Plugin Author plugin.builders

    (@pluginbuilders)

    Hi, I’ve just released a new version. Update the plugin (0.4.3) and re-edit the persmission. It should work.

    Thanks for reporting to us.

    Thread Starter Raydernet

    (@raydernet)

    How fast!
    I have updated and it works!

    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button Save doesn’t work if editor user’ is closed to new replies.