Nicorel
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsHello,
Is there anybody out there to help? ????
Thank you,
Nicos
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsAnd….cache preload isn’t enable in Performance>Page Cache.
Also on site health…i have one messages:
1 critical issue
Critical issues are items that may have a high impact on your sites performance or security, and resolving these issues should be prioritized.
Page cache is detected but the server response time is still slowPerformance
Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.
Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:
cache-control
,expires
,age
,last-modified
,etag
,x-cache-enabled
,x-cache-disabled
,x-srcache-store-status
,x-srcache-fetch-status.
- Median server response time was 2,634 milliseconds. It should be less than the recommended 600 milliseconds threshold.
- No client caching response headers were detected.
- A page cache plugin was detected.
My host say that is also about w3 total cache issue.
Also “Page Enhanced suddenly generated a lots of large files…over 20gb of cache data.” the issue dissapear after complet uninstall W3 and clean reinstall.
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsI decide to complete uninstall w3 Total cache…using w3 team recommendations.
After 1 day i installed back.
I get the message on “Save Settings& Purge Caches” from sections (others than General Settings).
The link you followed has expired.
This message was triggered by w3-total-cache.
Call stack:
wp_die()
wp-includes/functions.php:3592wp_nonce_ays()
wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php:129W3TC\Generic_Plugin_Admin->load()
wp-includes/class-wp-hook.php:308do_action('load-performance_page_w3tc_pgcache')
wp-admin/admin.php:237
Also there are no W# Cache mentions on .htaccess file. Any Help?
Nicos
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsI have to disable plugin after latest update.
Page Enhanced suddenly generated a lots of large files…over 20gb of cache data.
Please fix it.
Nicos
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsHello,
Seems to be entire .htaccess file.
Clearing the Page Cache and Browser Cache not working
Nicos
Forum: Plugins
In reply to: [W3 Total Cache] Cannot make any new settingsHello,
On php.ini my actual settings are:
post_max_size = 80M
upload_max_filesize = 80M
max_execution_time = 300
So is better to increase from 80 to 128 those limits?
My .htacces. Where to put that code?
# BEGIN litespeed noabort <IfModule rewrite_module> RewriteEngine On RewriteRule .* - [E=noabort:1] </IfModule> # END litespeed noabort <IfModule mod_deflate.c> SetOutputFilter DEFLATE <IfModule mod_setenvif.c> # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48 # the above regex won't work. You can use the following # workaround to get the desired effect: BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html # Don't compress images SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary </IfModule> <IfModule mod_headers.c> # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary </IfModule> </IfModule>
i’m not using multisite.
Thanks
Nicos
Forum: Plugins
In reply to: [Social Media Auto Publish] Only some post are publish on twitterAlso…Authorize process for facebook settings does’t work.
It remain stuck ..on contacting facebook account and i can’t finish my authorize process.
Forum: Plugins
In reply to: [Ads by WPQuads – Adsense Ads, Banner Ads, Popup Ads] IssueIssue is still there after latest plugin version.
Nicos- This reply was modified 3 years, 7 months ago by Nicorel.
Forum: Plugins
In reply to: [Ads by WPQuads – Adsense Ads, Banner Ads, Popup Ads] Issueevery time I create a new post, it appears….have to push x…to close the messages.
Nicos
Forum: Plugins
In reply to: [Redirection] Upgrade to 4.2 fail.Thank you.
Forum: Plugins
In reply to: [Redirection] Upgrade to 4.2 fail.Debug: Duplicate column name ‘domain’
CREATE TABLE1bB_redirection_items
(
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
url
mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
match_url
varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
match_data
text COLLATE utf8mb4_unicode_ci,
regex
int(11) unsigned NOT NULL DEFAULT ‘0’,
position
int(11) unsigned NOT NULL DEFAULT ‘0’,
last_count
int(10) unsigned NOT NULL DEFAULT ‘0’,
last_access
datetime NOT NULL,
group_id
int(11) NOT NULL DEFAULT ‘0’,
status
enum(‘enabled’,’disabled’) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘enabled’,
action_type
varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
action_code
int(11) unsigned NOT NULL,
action_data
mediumtext COLLATE utf8mb4_unicode_ci,
match_type
varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
title
text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (id
),
KEYurl
(url
(200)),
KEYstatus
(status
),
KEYregex
(regex
),
KEYgroup_idpos
(group_id
,position
),
KEYgroup
(group_id
),
KEYmatch_url
(match_url
(191))
) ENGINE=MyISAM AUTO_INCREMENT=7348 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ciCREATE TABLE
1bB_redirection_groups
(
id
int(11) NOT NULL AUTO_INCREMENT,
name
varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
tracking
int(11) NOT NULL DEFAULT ‘1’,
module_id
int(11) unsigned NOT NULL DEFAULT ‘0’,
status
enum(‘enabled’,’disabled’) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘enabled’,
position
int(11) unsigned NOT NULL DEFAULT ‘0’,
PRIMARY KEY (id
),
KEYmodule_id
(module_id
),
KEYstatus
(status
)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ciCREATE TABLE
1bB_redirection_logs
(
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
created
datetime NOT NULL,
url
mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
domain
varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
sent_to
mediumtext COLLATE utf8mb4_unicode_ci,
agent
mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
referrer
mediumtext COLLATE utf8mb4_unicode_ci,
http_code
int(11) unsigned NOT NULL DEFAULT ‘0’,
request_method
varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
request_data
mediumtext COLLATE utf8mb4_unicode_ci,
redirect_by
varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
redirection_id
int(11) unsigned DEFAULT NULL,
ip
varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
module_id
int(11) unsigned NOT NULL,
group_id
int(11) unsigned DEFAULT NULL,
PRIMARY KEY (id
),
KEYcreated
(created
),
KEYredirection_id
(redirection_id
),
KEYip
(ip
),
KEYgroup_id
(group_id
),
KEYmodule_id
(module_id
)
) ENGINE=MyISAM AUTO_INCREMENT=11645 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ciCREATE TABLE
1bB_redirection_404
(
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
created
datetime NOT NULL,
url
varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
agent
varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
referrer
varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
ip
varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (id
),
KEYcreated
(created
),
KEYurl
(url
(250)),
KEYreferrer
(referrer
(250)),
KEYip
(ip
)
) ENGINE=MyISAM AUTO_INCREMENT=7025969 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ciStage: add_extra_logging
Forum: Plugins
In reply to: [W3 Total Cache] W3 Cache ugly issueForum: Plugins
In reply to: [W3 Total Cache] W3 Cache ugly issueHello,
That was the problem. maybe WP Optimize has some gzip issues?
Thank you.
NicosForum: Plugins
In reply to: [W3 Total Cache] W3 Cache ugly issueHello,
Unchecked Page Cache on General settings solve this issue.
Nicorel
Forum: Plugins
In reply to: [W3 Total Cache] W3 Cache ugly issueNothing ??
https://tinypic.com/r/2i6yycn/9
or from Open Graph Object Debugger
https://tinypic.com/r/ji0tg0/9
Nicos