Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • I confirm it.

    I stopped using that plugin months ago on all my sites, I guess it was a good idea.

    As I said,
    My browser console says it’s missing file
    wp-content/plugins/cloudflare/config.js

    +
    wp-config.php
    define(‘WP_DEBUG’, true);

    –> no error log

    Thank you so much.

    And in any case,
    I have 755 for folders and 644 for files, as always.

    I ‘wont put it on 775 or 777. No way.

    I won’t do this.

    First, because I won’t modify my security settings and decrease the security level on all server because of your plugin.

    Second, the plugin worked correctly for long time until 1.x, so why now we have to change chmod?

    Third, I can do this, but thousands of people which for many reason can’t do this? People who have shared hosting or simply doesn’t know how to change chmod via FTP?

    Until version 1 was all ok, now simply doesn’t works, for many people.

    So I think is the plugin that should work as before, or it will be rated so bad by users and it will not used longer from community.

    Hello,

    thabk you but I don’t think so.

    Consider that we use cloudflare plugin from years and over 30-40 sites,
    on same server, wordpress version and other plugin verion are exactly
    the same, the only difference is that the cloudfalre plugin version:

    where the cloudflare plugin is until Version 1.3.25
    –> there are no problems and it s all ok.

    Where upgraded it to > 3.x
    it doesn’t works more

    Php version is 5.5.38 in fast cgi

    Via browser is impossible to see the file with this error:

    Forbidden

    You don’t have permission to access /wp-content/plugins/cloudflare/config.js on this server.

    While if I donwload it via FTP I can see the file with this content:

    
    {
        "debug": false, 
        "featureManagerIsAlwaysOnlineEnabled": true, 
        "featureManagerIsBrowserCacheTTLEnabled": true, 
        "featureManagerIsBrowserIntegrityCheckEnabled": true, 
        "featureManagerIsCacheLevelEnabled": true, 
        "featureManagerIsChallengePassageEnabled": true, 
        "featureManagerIsDevelopmentModeEnabled": true, 
        "featureManagerIsFullZoneProvisioningEnabled": false, 
        "featureManagerIsImageOptimizationEnabled": true, 
        "featureManagerIsIpRewriteEnabled": true, 
        "featureManagerIsIpv6Enabled": true, 
        "featureManagerIsMinifyEnabled": true, 
        "featureManagerIsPurgeCacheEnabled": true, 
        "featureManagerIsRailgunEnabled": true, 
        "featureManagerIsSSLEnabled": true, 
        "featureManagerIsScanEnabled": false, 
        "featureManagerIsSecurityLevelEnabled": true, 
        "featureManagerIsWAFEnabled": true, 
        "isSubdomainCheckEnabled": true, 
        "useHostAPILogin": false, 
        "homePageCards": [
            "ApplyDefaultSettingsCard", 
            "PurgeCacheCard", 
            "PluginSpecificCacheCard"
        ], 
        "moreSettingsCards": {
            "container.moresettings.speed": [
                "AlwaysOnlineCard", 
                "ImageOptimizationCard", 
                "DevelopmentModeCard"
            ], 
            "container.moresettings.security": [
                "SecurityLevelCard", 
                "WAFCard", 
                "AdvanceDDoSCard", 
                "AutomaticHTTPSRewritesCard"
            ]
        }, 
        "locale": "en", 
        "integrationName": "wordpress", 
        "version": "3.0.6"
    }

    wp-config.php
    define(‘WP_DEBUG’, true);

    –> no error log

    NOTE: tested both with coudflare version 3.0.5 and 3.0.6

    My browser console says it’s missing file

    wp-content/plugins/cloudflare/config.js

    Same iusse in many sites.

    Thread Starter artigianidelweb

    (@artigianidelweb)

    Thank you so much!

    Thread Starter artigianidelweb

    (@artigianidelweb)

    Our Systems Engineer tell us that that path

    /usr/share/php/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php

    does not exist in our server.

    How could it be?

    Thread Starter artigianidelweb

    (@artigianidelweb)

    Thanks.

    Can we instead remove some lines from plugin,
    to tell plugin to read our server file instead of the plugin one?

    Thank you!

    Thread Starter artigianidelweb

    (@artigianidelweb)

    Ok,
    it is right, thank you.

    So I have checked the problem is the difference between
    Fast Secure Contact Form option value and / name inside.

    For example,

    ————————————-
    Fast Secure Contact Form 1:
    ————————————-
    <select id=”fscf_field1_14″ class=”fscf-input-select” name=”cities[]”>
    <option value=”1″>Rome</option>
    <option value=”2″>Berlin</option>

    ————————————-
    URL VALUE
    ————————————-
    &cities=Berlin

    ————————————-
    Fast Secure Contact Form2:
    ————————————-
    <select id=”fscf_field1_24″ class=”fscf-input-select” name=”cities[]”>
    <option value=”1″>Rome</option>
    <option value=”2″>Berlin</option>

    So here the difference: the value of the second form is not “Berlin”, but 2!

    —> ho w can set the option value in the second form so it will be catch it automatically?

    OR:
    How can set the option field like:
    <option value=”Berlin”>Berlin</option>

    Thank you so much!

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