• Resolved AR

    (@sohel9875)


    continuously generating this error, for what error showing purpose I replace my domain to example.com in the Pastebin, kindly check

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    that’s an annoying but mostly harmless (hence a notice and not a warning or error) race condition. you can try below code snippet which in most cases helps avoid (or lessen) these notices,

    
    add_filter( 'autoptimize_filter_cache_checkdirs_on_write', '__return_true' );

    hope this helps,
    frank

    Thread Starter AR

    (@sohel9875)

    Where I have put this code in wordpress theme editor function.php ?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The easiest & safest solution is using the code snippets plugin.

    hello pro AR
    if y need to fix mobile URL ?m=1

    edit the code in htacc…

    Hope this helps just after RewriteEngine On
    RewriteCond %{QUERY_STRING} ^m=1$
    RewriteRule ^(.*)$ /$1? [R=301,L]
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Warning Cyberpanel Error Logs’ is closed to new replies.