Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter randomnickname

    (@lmika)

    Hey,

    yeah, it’s been old, but still works pretty well.
    This seems to be the only issue (that I could find).

    However, the link you posted points to the general wordpress plugin mirror on github and will not accept pull requests.

    Maybe I should apply for the adoption of this plugin, if the author does not support it anymore…

    Cheers

    I can confirm the issue.
    To me it seems to be frontend-related: When changing the values (clicking the checkboxes), they are reflected in the database but after the page load the options look the same.
    However, what I noticed, is that the active values have the value “on” in the database, whereas I suspected it to be ‘1’:

    mysql> SELECT * FROM wp_options WHERE option_name = 'sgf_options';
    +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
    | option_id | option_name | option_value                                                                                                                                                         | autoload |
    +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
    |       133 | sgf_options | a:5:{s:7:"enabled";s:1:"1";s:16:"process_enqueues";s:2:"on";s:17:"process_css_files";s:2:"on";s:18:"process_css_inline";s:2:"on";s:17:"protocol_relative";s:2:"on";} | yes      |
    +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
    1 row in set (0.00 sec)

    On the other hand side, in file inc/admin.php I can’t see anything which looks like the checkboxes are ever updated by the real values.

    @asadkn: Is this plugin also hosted on github? Or how can one support with this plugin?

Viewing 3 replies - 1 through 3 (of 3 total)