Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter masedinet

    (@masedinet)

    Hi @nayeemhossen

    Here is my setup


    WC Affiliate Version 2.11

    WordPress version 6.8.3

    PHP version 8.3.26

    Same here, plugin from auto upgrade

    This error causing my website inaccessible

    [16-Apr-2024 03:29:26 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 03:29:26 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 04:51:29 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 04:51:30 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 06:05:11 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14

    Same here, plugin from auto upgrade

    This error causing my website inaccessible

    [16-Apr-2024 03:29:26 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 03:29:26 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 04:51:29 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 04:51:30 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14 [16-Apr-2024 06:05:11 UTC] PHP Fatal error: Cannot declare class Perflab_Server_Timing_Metric, because the name is already in use in /home/proz5825/public_html/wp-content/plugins/performance-lab/includes/server-timing/class-perflab-server-timing-metric.php on line 14

    • This reply was modified 2 years, 1 month ago by masedinet.

    I can help you for Bahasa Indonesia translation. But, i am not already a PTE user.

    • This reply was modified 5 years, 11 months ago by masedinet.
    Thread Starter masedinet

    (@masedinet)

    Update:

    From YSlow check, getting this issue: “static components without a far-future expiration date.”

    it seems my stored CDN file expire header set to 5 days for image media and 1 day for (JS & CSS) file.

    $ curl -I https://1qs9tm3fg0bzi.wpcdn.shift8cdn.com/wp-content/uploads/2018/12/xwedding-sovia-barry.jpg.pagespeed.ic.ehoQbrtt3N.webp
    HTTP/1.1 200 OK
    Server: nginx/1.16.0
    Date: Tue, 24 Sep 2019 10:01:06 GMT
    Content-Type: image/webp
    Content-Length: 105792
    Connection: keep-alive
    Vary: Accept-Encoding
    Pragma: public
    Expires: Sun, 29 Sep 2019 10:01:06 GMT
    ETag: W/"0"
    Last-Modified: Tue, 24 Sep 2019 09:16:06 GMT
    Cache-Control: max-age=432000
    X-Original-Content-Length: 159049
    X-Page-Speed: LEMPer/PageSpeed
    X-Shift8CDN-Cache: HIT
    Pragma: public
    Cache-Control: public
    Access-Control-Allow-Origin: https://griyaannisawedding.com
    Accept-Ranges: bytes
    $ curl -I https://1qs9tm3fg0bzi.wpcdn.shift8cdn.com/wp-content/plugins/wpforms-lite/assets/css/A.wpforms-full.css.pagespeed.cf.YA2pSbySp5.css
    HTTP/1.1 200 OK
    Server: nginx/1.16.0
    Date: Tue, 24 Sep 2019 10:06:13 GMT
    Content-Type: text/css
    Content-Length: 29726
    Connection: keep-alive
    Vary: Accept-Encoding
    Pragma: public
    Expires: Wed, 25 Sep 2019 10:06:13 GMT
    ETag: W/"0"
    Last-Modified: Tue, 24 Sep 2019 09:22:09 GMT
    Cache-Control: max-age=86400
    X-Original-Content-Length: 35341
    Vary: Accept-Encoding
    X-Page-Speed: LEMPer/PageSpeed
    X-Shift8CDN-Cache: HIT
    Pragma: public
    Cache-Control: public
    Access-Control-Allow-Origin: https://griyaannisawedding.com
    Accept-Ranges: bytes

    while the original file (on my server) the expiration set to 1 year

    $ curl -I https://griyaannisawedding.com/wp-content/uploads/2018/12/xwedding-sovia-barry.jpg.pagespeed.ic.ehoQbrtt3N.webp
    HTTP/2 200 
    content-type: image/webp
    content-length: 105792
    server: LEMPer
    pragma: public
    accept-ranges: bytes
    date: Tue, 24 Sep 2019 09:16:06 GMT
    expires: Wed, 23 Sep 2020 09:16:06 GMT
    etag: W/"0"
    last-modified: Tue, 24 Sep 2019 09:16:06 GMT
    cache-control: max-age=31536000, public
    x-original-content-length: 159049
    x-page-speed: LEMPer/PageSpeed
    $ curl -I https://griyaannisawedding.com/wp-content/plugins/wpforms-lite/assets/css/A.wpforms-full.css.pagespeed.cf.YA2pSbySp5.css
    HTTP/2 200 
    content-type: text/css
    server: LEMPer
    pragma: public
    accept-ranges: bytes
    date: Tue, 24 Sep 2019 09:22:09 GMT
    expires: Wed, 23 Sep 2020 09:22:09 GMT
    etag: W/"0"
    last-modified: Tue, 24 Sep 2019 09:22:09 GMT
    cache-control: max-age=31536000, public
    x-original-content-length: 35341
    vary: Accept-Encoding
    content-length: 29726
    x-page-speed: LEMPer/PageSpeed

    is there any option to set the expiration time?

    • This reply was modified 6 years, 8 months ago by Jan Dembowski.
    • This reply was modified 6 years, 8 months ago by Jan Dembowski. Reason: Formatting
    Thread Starter masedinet

    (@masedinet)

    @shift8

    i am sorry, it seems my hosting doesn’t return expires header. i have reconfigure it on now, it has expire header

    curl -I https://griyaannisawedding.com/wp-content/uploads/2019/01/prosesi-akad-nikah-mba-detik.jpeg
    HTTP/2 200
    content-type: image/jpeg
    content-length: 260851
    vary: Accept-Encoding
    server: LEMPer
    pragma: public
    accept-ranges: bytes
    x-original-content-length: 331596
    etag: W/”PSA-aj-Tp_ACs2rgU”
    date: Mon, 23 Sep 2019 16:55:20 GMT
    expires: Tue, 22 Oct 2019 10:21:25 GMT
    vary: User-Agent,Save-Data
    cache-control: max-age=2481964, public

    btw, how to flush cdn content so it has newest one or it will done automatically?

    thanks in advance

    Thread Starter masedinet

    (@masedinet)

    @wysija

    thanks for your reply, but I want to give special coupon per subscriber, so a new coupon created on the fly, and add the coupon to welcome email using shortcode

    where I can read MP3 developer docs?

    Hi @carlos911 @algolplus ,

    I also use flatsome theme, i have same issue here, bulk discount not applied

    could you please share the solution?

    • This reply was modified 7 years, 4 months ago by masedinet.
    Thread Starter masedinet

    (@masedinet)

    @gabriel-winnberg nice hint, your link is for custom post type arguments filter hook, i think our solution is by using the taxonomy arguments filter hook. why I didn’t think about it before ^^

    put this code into functions.php

    
    function fix271218_pwb_taxonomy_args( $args, $taxonomy, $object_type ) {
    
        if ( 'pwb-brand' === $taxonomy && is_array( $args ) ) {
            /* alter the rewrite with front arg */
            $args[ 'rewrite' ][ 'with_front' ] = false;
        }
        return $args;
    }
    add_filter( 'register_taxonomy_args', 'fix271218_pwb_taxonomy_args', 10, 3 );
    

    I am not yet tested it, but hopefully work fine

    • This reply was modified 7 years, 5 months ago by masedinet.

    @arunbasillal to avoid this behavior which is not too good for multisite, I hope there is an update released soon with dynamic service worker and manifest feature as PR proposed by mariadanieldeepak on the Github repo (#71)

    @sonnycool there is a solution for this issue is already proposed and available as pull request in the Super PWA Github repository, you can try it yourself, clone the repo and checkout to the branch 68-feature/dynamic-sw-and-manifest

    • This reply was modified 7 years, 5 months ago by masedinet.

    You can customize it from the Forms => Settings => This form adds the subscribers to these lists: (Select all your lists you want)

    Thread Starter masedinet

    (@masedinet)

    all setting are correct and i have reauthorize facenook, but it is still not working (it happens on all new added facebook group), it doesn’t post correctly

    Thread Starter masedinet

    (@masedinet)

    nice thank you, any ETA for the v4 release?

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