[solved] Error Message on Installation

Home Forums Installing MintHCM [solved] Error Message on Installation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1794
    Avatarminthcmadmin
    Keymaster

    We were asked this question:

    I tried to install on my server bu when goes to step two there is error message “Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2″? in C:\xampp\htdocs\MintHCM\jssource\Minifier.php on line 243” , need advice about this error message, thank you

    Solution:
    We suggest to change two things in the PHP settings:
    1. Change “display_errors” = off
    2. “error_reporting” should exclude Notices and Warnings

    #1851
    sangaji ekosangaji eko
    Participant

    i had changed with your suggest, but still had same error, here a details from install log

    2023-10-13 04:37:15…Begin System Check Process *************
    2023-10-13 04:37:15…XML Parsing Support Found
    2023-10-13 04:37:15…MBString Support Found
    2023-10-13 04:37:15…ZIP Support Found
    2023-10-13 04:37:15…/custom directory and subdirectory check passed
    2023-10-13 04:37:15…cache directory and subdirectory check passed
    2023-10-13 04:37:17…/module directory and subdirectory check passed
    2023-10-13 04:37:17…/upload directory check passed
    2023-10-13 04:37:17…/zip check passed
    2023-10-13 04:37:17…PCRE version check passed
    2023-10-13 04:37:17…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
    2023-10-13 04:37:17…php.ini location found. C:\xampp\php\php.ini
    2023-10-13 04:37:17…Outputting HTML for System check
    2023-10-13 04:37:17…No Errors were found *************
    2023-10-13 04:37:22…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
    2023-10-13 04:37:26…installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute

    the error message its still same
    Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\MintHCM\jssource\Minifier.php on line 243

    #1858

    Did you manage to finish the installation despite the warning? The warning doesn’t stop the code from running, so the installation should proceed smoothly.

    If the installation goes well, you can carry on with your work. We’ll look into the issue and make any needed improvements in the next system update.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[solved] Error Message on Installation’ is closed to new replies.