Search results

  1. A

    Wrong timezone in php

    Hello in directadmin (web administration) i set timezone toEurope/Belgrade. # cat /usr/local/php72/lib/php.ini | grep "date.timezone" ; http://php.net/date.timezone date.timezone = "Europe/Belgrade" # cat /usr/local/php73/lib/php.ini | grep "date.timezone" ; http://php.net/date.timezone...
  2. A

    undefined symbol: zend_post_startup_cb in opcache.so

    Hello i have problem with opcache #php -v Failed loading /usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/opcache.so: /usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/opcache.so: undefined symbol: zend_post_startup_cb PHP 7.2.27 (cli) (built: Feb 15 2020 23:49:04) (...
  3. A

    private_html to public_html for cronjob

    hello i have cron job php -q /home/user/domain/public_html/folder/file.php there i have first line: require_once($_SERVER['DOCUMENT_ROOT']."/wp-load.php"); and i got FATAL ERROR because "DOCUMENT_ROOT" show private_html not public_html also, when i run phpinfo(); i get private_html not...
  4. A

    DKIM and cloudflare

    Hello, i have dns management on CloudFlare. So ip -> mail.domain.tld -> old server ip -> domain.tld -> old server on CloudFlare is also DKIM record from old server when i do https://help.directadmin.com/item.php?id=569 and click on enable dkim it create dns record and then i copy that record...
Back
Top