• Resolved Maison da Silva

    (@maisondasilva)


    WordPress version 6.5.3
    Current plugin: atec Cache APCu (version 1.5.2)
    PHP version 8.2.19 Error details

    An E_ERROR error was caused on line 161 of the file /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-server-info.php. Error message: Uncaught Error: Call to undefined function exec() in /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-server-info. php:161
    Stacktrace: 0 /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-server-info.php(225): ATEC_server_info->__construct() 1 /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-cache-apcu-results.php(57): require_once(‘… ‘) 2 /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-cache-apcu-results.php(164): ATEC_wpcu_results->__construct() 3 /home/XX/web/XX/public_html/wp-content/plugins/atec-cache-apcu/includes/atec-wpca-install.php(37): require_once(‘…’) 4 /home/XX/web/XX/public_html/wp-includes/class-wp-hook.php(324): atec_wpca_results_page() 5 /home/XX/web/XX/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 6 /home/XX/web/XX/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 7 /home/XX/web/XX/public_html/wp-admin/admin.php(259): do_action() 8 {main}

    thrown

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

    (@docjojo)

    There is a check
    if (function_exists(‘exec’)) {
    in the current PHP file to prevent this error and the file is online in the repository.
    For some reason it seems not be loaded when you update the version.
    Could you please uninstall and remove the current version and then re-install?
    It might be an issue with the repository.

    Plugin Author docjojo

    (@docjojo)

    I have republished as v1.5.3 to push the update.

    Could you please try v1.5.3 and let me know?

    Thread Starter Maison da Silva

    (@maisondasilva)

    I just updated to version 1.5.3, everything seems to have gone well!

    Could you tell me which file needs to be in order for this error not to occur so I can check if version 1.5.3 downloaded the same one?

    Plugin Author docjojo

    (@docjojo)

    Thank you.
    atec-server-info.php
    line 152

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.