artigianidelweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageI confirm it.
I stopped using that plugin months ago on all my sites, I guess it was a good idea.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageAs 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.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageAnd in any case,
I have 755 for folders and 644 for files, as always.I ‘wont put it on 775 or 777. No way.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageI 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.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageHello,
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 morePhp version is 5.5.38 in fast cgi
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageVia 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" }
- This reply was modified 8 years, 4 months ago by artigianidelweb.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pagewp-config.php
define(‘WP_DEBUG’, true);–> no error log
NOTE: tested both with coudflare version 3.0.5 and 3.0.6
- This reply was modified 8 years, 4 months ago by artigianidelweb.
- This reply was modified 8 years, 4 months ago by artigianidelweb.
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageMy browser console says it’s missing file
wp-content/plugins/cloudflare/config.js
Forum: Plugins
In reply to: [Cloudflare] 3.0.5 blank setting pageSame iusse in many sites.
Thank you so much!
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] open_basedir restrictionOur Systems Engineer tell us that that path
/usr/share/php/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php
does not exist in our server.
How could it be?
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] open_basedir restrictionThanks.
Can we instead remove some lines from plugin,
to tell plugin to read our server file instead of the plugin one?Thank you!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Passin selct options to another formOk,
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!