Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • It do not work with and without the $args… Really anoying… If there will not fix by update today (sunday), will to have to remove your plugin from all of my projects, give you a one star rating, tell my customers to do the same and i’m still thinking about charging you for the effort i will have…

    i understand that this is a “hobby project” and free of charge, but with so many installations and years of operation, there is also a responsibility on your part to ensure that this does not happen.

    critical error again. WTF? Do you test it before you do release an update? That’s really not serious working for a plugin who is installed on 10k+ websites!

    An error of type E_ERROR was caused in line 44 of the file /wp-content/plugins/cryptx/cryptx.php. Error message: Uncaught ArgumentCountError: Too few arguments to function encryptx(), 1 passed in /wp-content/themes/brisa/footer.php on line 14 and exactly 2 expected in /wp-content/plugins/cryptx/cryptx.php:44

    Had to do changes on most of the websites to get it back working with the last version. Now, most of my clients websites are offline, because of your fault. Fix that, or i will talk with my lawyer!

    • This reply was modified 9 months, 1 week ago by foxcom.
    • This reply was modified 9 months, 1 week ago by foxcom.

    Same here. But the $args thing is a function that the plugin should provide… See:

    <?php $content = "[email protected]"; // with this values the link text will be replaced by 'example', otherwise set $args = array(); $args = array( 'alt_linktext' => 'example', 'opt_linktext' => 1 ); echo (function_exists('encryptx'))? encryptx($content, $args) : $content; ?>

    We need the fix that includes the $args, i can’t change dozens of website because of that…

    Thread Starter foxcom

    (@foxcom)

    I call Breadcrumb NavXT by using bcn_display(). The files are they from woocommerce itself. And the woocommerce.php i created in the theme folder. But if i deactivate the custom woocommerce theme files and use the original files, the problem is still there…

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