• In the first time when I installed it, everything is okay.
    But now, after activation of the plugin, and clicked the “WP-insert” plugin, there is only a header of “donation” appears.

    The form for adsense insertion disappears. This happen in the two tabs of “Manage Ads (Posts and Sidebars)” and “(Template Tags)”, but other stuff, such as manage feeds, works.

    Is there any limitation of times of usage?

    https://www.ads-software.com/extend/plugins/wp-insert/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter drroot

    (@drroot)

    Well, wp-insert 1.2.2 works.

    I develop the plugin in firefox and check on al other browsers…
    It works fine on all browsers with windows and linux servers…
    I haven’t tried the plugin with the client machine being a linux system yet..It should be a conflict with one of your other plugins or a plugin update gone partial..
    Can you check this and get back so that I can fix issues if any

    hi,

    i have similar problem with plugin set-up page being blank. well, the page is there but the contents is not. i have wp-insert on several servers working with no problem, so i think it is with the hosting service. is there anything that could be interferring with plugin. i’ve already tried disabling all other plugins but to no avail

    please advise,
    alex

    hi

    i’ve had the same problem with the plugin around 2 weeks ago, “Manage Ads (Posts and Sidebars)” and “(Template Tags)” shows nothing !!!, i’ve updated to the latest version of WP and WP-Insert yet nothing shows but the header. i’ve also noticed that Manage Privacy Policy isn’t working too.
    however the ads that were set in widgets still appear, but cannot be changed.

    Here are the Hosting information
    *****************************************
    Operating system Linux
    Hosting package default
    Path to PERL /usr/bin/perl
    Server Name host
    Theme x3
    Kernel version 2.6.18-128.4.1.el5
    cPanel Version 11.25.0-RELEASE
    Architecture x86_64
    MySQL version 5.0.87-community
    cPanel Build 42399
    Path to sendmail /usr/sbin/sendmail
    Apache version 2.2.14
    PHP version 5.2.12
    cPanel Pro 1.0 (RC1)
    *****************************************

    can you please advice
    thanks

    hi,
    have problem with wp-insert plugin. the following pages contents do not show up:
    both “Manage Ads” links
    Manage Ads Privacy Policy

    i have our plugin on several other of my wp blogs (also on other host sites) and they work okay.
    i tried disabling other plugins, re-install new plugin, but still same result.

    please advise,
    alex

    Anything on this? We are getting the same exact problem.

    We have installed other plugins, but no way to know if that is the problem.

    The setup options are completely blank, we only see the top section (with the donate etc..) but no options to configure the plugin appear…

    Please help

    dadaas

    (@dadaas)

    Same error here. Blank ads managment pages.

    Any ideas when this be fixed or whats alternative plugin?

    I have tried but failed to reproduce the issue..
    If someone sends me a login to a blog where this happens it would be very helpful..Please use the contact form on https://www.wp-insert.smartlogix.co.in/ for privacy.

    I’m having the same problem. Im running WordPress 3.0.1 and just downloaded wp-insert Version 1.7.2. Manage Ads (Posts and Sidebars)” and “(Template Tags)” shows nothing. Has a fix been found?

    Hi,

    I found solution.
    Error was in the:
    wp-insert/includes/postpicker.php
    function ShowPostPicker(sender)
    I removed:

    <?php
    $count = 0;
    $pages = get_pages(‘sort_column=menu_order’);
    $posts = get_posts(‘numberposts=-1&sort_column=desc’);
    $allposts = “<select multiple name=’fromBox’ id=’fromBox’>”;
    $selectedposts = “<select multiple name=’toBox’ id=’toBox’></select>”;
    foreach($pages as $page) {
    if($count < 100) {
    $allposts .= “<option value='”.$page->ID.”‘>”.$page->post_title.”</option>”;
    }
    $count++;
    }
    foreach($posts as $post) {
    if($count < 100) {
    $allposts .= “<option value='”.$post->ID.”‘>”.$post->post_title.”</option>”;
    }
    $count++;
    }
    $allposts .= “</select>”;
    echo ‘divPopup.innerHTML = “‘.$allposts.$selectedposts.'”;’;
    ?>

    Probably the problem begins with the large number of posts in the WP.

    Hope it helps to fix.

    Jungo,

    Thank you so much, that worked!

    Kelly

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘wp-insert not working either with firefox or Opera under Linux’ is closed to new replies.