Want to subscribe to topics you're interested in?
Become a Member

[Solved] unexpected EOF while looking for matching `''

Discussion in 'AlmaLinux 8 & Rocky Linux 8 Beta Testing' started by hson4787, Dec 2, 2022.

  1. hson4787

    hson4787 New Member

    13
    1
    3
    Sep 18, 2020
    Ratings:
    +3
    Local Time:
    11:59 PM
    1.19.2
    10.4.14
    1. Your web host and VPS/dedicated server plan?
    2. Centmin Mod installed version info via command below:
    Code:
         
    Server Location Info
      city: Seattle
      region: Washington
      country: US
      org: 40021 CONTABO
      timezone America/Los_Angeles
    
    Processors physical = 1, cores = 4, virtual = 4, hyperthreading = no
    
          4  2794.748
          4  AMD EPYC 7282 16-Core Processor
          4  512 KB
    
     System Up Since:       2022-12-01 20:24:36
     System Uptime:         up 7 hours, 42 minutes
     MySQL Server Started   2022-12-01 20:54:21
     MySQL Uptime:          7 hours 12 min 46 sec
     MySQL Uptime (secs):   25966
     Server Type:           kvm
     CentOS Version:        8.7
     Centmin Mod:           130.00beta01.b251
     Nginx PageSpeed:       OFF
     Nginx Version:         1.23.2 (021222-032525-almalinux8-kvm-fe084fb)
     PHP-FPM Version:       8.0.26
     MariaDB Version:       utils
     CSF Firewall:          v14.17
     Memcached Server:      1.6.17
     NSD Version:            -
     Siege Version:         4.1.5
     Maldet Version:        not installed
     ClamAV Version:        not installed
     ElasticSearch:         not installed
    
    
    Anyone know this problem
    Code:
    /etc/centminmod/custom_config.inc: line 23: unexpected EOF while looking for matching `''
    /etc/centminmod/custom_config.inc: line 24: syntax error: unexpected end of file
    
    my config file
    Code:
    CENTOS_ALPHATEST='y'
    NGINX_VERSION='1.23.2'
    NGINX_ONETWOTHREE_COMPAT='y'
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='y'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y'
    PHP_MEMCACHE='y'
    ACMEDEBUG='y
    PHP_LIBZIP='y'
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
    NGINX_BROTLIDEP_UPDATE='y'
    NGINX_IOURING_PATCH='y'
    PHP_BROTLI='y'
    PHP_LZFOUR='y'
    PHP_LZF='y'
    PHP_ZSTD='y'
    KEYLENGTH='ec-256'
    LETSENCRYPT_DETECT='y'
    ENABLE_MARIADBTENFOURUPGRADE='y'
    MARCH_TARGETNATIVE='n'
    
    


     
  2. eva2000

    eva2000 Administrator Staff Member

    55,158
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    2:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Your entry for below is missing a closing single quote
    Code (Text):
    ACMEDEBUG='y
     
  3. hson4787

    hson4787 New Member

    13
    1
    3
    Sep 18, 2020
    Ratings:
    +3
    Local Time:
    11:59 PM
    1.19.2
    10.4.14
    :LOL::LOL: thank you