Viewing 9 replies - 1 through 9 (of 9 total)
  • I am too facing the same issue. Any support?

    Plugin Author kobra12

    (@kobra12)

    Hello,

    Can you let me know what version is your WordPress? Are you upgrading or this is your first install of the plugin? What are your server default file permissions? Did you get any error during activation/installation of the plugin?

    This happens because during activation/instllation of the plugin the templates aren’t added in the database (if you know how you can login and see if table _fixedly_template exists and if there’s anything in it). Also, depends on how your server default file/dir permissions are set.

    The plugins is tested and works on WP 3.4.2 (file 0644, dir 0755 permissions)

    I installed this on 3.4.2. I did not get any errors.

    also checked my database, the table named “_fixedly_template” does not exists. But it does not give me any error during installation. I also tried reinstalling fixedly.

    Thread Starter puneetjain2710

    (@puneetjain2710)

    No luck. I am also using WordPress 3.4.2 version with the latest Fixedly Plugin. I can confirm there is no database table created with name fixedly_template.

    Also there was no error while installing.

    I ibit of debugging, it seems text datatype in mysql when installed on windows has problems.

    BLOB/TEXT column ‘style’ can’t have a default value

    The above is the error if I try to create the script mentioned in fixedly.php, due to which table create is failing.

    The first table “fixedly_gallery” gets created successfully.

    It seems this error does not show up on linux. Any help??

    for now, I have removed the default value for column type as text. Now its showing up in the drop down.

    Not sure, if this is the right thing to do!!! ??

    Plugin Author kobra12

    (@kobra12)

    Thanks guys, I just updated the plugin and removed all DEFAULT ” in the text field when you activate the plugin. Also added a new function that will drop all databases when you delete the plugin. So to try the new version please delete the plugin and then download & activate. Let me know if that fixes the problem.

    One more time appreciate your help.

    Thread Starter puneetjain2710

    (@puneetjain2710)

    Thanks Krasen. The issue is now resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Fixedly Media Gallery] Unable to select template’ is closed to new replies.