gomoot
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] migrating issuesDid you consider to use the AIOSEO export settings (it’s a file) instead of migrate option ?
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] migrating issuesdo you think this will work (Claude idea) ?
wp eval “
\$aio = new SEOPress\Actions\Admin\Importer\AIO();
echo ‘Migrazione Impostazioni Globali… ‘;
\$aio->migrateSettings();
echo ‘OK!’ . PHP_EOL;global \$wpdb;
\$total = (int) \$wpdb->get_var(\”SELECT count(*) FROM \$wpdb->posts\”);
\$increment = 500;
\$offset = 0;echo ‘Migrazione Metadati Post (Totale: ‘ . \$total . ‘)…’ . PHP_EOL;
while (\$offset < \$total) { \$aio->migratePostQuery(\$offset, \$increment);
\$offset += \$increment;
echo ‘Migrati ‘ . min(\$offset, \$total) . ‘ / ‘ . \$total . ‘…’ . PHP_EOL;
}
echo ‘Migrated’;”Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] migrating issuesI think you should provide a WP console mode with integrated debug.
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] migrating issuesHello
no thanks , migration messed up everything and I needed to restore all site from backup,
you can report me when it’s fixed and I will try again. Very bad experience by the way, I will stay with AIOSEO.
GrazianoForum: Plugins
In reply to: [LiteSpeed Cache] Site not recognized. QUIC.cloud deactivated automatically.the problem was due to Engitron nginx. No way to run Engitron nginx and litespeed at the same time ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Site not recognized. QUIC.cloud deactivated automatically.also even if I dismiss this
Site not recognized. QUIC.cloud deactivated automatically. Please reactivate your QUIC.cloud account.
I continue to receive it continuosly . really boring nowForum: Plugins
In reply to: [LiteSpeed Cache] Site not recognized. QUIC.cloud deactivated automatically.no way, now I see all time
Cloud Error: Please try after 1m 27s for serviced/dash.Forum: Plugins
In reply to: [LiteSpeed Cache] Site not recognized. QUIC.cloud deactivated automatically.I whitelisted all the ip4/ip6 QUIC.cloud ip ranges in firewall , same issue., not fixed
I reset litespeed settings, not fixed
I uninstalled and reinstalled litespeed, not fixedI receive all these errors
===========================================
Failed to communicate with QUIC.cloud server: Unknown error: unknown [server] https://wpapi.quic.cloud [service] tool/wp_rest_echoQUIC.cloud’s access to your WP REST API seems to be blocked.
Site not recognized. QUIC.cloud deactivated automatically. Please reactivate your QUIC.cloud account.
Forum: Plugins
In reply to: [LiteSpeed Cache] Site not recognized.same issue here
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] blank pageexactly the problem is caused by Block request strings, I set it OFF. Now it works.
However is there any way to ignore this setting only for this page ?- This reply was modified 1 year, 7 months ago by gomoot.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] blank pageif I disable Enable 6G firewall protection the problem fixes . Is there any way to ignore this setting only for this page.
Thank you,I’ll check better.
In my .htaccess I have this
### marker WEBP start ###RewriteCond %{HTTP_ACCEPT} "image/webp" RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp] RewriteCond %{HTTP_USER_AGENT} iPhone.*Version/(\d{2}).*Safari RewriteCond %1 >13 RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]### marker WEBP end ###
However these rules should not enough to cover all mobile situations , am I right ?