• Resolved protectmywp

    (@protectmywp)


    Hi, I installed Video Blogster Lite on my website. The installation was fine. No error.
    But when I go to Tools -> Video Blogster Lite, the “Create the Posts” shows “Save as user” and next to it is only 1 option “random”. It fails to get the list of Users.
    “and type”, “with status”, “in categories” and the button “Grab Youtube Videos Now” are missing.

    I have another blog with the same version of WP and this plugin works fine.
    I disabled all plugins, switch to default theme, still no luck.
    Please help!
    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author johnh10

    (@johnh10)

    Save as user, etc. just calls WordPress to get that data. From what you describe it sounds like WordPress crashed. You can check your site’s error log for the exact error – it may be plugin or database related.

    If you don’t have access to your site’s error logs (you should), then access the plugin page, do a browser View Source and see what the last thing WordPress was trying to do. That might help.

    Thread Starter protectmywp

    (@protectmywp)

    Hi, I have CPanel. The Errors section does not show anything.
    There is error_log file, but the error belongs to hello plugin.
    [01-Feb-2017 10:39:51 America/Detroit] PHP Fatal error: Call to undefined function add_action() in /home/tokemast/public_html/wp-content/plugins/hello.php on line 60

    Source code when I visit plugin page stops at this:

    <td colspan=’2′>
    <hr class=’video-blogster-divider’ />
    </td>
    </tr>
    </table>
    <table class=’form-table’>
    <tr>
    <th scope=’row’><div class=”dashicons dashicons-wordpress”></div> <label for=”feed_user”>Create the Posts:</label></th>
    <td>
    <div class=’video-blogster-block span_5_of_12 video-blogster-vert-top’>
    <div class=’video-blogster-block span_4_of_12′>
    Save as user
    </div>
    <div class=’video-blogster-block span_8_of_12′>
    <select name=”feed_user”>
    <option value=”(random)”>(random)</option>

    Nothing else here.

    Thread Starter protectmywp

    (@protectmywp)

    I re-install WP and the plugin (using FTP). Still no luck with it.

    Plugin Author johnh10

    (@johnh10)

    The site’s error log should definitely have something recent, unless your server is configured to not log warnings/errors.

    The next line of code calls WordPress get_users() function. How many users does your site have? If you have a ton of users perhaps WP is running out of memory.

    Thread Starter protectmywp

    (@protectmywp)

    Oh, I see, we have too many Subscribers.
    How can I fix this problem?

    Plugin Author johnh10

    (@johnh10)

    You can edit the code and give get_users() some filters to limit the response.

    Thread Starter protectmywp

    (@protectmywp)

    Uhm, If I use filters, this get_users will still scan the whole user list I think.

    Thread Starter protectmywp

    (@protectmywp)

    Ok, I success with the code. Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Create the Posts is not working’ is closed to new replies.