Viewing 15 replies - 16 through 30 (of 31 total)
  • Thread Starter Slideit

    (@slideit)

    I deactivated the W3 Total Cache, so I don’t think it’s the problem.

    Plugin Author Skysa

    (@davidskysa)

    Can you list other plugins you have active as well, so we can try to narrow down your issue?

    Thread Starter Slideit

    (@slideit)

    Sorry for the late comeback. I installed a new copy of WP on my local and it worked fine. It’s when I imported my live db is when it went bad again, so there’s something bad in my setup, as far as your Polls go. It’s definitely not your Polls, but my site.

    A lot of plugins David and here they are.

    Admin Flush W3TC Cache
    Black Studio TinyMCE Widget
    BulletProof Security
    Bye IE by Simplee Code
    Cartpauj PM
    Contact Form 7
    Contact Form 7 reCAPTCHA extension
    Disqus Comment System
    Dynamic To Top
    Font
    Gatekeeper
    Jetpack by WordPress.com
    NextGEN Gallery
    Ozh’ Admin Drop Down Menu
    SB Welcome Email Editor
    Select Simple Local Avatars
    Spam Free WordPress
    TagGator
    Visitor Maps and Who’s Online
    W3 Total Cache
    WordPress Editorial Calendar
    WordPress SEO
    WP-Ban
    WP-reCAPTCHA
    WP Approve User
    WP Complete Backup
    WP From Email
    WP Super Edit
    WTI Like Post

    *****************************************
    Drop ins

    advanced-cache.php

    Advanced caching plugin.
    db.php

    Custom database class.
    object-cache.php

    External object cache.

    ******************************************

    Thanks

    Plugin Author Skysa

    (@davidskysa)

    Okay, we will do more testing and try to figure out what is causing the incompatibility with your configuration.

    Thread Starter Slideit

    (@slideit)

    Thank you sir.

    Plugin Author Skysa

    (@davidskysa)

    Where did you get your drop ins?

    Plugin Author Skysa

    (@davidskysa)

    Never mind, it looks like some of those plugins actually installs them.

    Plugin Author Skysa

    (@davidskysa)

    We have installed all the plugins you listed and the Skysa Polls App still seems to function normally.

    In your MySQL admin do you see a database table being created under wordpress named ‘wp_skysa_apps’?

    Thread Starter Slideit

    (@slideit)

    It took a bit, but they are here. I guess they were put there when I installed W3 Total Cache.

    wp > wp-content >

    W3 Total Cache advanced cache module advanced-cache.php

    W3 Total Cache Database module db.php

    W3 Total Cache Object Cache object-cache.php

    Thread Starter Slideit

    (@slideit)

    Sorry. I didn’t see the new. But no I don’t on the local.

    Thread Starter Slideit

    (@slideit)

    I’m going to install it live. Then I’ll dl the db and see it it’s there.

    Thread Starter Slideit

    (@slideit)

    wp_skysa_apps was not in the db. This is on my live.

    Plugin Author Skysa

    (@davidskysa)

    And when you try adding a poll, that table does not get created?

    Thread Starter Slideit

    (@slideit)

    No. Nothing in the db and this is what it says on the home page. There are no active polls.

    Thread Starter Slideit

    (@slideit)

    I finally got it going by adding the table in the db. I have two copies of WP on my local. The out of the box and my imported live site. The Poll is working with the out of the box. I copied the table from it and inserted the table to my imported live site.
    DROP TABLE IF EXISTSwp_skysa_apps;
    CREATE TABLE IF NOT EXISTS wp_skysa_apps (
    id int(11) NOT NULL AUTO_INCREMENT,
    app_id varchar(150) NOT NULL DEFAULT ”,
    title varchar(255) NOT NULL DEFAULT ”,
    bar_label varchar(255) NOT NULL DEFAULT ”,
    option1 varchar(255) NOT NULL DEFAULT ”,
    option2 varchar(255) NOT NULL DEFAULT ”,
    option3 varchar(255) NOT NULL DEFAULT ”,
    option4 varchar(21844) NOT NULL DEFAULT ”,
    data longtext NOT NULL,
    content longtext NOT NULL,
    align varchar(50) NOT NULL DEFAULT ”,
    icon varchar(21844) NOT NULL DEFAULT ”,
    order_by smallint(6) NOT NULL DEFAULT ‘0’,
    width smallint(6) NOT NULL DEFAULT ‘0’,
    height smallint(6) NOT NULL DEFAULT ‘0’,
    position varchar(20) NOT NULL DEFAULT ”,
    PRIMARY KEY (id)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
    I copied this to my live and all is working.
    Thanks

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘[Plugin: Skysa Polls App] No Polls showing’ is closed to new replies.