Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)
  • Thread Starter ProxxiM

    (@proxxim)

    Hi wfalaa,

    In your opinion, what should the setting in the wp-config.php file be if I set “How much memory should Wordfence request when scanning” to 256MB?

    Thread Starter ProxxiM

    (@proxxim)

    Hi wfalaa,

    I’ve increased the available memory via the wp-config.php file.

    At the moment I’ve configured the ‘How much memory should Wordfence request when scanning’ at 128MB, WP_MEMORY_LIMIT in diognostics is at 1024MB. If I decrease WP_MEMORY_LIMIT to 728MB, the test fails.

    This is what the memory test says:

    Wordfence Memory benchmarking utility version 6.3.21.
    This utility tests if your WordPress host respects the maximum memory configured
    in their php.ini file, or if they are using other methods to limit your access to memory.
    
    --Starting test--
    Current maximum memory configured in php.ini: 1024M
    Current memory usage: 23.00M
    Attempting to set max memory to 128M.
    Starting memory benchmark. Seeing an error after this line is not unusual. Read the error carefully
    to determine how much memory your host allows. We have requested 128 megabytes.
    Tested up to 30.25 megabytes.
    Tested up to 35.25 megabytes.
    Tested up to 40.25 megabytes.
    Tested up to 45.25 megabytes.
    Tested up to 50.25 megabytes.
    Tested up to 55.25 megabytes.
    Tested up to 60.25 megabytes.
    Tested up to 65.25 megabytes.
    Tested up to 70.25 megabytes.
    Tested up to 75.25 megabytes.
    Tested up to 80.25 megabytes.
    Tested up to 85.25 megabytes.
    Tested up to 90.25 megabytes.
    Tested up to 95.25 megabytes.
    Tested up to 100.25 megabytes.
    Tested up to 105.25 megabytes.
    Tested up to 110.25 megabytes.
    Tested up to 115.25 megabytes.
    Tested up to 120.25 megabytes.
    Tested up to 125.25 megabytes.
    Tested up to 128.25 megabytes.
    --Test complete.--
    
    Your web host allows you to use at least 128.25 megabytes of memory for each PHP process hosting your WordPress site.
    Thread Starter ProxxiM

    (@proxxim)

    Hi wfalaa,

    Thanks for your comment!

    What do you mean by ‘persistent with the same numbers’ exactly? Do you mean the ‘Allowed memory size of 268435456 bytes exhausted (tried to allocate 1048577 bytes)’ or ‘on line 317’?
    Anyway, line 317 is always mentioned, the other numbers are dependent on the amount of memory that I made available.

    I came across the article to increase the memory limit and set it to 128MB. Disabling the options you mentioned doesn’t make WordFence finish the scanning process.

    Thread Starter ProxxiM

    (@proxxim)

    Harish, thank you for taking the time to answer my question, this seems to solve my problem. Thanks!

    Thread Starter ProxxiM

    (@proxxim)

    Seems like this problem has been solved with version 1.1.

    Am I right that version 1.1 also introduces a limitation on the number of forms that are being captured?

    Thread Starter ProxxiM

    (@proxxim)

    Hi Averta,

    Thanks for your message. This sounds good, I’m really looking forward to this! Do you have any indication for when this update will be released?

    Agreed, why doesn’t Master Slider use sourceset images? What’s so ‘master’ about that?!

    WordPress 4.4 (with support for sourceset) was released in december 2015.

    • This reply was modified 9 years, 4 months ago by ProxxiM.
    Thread Starter ProxxiM

    (@proxxim)

    A little update, I’ve got the verification working with this:

    function upcoming_events_validation( $result, $tag) {
        //$tag = new WPCF7_Shortcode($tag);
        $name = $tag['name'];
    
    	if (empty($_POST[$name])) {
        	$result->invalidate( $tag, "Selecteer een locatie");
    	} else {
        	$result['valid'] = true;
    	}
     
        return $result;
    }
    add_filter( 'wpcf7_validate_upcoming_events*', 'upcoming_events_validation', 20, 2);

    I’m not sure what’s wrong with “new WPCF7_Shortcode($tag);”, but when it’s active I get the server error again.

    The only thing missing is an explicit warning message for the input field. Can someone give me pointers on how to achieve that?

    Thread Starter ProxxiM

    (@proxxim)

    Sure!

    Thread Starter ProxxiM

    (@proxxim)

    Hi gplsaver,

    Hope you had a good weekend. I’ve updated to the latest version of Woo-RFQ.
    The plugin suits my needs perfectly now, I’m very grateful for your hard work!

    Thread Starter ProxxiM

    (@proxxim)

    So far I’ve seen that all is well now!
    I love you, man!

    Only this one hasn’t been solved, but it’s not that important to be fixed right away:
    – Prices for products don’t show on the quote request and invoice that’s being mailed to the shop holder and the customer, the total price is being showed;

    Thread Starter ProxxiM

    (@proxxim)

    Hi gplsaver,

    I’m sorry that it didn’t occur to me to enable the debug mode right away, this is what I get:

    ‘Warning: include_once(/cart-prices/cart-prices.php): failed to open stream: No such file or directory in /var/www/vhosts/qombine.nl/subdomains/vanelse/wp-content/plugins/woo-rfq-for-woocommerce/woocommerce/cart/cart.php on line 19

    Warning: include_once(): Failed opening ‘/cart-prices/cart-prices.php’ for inclusion (include_path=’.:/usr/share/php’) in /var/www/vhosts/qombine.nl/subdomains/vanelse/wp-content/plugins/woo-rfq-for-woocommerce/woocommerce/cart/cart.php on line 19′

    Thread Starter ProxxiM

    (@proxxim)

    Some thoughts about the latest update:

    First of all:
    I see a new tab for Woo-RFQ in WooCommerce -> Settings, cool!
    And after enabling the according option I can see prices on the site, very nice! 😀

    Unfortunately the update introduced a few problems:
    – After adding a product to the cart I get an empty page when trying to open the Cart page (header and footer are visible, but cart section shows nothing). when the cart is empty I do get a notice that it’s empty;
    – Although I’ve enabled ‘Show shipping costs to customer’, I don’t get the according options when trying to checkout;
    – Prices for products don’t show on the quote request and invoice that’s being mailed to the shop holder and the customer, the total price is being showed;

    – This has nothing to do with the latest update, but wouldn’t it be better if the payment method for an order would be configured to ‘N/A’ or ‘Other’ instead of ‘Request a Quote’?
    I think the customer would find it strange to see something like Payment method: Request a Quote.

    Thread Starter ProxxiM

    (@proxxim)

    Update:

    Things started working again after changing this line in admin.php:
    ‘require_once(‘/settings/gpls_woo_rfq_settings.php’);’

    to:
    ‘require_once(‘settings/gpls_woo_rfq_settings.php’);’

    Thread Starter ProxxiM

    (@proxxim)

    Hi gplsaver!

    Thanks for the notice about the update! I’ve tried to install it but unfortunately I’m having some problems now.

    After I updated to 1.2, WordPress crashed with HTTP-status 500. I’ve renamed the folder woo-rfq-for-woocommerce to something else and WordPress started to work again because the plugin was now disabled. I deleted the folder of the plugin and tried to install it again, but now I’m getting this error:

    Plugin could not be activated because it triggered a fatal error.

    Warning: require_once(/settings/gpls_woo_rfq_settings.php): failed to open stream: No such file or directory in /var/www/vhosts/qombine.nl/subdomains/vanelse/wp-content/plugins/woo-rfq-for-woocommerce/includes/classes/admin/admin.php on line 13

    The file ‘gpls_woo_rfq_settings.php’ does exist, so I’m not sure what causes this error. Do you have any idea how to get things working again?

Viewing 15 replies - 16 through 30 (of 35 total)