Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Hi,

    In these files the same problem exist for wp-load.php

    core/ajax/wp/amazon_processings.php
    core/ajax/wp/attribute_mappings_erase.php
    core/ajax/wp/attribute_mappings_update.php
    core/ajax/wp/attribute_user_map.php
    core/ajax/wp/eBay_account.php
    core/ajax/wp/eBay_general_settings.php
    core/ajax/wp/etsyupload.php
    core/ajax/wp/extract.php
    core/ajax/wp/fetch_category.php
    core/ajax/wp/fetch_category_custom.php
    core/ajax/wp/fetch_ebay_category.php
    core/ajax/wp/fetch_etsy_categories.php
    core/ajax/wp/fetch_feed_table.php
    core/ajax/wp/fetch_local_categories.php
    core/ajax/wp/fetch_local_categories_custom.php
    core/ajax/wp/fetch_miinto_category.php
    core/ajax/wp/fetch_miinto_category_custom.php
    core/ajax/wp/fetch_product_ajax.php
    core/ajax/wp/fetch_product_ajax_Aug_21_2016.php
    core/ajax/wp/fetch_template_details.php
    core/ajax/wp/get_custom_feed.php
    core/ajax/wp/get_feed.php
    core/ajax/wp/get_feed_status.php
    core/ajax/wp/insert.php
    core/ajax/wp/product_categories.php
    core/ajax/wp/save_selected_feed.php
    core/ajax/wp/select_feed.php
    core/ajax/wp/update_all_feeds.php
    core/ajax/wp/update_feed_config.php
    core/ajax/wp/update_remember.php
    core/ajax/wp/update_setting.php
    core/ajax/wp/uploadFeed.php
    core/ajax/wp/upload_feed.php
    core/ajax/wp/upload_feed_status.php

    And in: core/ajax/wp/etsyupload.php also for wp-config.

    Hi,

    Can you please update this.

    Thanks….

    Forum: Plugins
    In reply to: [Utf8ize] utf8mb4 support

    Hi,

    Thanx again.

    Everything is working out fine.
    Only tables which are in utf8 and utf8 standard collation, don’t get picked up by the script.
    So they don’t get listed in the sql statement as well.

    I wish to have everything the same.
    Try to replace the plugin php utf8 to utf8mb4 and collation to utf8mb4_unicode_ci

    But then I get serveral errors like:

    1071. specified key was too long max key length is 767 bytes

    Best regards,

    Martijn

    Forum: Plugins
    In reply to: [Utf8ize] utf8mb4 support

    Hi,

    Thank you very much!!

    Shoud I set both constants like below?

    define(‘DB_CHARSET’, ‘utf8mb4’);
    define(‘DB_COLLATE’, ‘utf8mb4_unicode_ci’);

    Best regards,

    Martijn

    Forum: Plugins
    In reply to: [Utf8ize] utf8mb4 support

    Hi,

    I wich to use charset utf8mb4 and utf8mb4_unicode_ci database collation.

    the-utf8mb4-upgrade/

    Can I use your plugin for this by replace this in the SQL statements?

    Best regards,

    Martijn

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Jan Jaap,

    When I put minify in w 3 cache on auto this problem doesn’t excist.
    When I add all file manual I get the error of above.

    Do you have any idea?

    Best regards,

    Martijn

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Jan Jaap,

    W3 cache everything working beside minify not enabled for js and css.
    Site normal loading

    When I try to minfy all blocking js by w3 cache async method I get this error:
    And the homepage is rendered two times below each other.

    As well the abtf message apairs two times in the console

    [Thu Nov 03 11:56:16.810623 2016] [:error] [pid 15354] [client 10.0.20.26:37592] PHP Catchable fatal error: Object of class Abovethefold_OPP_W3TotalCache could not be converted to string in /var/app/current/web/app/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php on line 922

    [Thu Nov 03 11:56:16.810784 2016] [:error] [pid 15354] [client 10.0.20.26:37592] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Kimberly,

    Find finally out where this error was comming from.
    Because of the newsfeed widget on the W3Cache dashboard.

    The rss feed http://feeds.feedburner.com/W3EDGE of the newsfeed doesn’t give any right xml feed.
    So this feed can’t get parsed and gives a error on every reload of the page.

    Regards,

    Martijn

    Thread Starter mmdijkman

    (@mmdijkman)

    mbstring settings in this screenshot

    Thread Starter mmdijkman

    (@mmdijkman)

    As wel these module get listed with command php -m

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Kimberly!

    Thanks for your reply.

    I’ve the file /etc/php-5.6.d/20-mbstring.ini file containing:

    ; Enable mbstring extension module
    extension=mbstring.so

    Same for /etc/php-5.6.d/20-iconv.ini containing:

    ; Enable iconv extension module
    extension=iconv.so

    So I’ve no clue, do I need to add more configuration for mbstring?

    Thanks for your help!

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Jan Jaap,

    Stripped down my site to minimum, and scale up when above the above thefold optimization is working.

    Wordpress
    Amazon Web Services
    SparkPost
    SSL Insecure Content Fixer
    W3 Total Cache
    WP Offload S3

    Hostes on AWS behind NAT instance and load balancer

    This is all working fine, as well the caching.

    Only the main css is blocking above the fold now.

    Best regards,

    Martijn

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi Pagespeed pro,

    Thanks for the reply.

    For the other two, in the admin bar:

    Pagespeed, and

    Pagespeed >> ABTF Tools >> Clear Page Caches

    Replace in admin/admin.class.php on line 262 and 321

    $settings_url = add_query_arg( array( ‘page’ => ‘abovethefold’ ), ‘/wp-admin/admin.php’ );

    to

    $settings_url = add_query_arg( array( ‘page’ => ‘abovethefold’ ), admin_url( ‘admin.php’ ) );

    and

    $clear_url = add_query_arg( array( ‘page’ => ‘abovethefold’, ‘clear’ => ‘pagecache’ ), ‘/wp-admin/admin.php’ );

    to

    $clear_url = add_query_arg( array( ‘page’ => ‘abovethefold’, ‘clear’ => ‘pagecache’ ), admin_url( ‘admin.php’ ) );

    No you get the relative admin url.

    Best Regards!

    Hi PageSpeed.pro,

    Thank you for your reply!

    Can’t find any <base href=”” /> in the HTML

    I double checked all the urls in the database and replaced all http to https

    In my wp-config.php

    if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
    $_SERVER[‘HTTPS’]=’on’;

    https://snag.gy/yVPleI.jpg

    I’ve really no idea what’s going wrong

    Thread Starter mmdijkman

    (@mmdijkman)

    Hi,

    Apologize for the comment before.

    For the CSS I understand now… I was confused with this in the adminscreen

    At the site preview (with the adminbar on top) the subdirectory is not in the URL.

    For the other two, in the admin bar:

    Pagespeed, and

    Pagespeed >> ABTF Tools >> Clear Page Caches

    I get an 404 error because the subdirectory is not in the URL

    Can you please give me a hand to fix this please?

Viewing 15 replies - 1 through 15 (of 17 total)