Forum Replies Created

Viewing 15 replies - 46 through 60 (of 437 total)
  • Have you set your permalinks in the settings section?
    If so, to what is it set?
    This should not normally cause a problem, but this does sound like what happens when it breaks.
    What web server are you using?
    This could also affect how this works.

    Regards
    D

    I can understand why it does it. Don’t know why safari on windows renders differently than on the mac.

    Eureka.
    I’ve been testing it on chrome and safari on a mac and it all works as expected.
    Just tried it on firefox and I can see it.

    It seems to be that since Select… is greyed out it moves the selected item to the first in the list. Where as the browser I have been using don’t. Since the selected value doesn’t change when selecting the first option it will not fire up the save action.

    There will be a fix in the next release.
    Thanks for your input.

    Regards
    D

    you are not allowed to select the first panel in the list.

    The first item ie. Select… is just an instruction and is therefore greyed out and unselectable.

    Even with just one actual plate in the list it works as expected.

    Are you trying to select the Select… or do you have a problem just selecting the first actual plate? As this seems to work as expect on the test system.

    Plugin Author DCoda

    (@dcoda)

    there is a form name=”Default”

    default can never be deleted as this is the base for all new forms. when you delete the default form you just remove any amendments you have made.

    Table=”wp_contactme_default (1)” (was w/o the (1) so it must track this somewhere)

    The number in the brackets indicates the number of records in the table. And is not part of the table name.

    I cannot delete this.

    I don’t know why this would be. Can you delete it using mysql?

    I did “SELECT * FROM wp_posts WHERE post_type = ‘dc%'” and it returned zero results. (there are only the following post types: attachment,nav_menu_item,page,post,revision)

    When using the % wildcard you need to use like instead of equal. But I think with the version you were using the settings were still stored in the options table.

    So try.
    SELECT * FROM wp_options WHERE option_name like ‘dc%’

    Plugin Author DCoda

    (@dcoda)

    Wont’ let me delete the last one

    I’m not sure what you mean by this. If the plugin is not working and you do not know where the tables are stored what are you deleting and what won’t it let you delete?

    what is the table name it uses

    We’ll i’m not sure the exact version you are using, but the settings will most probable be stored in the wp_posts table if the plugin’s is using the v23 library. You can I dentify them by looking for the post_type matching dc%

    I’m still unsure why you would get the error message you are getting and I don’t really think the it could be down to the settings.

    When you select the post it should automagically close and insert the shortcode. Not sure why this would not work. I’ll take a look at the code and see if I can spot anything, but so far it seems peculiar to your system.
    Please see if it works when the other plugins are disabled, to see if they are affecting it.

    Plugin Author DCoda

    (@dcoda)

    This is totally unexpected. And i’m not sure why it would try to load a class contactme_default.
    The best thing is to delete the plugin. Then go to the plugin page in WordPress. This will make sure that WordPress knows that the plugin is no longer installed.
    Next I would recommend downloading a fresh version of the plugin, just in case.
    Then reinstalling it.
    Lets see where that gets us.

    Plugin Author DCoda

    (@dcoda)

    @jassing: That class is not referenced anywhere in the current version of the plugin. This means there are some files from the old version still in the plugin directory.

    It is very important to delete all the plugin files before copying the new files over if you are upgrading manually. WordPress “should” do this when it does it automatically.

    Judging by the class name, you are skipping quite a few versions. It is important to make a backup, and keep a copy of the old plugin. There have been many changes to settings of the plugin that have been introduced gradually. There may be problems with doing so many legacy upgrades in one go.

    Regards
    D

    Plugin Author DCoda

    (@dcoda)

    A fix has been uploaded and should be available soon. The field is automatically truncated and strip of all special characters before it is used in the table.

    Regards
    D

    Plugin Author DCoda

    (@dcoda)

    The invalid query has just tested and i’m having a little trouble getting it to error.

    What version of MySQL are you using?

    What is the full question to the field ‘Were the details of the installation of your eavestroughing’, there may be a character that is causing a problem that is not showing in the error message.

    Regards
    -D

    Plugin Author DCoda

    (@dcoda)

    I’m not sure why upgrading to the latest version of WordPress would prevent your surveys from showing. This will be looked into, but the plugin was developed and tested on the latest version.

    You should have been prompted to import your surveys by just clicking on a link. This might not happen if you skipped a version of the plugin.

    The concise prompt is used for the field name in the table. It should have been filtered to an allowable length, it will be looked into why this is not happening. As a quick work around, use a shorter concise prompt and use the expanded prompt to add more detail.

    And update will be release when we have a solution.

    Regards
    D

    Plugin Author DCoda

    (@dcoda)

    Thats a little odd. I can’t think of any changes that would make it work like that. I’ll look into it further.

    I’ll add making the plates appear to all authors to the list. And check out what else needs to be done.

    Plugin Author DCoda

    (@dcoda)

    Sorry to hear about your problems.

    I’ve just tested it on our dev system and it works as expected.

    Has anything else changed recently that might be affecting the shortcodes?

    When you upgraded did you upgrade from the previous version or skip any? This shouldn’t affect anything by i’m just trying to get a picture here.

    Does it work if you create an new plate and try to show that?

    You can download previous version here
    http://wordpress.org/extend/plugins/wp-boilerplate/download/
    if you want to see if they still work.
    You do have to totally delete all the files before installing a different version.

    Plugin Author DCoda

    (@dcoda)

    This will be looked into for the next release.

Viewing 15 replies - 46 through 60 (of 437 total)