• Resolved EllsWeb

    (@ellsweb)


    I thought maybe the notes weren’t being sent in the emails because I needed to upgrade to get them to send. Well, that didn’t work. I got the upgrade (30 day trial) and that turned the notes off altogether.

    Tried using extra fields and although in the extra fields, content shows in the db, it doesn’t get sent in the email. This is an important part of what I am trying to do and it is very frustrating. I tried to debug, and the upgrade files are encrypted.. (I really hate someone requiring me to put encrypted files for their plugin on my server) I think this is becoming a “not worth the effort” type of situation.

    It looked so promising and I got all excited but when actually using it. There are a lot of notices and db errors in the error_log.

    database error Table ‘xxxx_sp_cu_forms’ already exists for query
    CREATE TABLE xxxx_sp_cu_forms (
    id int(11) NOT NULL AUTO_INCREMENT,
    name varchar(255) NOT NULL,
    template text NOT NULL,
    type varchar(255) NOT NULL,
    defaults text NOT NULL,
    sort int(11) NOT NULL DEFAULT “0”,
    required varchar(11) NOT NULL DEFAULT “No”,
    PRIMARY KEY (id)
    (partial too much to put here.)

    WordPress database error Duplicate column name ‘cid’ for query ALTER TABLE xxxx_sp_cu ADD cid INT( 11 ) NOT NULL;

    WordPress database error Duplicate column name ‘tags’ for query ALTER TABLE xxxx_sp_cu ADD tags text NOT NULL;

    WordPress database error Duplicate column name ‘parent’ for query ALTER TABLE xxxx_sp_cu_project ADD parent INT( 11 ) NOT NULL DEFAULT ‘0’

    WordPress database error Duplicate column name ‘locked’ for query ALTER TABLE xxxx_sp_cu_groups ADD locked INT( 1 ) NOT NULL DEFAULT ‘0’

    WordPress database error Table ‘xxxx_sp_cu_forms’ already exists for query…

    And it does this twice for each “add file”.

    On top of that, no thumbs are created. If there is some handler required on the server side, I would like to know about it.

    But.. I’m about to throw this one to the wind.
    These errors are the same errors as before I upgraded to the “Premium”.

    http://wordpress.org/extend/plugins/sp-client-document-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author smartypants

    (@smartypants)

    Hi there,

    You have the 30 day trial, it is encrypted to protect the software from theft during the trial. The premium version is not encrypted.

    Thread Starter EllsWeb

    (@ellsweb)

    Thanks you your reply @smartypants.

    It is a relief to know that the paid premium version isn’t encrypted.
    For those of us who are concerned about encrypted files on our server (for security reasons), that is nice to know.

    In the trial version of premium, the readme file says tested to WP 3.4.1 is the paid version tested up to the current WP 3.5?

    Thanks, and I do like the plugin. It was just so frustrating attempting to try and figure out why things weren’t working and all of the notices and db errors going on at the same time.

    Plugin Author smartypants

    (@smartypants)

    yeah actually they are both tested up to 3.5 currently.

    Thread Starter EllsWeb

    (@ellsweb)

    Thanks,
    You are great with your support.
    I am really happy with the way things are going with this plugin.
    Sorry if I sound really “cut and dried” when I bring up issues I am having. I do appreciate your quick responses and your quick updates.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Very frustrating making this plugin work right in multisite.’ is closed to new replies.