• Resolved desertfoothills

    (@desertfoothills)


    The Problem
    Any time I try to make any edit using the WordPress dashboard I get directed to a page that says: The link you followed has expired.

    This happens every time I try to save an update to a page, save an edit to a stylesheet, save an edit to a php file, add a plugin, update a plugin, disable a plugin.

    Basically, every single edit that I make will not go through due to this issue!

    I’m also getting an error when I try to visit the WordPress general options via settings in the dashboard. The error is:

    Warning: Use of undefined constant WP_CONTENT_DIR – assumed ‘WP_CONTENT_DIR’ (this will throw an Error in a future version of PHP) in /home2/donproject/public_html/wp-includes/load.php on line 115
    Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

    Deprecated: Directive ‘allow_url_include’ is deprecated in Unknown on line 0

    Attempted Solutions:
    So far I have reset the max file sizes by updating values in the php.ini The current htaccess values are as follows:
    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
    # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
    <IfModule php5_module>
    php_flag asp_tags Off
    php_flag display_errors On
    php_value max_execution_time 300
    php_value max_input_time 1000
    php_value max_input_vars 1000
    php_value memory_limit 256M
    php_value post_max_size 260M
    php_value session.gc_maxlifetime 1440
    php_value session.save_path “/tmp”
    php_value upload_max_filesize 256M
    php_flag zlib.output_compression Off
    </IfModule>
    <IfModule lsapi_module>
    php_flag asp_tags Off
    php_flag display_errors On
    php_value max_execution_time 300
    php_value max_input_time 1000
    php_value max_input_vars 1000
    php_value memory_limit 256M
    php_value post_max_size 260M
    php_value session.gc_maxlifetime 1440
    php_value session.save_path “/tmp”
    php_value upload_max_filesize 256M
    php_flag zlib.output_compression Off
    </IfModule>
    # END cPanel-generated php ini directives, do not edit

    I also recently updated our PHP version from 5.4 to 7.4 and that did not solve the issue.

    As for the WordPress General options error, I cannot find the directive listed and have not been able to update that deprecated code so nothing has been done on that front.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter desertfoothills

    (@desertfoothills)

    Here is the latest phpinfo.php file.

    PHP Version 7.4.10
    System Linux gator3140.hostgator.com 4.14.146-225.ELK.el6.x86_64 #1 SMP Sat Sep 21 01:19:55 CDT 2019 x86_64
    Build Date Sep 29 2020 19:27:05
    Configure Command ‘./configure’ ‘–build=x86_64-redhat-linux-gnu’ ‘–host=x86_64-redhat-linux-gnu’ ‘–target=x86_64-redhat-linux-gnu’ ‘–program-prefix=’ ‘–prefix=/opt/cpanel/ea-php74/root/usr’ ‘–exec-prefix=/opt/cpanel/ea-php74/root/usr’ ‘–bindir=/opt/cpanel/ea-php74/root/usr/bin’ ‘–sbindir=/opt/cpanel/ea-php74/root/usr/sbin’ ‘–sysconfdir=/opt/cpanel/ea-php74/root/etc’ ‘–datadir=/opt/cpanel/ea-php74/root/usr/share’ ‘–includedir=/opt/cpanel/ea-php74/root/usr/include’ ‘–libdir=/opt/cpanel/ea-php74/root/usr/lib64’ ‘–libexecdir=/opt/cpanel/ea-php74/root/usr/libexec’ ‘–localstatedir=/opt/cpanel/ea-php74/root/var’ ‘–sharedstatedir=/opt/cpanel/ea-php74/root/var/lib’ ‘–mandir=/opt/cpanel/ea-php74/root/usr/share/man’ ‘–infodir=/opt/cpanel/ea-php74/root/usr/share/info’ ‘–cache-file=../config.cache’ ‘–with-libdir=lib64’ ‘–with-config-file-path=/opt/cpanel/ea-php74/root/etc’ ‘–with-config-file-scan-dir=/opt/cpanel/ea-php74/root/etc/php.d’ ‘–disable-debug’ ‘–with-password-argon2=/opt/cpanel/libargon2’ ‘–with-pic’ ‘–without-pear’ ‘–with-bz2’ ‘–with-freetype’ ‘–with-xpm’ ‘–without-gdbm’ ‘–with-gettext’ ‘–with-iconv’ ‘–with-jpeg’ ‘–with-openssl’ ‘–with-zlib’ ‘–with-layout=GNU’ ‘–enable-exif’ ‘–enable-ftp’ ‘–enable-sockets’ ‘–with-kerberos’ ‘–enable-shmop’ ‘–with-libxml’ ‘–with-system-tzdata’ ‘–with-mhash’ ‘–libdir=/opt/cpanel/ea-php74/root/usr/lib64/php’ ‘–enable-pcntl’ ‘–enable-opcache’ ‘–enable-phpdbg’ ‘–with-imap=shared,/opt/cpanel/ea-php74/root/usr’ ‘–with-imap-ssl’ ‘–enable-mbstring=shared’ ‘–enable-gd=shared’ ‘–with-gmp=shared’ ‘–enable-calendar=shared’ ‘–enable-bcmath=shared’ ‘–with-bz2=shared’ ‘–enable-ctype=shared’ ‘–enable-dba=shared’ ‘–with-db4=/usr’ ‘–with-tcadb=/usr’ ‘–enable-exif=shared’ ‘–enable-ftp=shared’ ‘–with-gettext=shared’ ‘–with-iconv=shared’ ‘–enable-sockets=shared’ ‘–enable-tokenizer=shared’ ‘–with-xmlrpc=shared’ ‘–with-ldap=shared’ ‘–with-ldap-sasl’ ‘–enable-mysqlnd=shared’ ‘–with-mysqli=shared,mysqlnd’ ‘–with-mysql-sock=/var/lib/mysql/mysql.sock’ ‘–enable-dom=shared’ ‘–with-pgsql=shared’ ‘–enable-simplexml=shared’ ‘–enable-xml=shared’ ‘–with-snmp=shared,/usr’ ‘–enable-soap=shared’ ‘–with-xsl=shared,/usr’ ‘–enable-xmlreader=shared’ ‘–enable-xmlwriter=shared’ ‘–with-curl=shared,/opt/cpanel/libcurl’ ‘–enable-pdo=shared’ ‘–with-pdo-odbc=shared,unixODBC,/usr’ ‘–with-pdo-mysql=shared,mysqlnd’ ‘–with-pdo-pgsql=shared,/usr’ ‘–without-sqlite3’ ‘–without-pdo-sqlite’ ‘–enable-json=shared’ ‘–with-zip=shared’ ‘–without-readline’ ‘–with-libedit’ ‘–with-pspell=shared’ ‘–enable-phar=shared’ ‘–with-tidy=shared,/opt/cpanel/libtidy’ ‘–enable-sysvmsg=shared’ ‘–enable-sysvshm=shared’ ‘–enable-sysvsem=shared’ ‘–enable-shmop=shared’ ‘–enable-posix=shared’ ‘–with-unixODBC=shared,/usr’ ‘–enable-intl=shared’ ‘–with-enchant=shared,/usr’ ‘–enable-fileinfo=shared’ ‘build_alias=x86_64-redhat-linux-gnu’ ‘host_alias=x86_64-redhat-linux-gnu’ ‘target_alias=x86_64-redhat-linux-gnu’ ‘PKG_CONFIG_PATH=/opt/cpanel/ea-php74/root/usr/lib64/pkgconfig:/opt/cpanel/ea-php74/root/usr/share/pkgconfig:/usr/lib64/pkgconfig:/opt/cpanel/ea-openssl11/lib64/pkgconfig:/opt/cpanel/ea-libxml2/lib64/pkgconfig:/opt/cpanel/ea-libicu/lib/pkgconfig:/opt/cpanel/ea-oniguruma/lib64/pkgconfig’ ‘KERBEROS_CFLAGS=-I/usr/include’ ‘KERBEROS_LIBS=-L/usr/lib64’ ‘OPENSSL_CFLAGS=-I/opt/cpanel/ea-openssl11/include’ ‘OPENSSL_LIBS=-L/opt/cpanel/ea-openssl11/lib -lssl -lcrypto -lresolv’ ‘CURL_CFLAGS=-I/opt/cpanel/libcurl/include’ ‘CURL_LIBS=-L/opt/cpanel/libcurl/lib64 -lcurl’ ‘JPEG_CFLAGS=-I/usr/include’ ‘JPEG_LIBS=-L/usr/lib64 -ljpeg’ ‘SASL_CFLAGS=-I/usr/include’ ‘SASL_LIBS=-L/usr/lib64’ ‘XSL_CFLAGS=-I/opt/cpanel/ea-libxml2/include/libxml2’ ‘XSL_LIBS=-L/opt/cpanel/ea-libxml2/lib64 -lxml2’ ‘LIBZIP_CFLAGS=-I/opt/cpanel/ea-libzip/include’ ‘LIBZIP_LIBS=-L/opt/cpanel/ea-libzip/lib64 -lzip’
    Server API CGI/FastCGI
    Virtual Directory Support disabled
    Configuration File (php.ini) Path /opt/cpanel/ea-php74/root/etc
    Loaded Configuration File /opt/php70/lib/php.ini
    Scan this dir for additional .ini files (none)
    Additional .ini files parsed (none)
    PHP API 20190902
    PHP Extension 20190902
    Zend Extension 320190902
    Zend Extension Build API320190902,NTS
    PHP Extension Build API20190902,NTS
    Debug Build no
    Thread Safety disabled
    Zend Signal Handling enabled
    Zend Memory Manager enabled
    Zend Multibyte Support disabled
    IPv6 Support enabled
    DTrace Support disabled
    Registered PHP Streams https, ftps, compress.zlib, php, file, glob, data, http, ftp
    Registered Stream Socket Transports tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3
    Registered Stream Filters zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
    Zend logoThis program makes use of the Zend Scripting Language Engine:
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
    Configuration
    cgi-fcgi
    Directive Local Value Master Value
    cgi.check_shebang_line 1 1
    cgi.discard_path 0 0
    cgi.fix_pathinfo 1 1
    cgi.force_redirect 1 1
    cgi.nph 0 0
    cgi.redirect_status_env no value no value
    cgi.rfc2616_headers 0 0
    fastcgi.logging 1 1
    Core
    PHP Version 7.4.10
    Directive Local Value Master Value
    allow_url_fopen On On
    allow_url_include On On
    arg_separator.input & &
    arg_separator.output & &
    auto_append_file no value no value
    auto_globals_jit On On
    auto_prepend_file no value no value
    browscap no value no value
    default_charset UTF-8 UTF-8
    default_mimetype text/html text/html
    disable_classes no value no value
    disable_functions dl dl
    display_errors On On
    display_startup_errors Off Off
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl Off Off
    enable_post_data_reading On On
    error_append_string no value no value
    error_log error_log error_log
    error_prepend_string no value no value
    error_reporting 32759 32759
    expose_php Off Off
    extension_dir /opt/php70/lib/php/extensions/no-debug-non-zts-20151012 /opt/php70/lib/php/extensions/no-debug-non-zts-20151012
    file_uploads On On
    hard_timeout 2 2
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .:/opt/php70/lib/php .:/opt/php70/lib/php
    input_encoding no value no value
    internal_encoding no value no value
    log_errors On On
    log_errors_max_len 1024 1024
    mail.add_x_header On On
    mail.force_extra_parameters no value no value
    mail.log no value no value
    max_execution_time 30 30
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time 60 60
    max_input_vars 1000 1000
    memory_limit 256M 256M
    open_basedir no value no value
    output_buffering no value no value
    output_encoding no value no value
    output_handler no value no value
    post_max_size 260M 260M
    precision 14 14
    realpath_cache_size 4096K 4096K
    realpath_cache_ttl 120 120
    register_argc_argv On On
    report_memleaks On On
    report_zend_debug On On
    request_order GP GP
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 100 100
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sys_temp_dir no value no value
    syslog.facility LOG_USER LOG_USER
    syslog.filter no-ctrl no-ctrl
    syslog.ident php php
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 256M 256M
    upload_tmp_dir no value no value
    user_dir no value no value
    user_ini.cache_ttl 300 300
    user_ini.filename .user.ini .user.ini
    variables_order EGPCS EGPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    zend.assertions -1 -1
    zend.detect_unicode On On
    zend.enable_gc On On
    zend.exception_ignore_args Off Off
    zend.multibyte Off Off
    zend.script_encoding no value no value
    zend.signal_check Off Off
    date
    date/time support enabled
    timelib version 2018.03
    “Olson” Timezone Database Version 0.system
    Timezone Database internal
    Default timezone America/Chicago
    Directive Local Value Master Value
    date.default_latitude 31.7667 31.7667
    date.default_longitude 35.2333 35.2333
    date.sunrise_zenith 90.583333 90.583333
    date.sunset_zenith 90.583333 90.583333
    date.timezone America/Chicago America/Chicago
    filter
    Input Validation and Filtering enabled
    Directive Local Value Master Value
    filter.default unsafe_raw unsafe_raw
    filter.default_flags no value no value
    hash
    hash support enabled
    Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
    MHASH support Enabled
    MHASH API Version Emulated Support
    libxml
    libXML support active
    libXML Compiled Version 2.9.7
    libXML Loaded Version 20907
    libXML streams enabled
    openssl
    OpenSSL support enabled
    OpenSSL Library Version OpenSSL 1.1.1h 22 Sep 2020
    OpenSSL Header Version OpenSSL 1.1.1h 22 Sep 2020
    Openssl default config /opt/cpanel/ea-openssl11/etc/pki/tls/openssl.cnf
    Directive Local Value Master Value
    openssl.cafile no value no value
    openssl.capath no value no value
    pcntl
    pcntl support enabled
    pcre
    PCRE (Perl Compatible Regular Expressions) Support enabled
    PCRE Library Version 10.34 2019-11-21
    PCRE Unicode Version 12.1.0
    PCRE JIT Support enabled
    PCRE JIT Target x86 64bit (little endian + unaligned)
    Directive Local Value Master Value
    pcre.backtrack_limit 1000000 1000000
    pcre.jit 1 1
    pcre.recursion_limit 100000 100000
    readline
    Readline Support enabled
    Readline library EditLine wrapper
    Directive Local Value Master Value
    cli.pager no value no value
    cli.prompt \b \> \b \>
    Reflection
    Reflection enabled
    session
    Session Support enabled
    Registered save handlers files user
    Registered serializer handlers php_serialize php php_binary
    Directive Local Value Master Value
    session.auto_start Off Off
    session.cache_expire 180 180
    session.cache_limiter nocache nocache
    session.cookie_domain no value no value
    session.cookie_httponly no value no value
    session.cookie_lifetime 0 0
    session.cookie_path / /
    session.cookie_samesite no value no value
    session.cookie_secure 0 0
    session.gc_divisor 100 100
    session.gc_maxlifetime 1440 1440
    session.gc_probability 1 1
    session.lazy_write On On
    session.name PHPSESSID PHPSESSID
    session.referer_check no value no value
    session.save_handler files files
    session.save_path /tmp /tmp
    session.serialize_handler php php
    session.sid_bits_per_character 4 4
    session.sid_length 32 32
    session.upload_progress.cleanup On On
    session.upload_progress.enabled On On
    session.upload_progress.freq 1% 1%
    session.upload_progress.min_freq 1 1
    session.upload_progress.name PHP_SESSION_UPLOAD_PROGRESS PHP_SESSION_UPLOAD_PROGRESS
    session.upload_progress.prefix upload_progress_ upload_progress_
    session.use_cookies 1 1
    session.use_only_cookies 1 1
    session.use_strict_mode 0 0
    session.use_trans_sid 0 0
    SPL
    SPL support enabled
    Interfaces OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
    Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
    standard
    Dynamic Library Support enabled
    Path to sendmail /usr/sbin/sendmail -t -i
    Directive Local Value Master Value
    assert.active 1 1
    assert.bail 0 0
    assert.callback no value no value
    assert.exception 0 0
    assert.quiet_eval 0 0
    assert.warning 1 1
    auto_detect_line_endings 0 0
    default_socket_timeout 60 60
    from no value no value
    session.trans_sid_hosts no value no value
    session.trans_sid_tags a=href,area=href,frame=src,form= a=href,area=href,frame=src,form=
    unserialize_max_depth 4096 4096
    url_rewriter.hosts no value no value
    url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
    user_agent no value no value
    zlib
    ZLib Support enabled
    Stream Wrapper compress.zlib://
    Stream Filter zlib.inflate, zlib.deflate
    Compiled Version 1.2.3
    Linked Version 1.2.3
    Directive Local Value Master Value
    zlib.output_compression Off Off
    zlib.output_compression_level -1 -1
    zlib.output_handler no value no value
    Additional Modules
    Module Name
    Environment
    Variable Value
    CONTEXT_DOCUMENT_ROOT /home2/donproject/public_html
    CONTEXT_PREFIX no value
    DOCUMENT_ROOT /home2/donproject/public_html
    GATEWAY_INTERFACE CGI/1.1
    H2PUSH on
    H2_PUSH on
    H2_PUSHED no value
    H2_PUSHED_ON no value
    H2_STREAM_ID 3
    H2_STREAM_TAG 353-3
    HTTP2 on
    HTTPS on
    HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
    HTTP_ACCEPT_ENCODING gzip, deflate, br
    HTTP_ACCEPT_LANGUAGE en-US,en;q=0.9
    HTTP_COOKIE _ga=GA1.2.287302773.1598472636; _tccl_visitor=23abf7bd-7402-421a-af70-08341fda2772; cookie_terms_accepted=true; cookie_warning_dismissed=true; Elegant_Themes_Promo_State=closed; wordpress_logged_in_a99a553212bf454bc4b7a85a01f6b62f=jeremywicker%7C1602636461%7CCW4m3WO5Tug897xGoVhtSI5Ood7UlbE9FzBjGvhob8H%7Cc7e8e4f054939576b9c0e584a1193dfaf470733a9633e96271658ec23221849d; wp-settings-time-4=1601575786; wp-settings-4=libraryContent%3Dbrowse%26editor%3Dtinymce%26imgsize%3D; optimizelyEndUserId=oeu1601576464028r0.7284895208207711; timezone=America/Denver; cpsession=%3akrab0FPUCre_57Qh%2ce377e91abd2081e464cc8ab16432e434; mp_a36067b00a263cce0299cfd960e26ecf_mixpanel=%7B%22distinct_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24device_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Ftheopulentinc.com%2Fwp-admin%2F%22%2C%22%24initial_referring_domain%22%3A%20%22theopulentinc.com%22%7D
    HTTP_HOST theopulentinc.com
    HTTP_SEC_FETCH_DEST empty
    HTTP_SEC_FETCH_MODE same-origin
    HTTP_SEC_FETCH_SITE same-origin
    HTTP_UPGRADE_INSECURE_REQUESTS 1
    HTTP_USER_AGENT Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
    HTTP_X_HTTPS 1
    PATH /bin:/usr/bin
    PHPRC /opt/php70/lib
    PHP_INI_SCAN_DIR /opt/cpanel/ea-php74/root/etc:/opt/cpanel/ea-php74/root/etc/php.d:.
    QUERY_STRING no value
    REDIRECT_STATUS 200
    REMOTE_ADDR 47.37.8.242
    REMOTE_PORT 58654
    REQUEST_METHOD GET
    REQUEST_SCHEME https
    REQUEST_URI /phpinfo.php
    SCRIPT_FILENAME /home2/donproject/public_html/phpinfo.php
    SCRIPT_NAME /phpinfo.php
    SCRIPT_URI https://theopulentinc.com/phpinfo.php
    SCRIPT_URL /phpinfo.php
    SERVER_ADDR 162.144.3.112
    SERVER_ADMIN [email protected]
    SERVER_NAME theopulentinc.com
    SERVER_PORT 443
    SERVER_PROTOCOL HTTP/2.0
    SERVER_SIGNATURE no value
    SERVER_SOFTWARE Apache
    SSL_TLS_SNI theopulentinc.com
    UNIQUE_ID X3YvDf-HOeOQ9jk4q@PVfQABYSQ
    WPR_ENC _gzip
    WPR_SSL -https
    PHP Variables
    Variable Value
    $_COOKIE[‘_ga’] GA1.2.287302773.1598472636
    $_COOKIE[‘_tccl_visitor’] 23abf7bd-7402-421a-af70-08341fda2772
    $_COOKIE[‘cookie_terms_accepted’] true
    $_COOKIE[‘cookie_warning_dismissed’] true
    $_COOKIE[‘Elegant_Themes_Promo_State’] closed
    $_COOKIE[‘wordpress_logged_in_a99a553212bf454bc4b7a85a01f6b62f’] jeremywicker|1602636461|CW4m3WO5Tug897xGoVhtSI5Ood7UlbE9FzBjGvhob8H|c7e8e4f054939576b9c0e584a1193dfaf470733a9633e96271658ec23221849d
    $_COOKIE[‘wp-settings-time-4’] 1601575786
    $_COOKIE[‘wp-settings-4’] libraryContent=browse&editor=tinymce&imgsize=
    $_COOKIE[‘optimizelyEndUserId’] oeu1601576464028r0.7284895208207711
    $_COOKIE[‘timezone’] America/Denver
    $_COOKIE[‘cpsession’] :krab0FPUCre_57Qh,e377e91abd2081e464cc8ab16432e434
    $_COOKIE[‘mp_a36067b00a263cce0299cfd960e26ecf_mixpanel’] {“distinct_id”: “174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716″,”$device_id”: “174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716″,”$initial_referrer”: “https://theopulentinc.com/wp-admin/&#8221;,”$initial_referring_domain”: “theopulentinc.com”}
    $_SERVER[‘CONTEXT_DOCUMENT_ROOT’] /home2/donproject/public_html
    $_SERVER[‘CONTEXT_PREFIX’] no value
    $_SERVER[‘DOCUMENT_ROOT’] /home2/donproject/public_html
    $_SERVER[‘GATEWAY_INTERFACE’] CGI/1.1
    $_SERVER[‘H2PUSH’] on
    $_SERVER[‘H2_PUSH’] on
    $_SERVER[‘H2_PUSHED’] no value
    $_SERVER[‘H2_PUSHED_ON’] no value
    $_SERVER[‘H2_STREAM_ID’] 3
    $_SERVER[‘H2_STREAM_TAG’] 353-3
    $_SERVER[‘HTTP2’] on
    $_SERVER[‘HTTPS’] on
    $_SERVER[‘HTTP_ACCEPT’] text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
    $_SERVER[‘HTTP_ACCEPT_ENCODING’] gzip, deflate, br
    $_SERVER[‘HTTP_ACCEPT_LANGUAGE’] en-US,en;q=0.9
    $_SERVER[‘HTTP_COOKIE’] _ga=GA1.2.287302773.1598472636; _tccl_visitor=23abf7bd-7402-421a-af70-08341fda2772; cookie_terms_accepted=true; cookie_warning_dismissed=true; Elegant_Themes_Promo_State=closed; wordpress_logged_in_a99a553212bf454bc4b7a85a01f6b62f=jeremywicker%7C1602636461%7CCW4m3WO5Tug897xGoVhtSI5Ood7UlbE9FzBjGvhob8H%7Cc7e8e4f054939576b9c0e584a1193dfaf470733a9633e96271658ec23221849d; wp-settings-time-4=1601575786; wp-settings-4=libraryContent%3Dbrowse%26editor%3Dtinymce%26imgsize%3D; optimizelyEndUserId=oeu1601576464028r0.7284895208207711; timezone=America/Denver; cpsession=%3akrab0FPUCre_57Qh%2ce377e91abd2081e464cc8ab16432e434; mp_a36067b00a263cce0299cfd960e26ecf_mixpanel=%7B%22distinct_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24device_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Ftheopulentinc.com%2Fwp-admin%2F%22%2C%22%24initial_referring_domain%22%3A%20%22theopulentinc.com%22%7D
    $_SERVER[‘HTTP_HOST’] theopulentinc.com
    $_SERVER[‘HTTP_SEC_FETCH_DEST’] empty
    $_SERVER[‘HTTP_SEC_FETCH_MODE’] same-origin
    $_SERVER[‘HTTP_SEC_FETCH_SITE’] same-origin
    $_SERVER[‘HTTP_UPGRADE_INSECURE_REQUESTS’] 1
    $_SERVER[‘HTTP_USER_AGENT’] Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
    $_SERVER[‘HTTP_X_HTTPS’] 1
    $_SERVER[‘PATH’] /bin:/usr/bin
    $_SERVER[‘PHPRC’] /opt/php70/lib
    $_SERVER[‘PHP_INI_SCAN_DIR’] /opt/cpanel/ea-php74/root/etc:/opt/cpanel/ea-php74/root/etc/php.d:.
    $_SERVER[‘QUERY_STRING’] no value
    $_SERVER[‘REDIRECT_STATUS’] 200
    $_SERVER[‘REMOTE_ADDR’] 47.37.8.242
    $_SERVER[‘REMOTE_PORT’] 58654
    $_SERVER[‘REQUEST_METHOD’] GET
    $_SERVER[‘REQUEST_SCHEME’] https
    $_SERVER[‘REQUEST_URI’] /phpinfo.php
    $_SERVER[‘SCRIPT_FILENAME’] /home2/donproject/public_html/phpinfo.php
    $_SERVER[‘SCRIPT_NAME’] /phpinfo.php
    $_SERVER[‘SCRIPT_URI’] https://theopulentinc.com/phpinfo.php
    $_SERVER[‘SCRIPT_URL’] /phpinfo.php
    $_SERVER[‘SERVER_ADDR’] 162.144.3.112
    $_SERVER[‘SERVER_ADMIN’] [email protected]
    $_SERVER[‘SERVER_NAME’] theopulentinc.com
    $_SERVER[‘SERVER_PORT’] 443
    $_SERVER[‘SERVER_PROTOCOL’] HTTP/2.0
    $_SERVER[‘SERVER_SIGNATURE’] no value
    $_SERVER[‘SERVER_SOFTWARE’] Apache
    $_SERVER[‘SSL_TLS_SNI’] theopulentinc.com
    $_SERVER[‘UNIQUE_ID’] X3YvDf-HOeOQ9jk4q@PVfQABYSQ
    $_SERVER[‘WPR_ENC’] _gzip
    $_SERVER[‘WPR_SSL’] -https
    $_SERVER[‘PHP_SELF’] /phpinfo.php
    $_SERVER[‘REQUEST_TIME_FLOAT’] 1601580813.7209
    $_SERVER[‘REQUEST_TIME’] 1601580813
    $_SERVER[‘argv’]
    Array
    (
    )
    $_SERVER[‘argc’] 0
    $_ENV[‘CONTEXT_DOCUMENT_ROOT’] /home2/donproject/public_html
    $_ENV[‘CONTEXT_PREFIX’] no value
    $_ENV[‘DOCUMENT_ROOT’] /home2/donproject/public_html
    $_ENV[‘GATEWAY_INTERFACE’] CGI/1.1
    $_ENV[‘H2PUSH’] on
    $_ENV[‘H2_PUSH’] on
    $_ENV[‘H2_PUSHED’] no value
    $_ENV[‘H2_PUSHED_ON’] no value
    $_ENV[‘H2_STREAM_ID’] 3
    $_ENV[‘H2_STREAM_TAG’] 353-3
    $_ENV[‘HTTP2’] on
    $_ENV[‘HTTPS’] on
    $_ENV[‘HTTP_ACCEPT’] text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
    $_ENV[‘HTTP_ACCEPT_ENCODING’] gzip, deflate, br
    $_ENV[‘HTTP_ACCEPT_LANGUAGE’] en-US,en;q=0.9
    $_ENV[‘HTTP_COOKIE’] _ga=GA1.2.287302773.1598472636; _tccl_visitor=23abf7bd-7402-421a-af70-08341fda2772; cookie_terms_accepted=true; cookie_warning_dismissed=true; Elegant_Themes_Promo_State=closed; wordpress_logged_in_a99a553212bf454bc4b7a85a01f6b62f=jeremywicker%7C1602636461%7CCW4m3WO5Tug897xGoVhtSI5Ood7UlbE9FzBjGvhob8H%7Cc7e8e4f054939576b9c0e584a1193dfaf470733a9633e96271658ec23221849d; wp-settings-time-4=1601575786; wp-settings-4=libraryContent%3Dbrowse%26editor%3Dtinymce%26imgsize%3D; optimizelyEndUserId=oeu1601576464028r0.7284895208207711; timezone=America/Denver; cpsession=%3akrab0FPUCre_57Qh%2ce377e91abd2081e464cc8ab16432e434; mp_a36067b00a263cce0299cfd960e26ecf_mixpanel=%7B%22distinct_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24device_id%22%3A%20%22174df773ae5679-045d04fcba27cd-333376b-1fa400-174df773ae6716%22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Ftheopulentinc.com%2Fwp-admin%2F%22%2C%22%24initial_referring_domain%22%3A%20%22theopulentinc.com%22%7D
    $_ENV[‘HTTP_HOST’] theopulentinc.com
    $_ENV[‘HTTP_SEC_FETCH_DEST’] empty
    $_ENV[‘HTTP_SEC_FETCH_MODE’] same-origin
    $_ENV[‘HTTP_SEC_FETCH_SITE’] same-origin
    $_ENV[‘HTTP_UPGRADE_INSECURE_REQUESTS’] 1
    $_ENV[‘HTTP_USER_AGENT’] Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
    $_ENV[‘HTTP_X_HTTPS’] 1
    $_ENV[‘PATH’] /bin:/usr/bin
    $_ENV[‘PHPRC’] /opt/php70/lib
    $_ENV[‘PHP_INI_SCAN_DIR’] /opt/cpanel/ea-php74/root/etc:/opt/cpanel/ea-php74/root/etc/php.d:.
    $_ENV[‘QUERY_STRING’] no value
    $_ENV[‘REDIRECT_STATUS’] 200
    $_ENV[‘REMOTE_ADDR’] 47.37.8.242
    $_ENV[‘REMOTE_PORT’] 58654
    $_ENV[‘REQUEST_METHOD’] GET
    $_ENV[‘REQUEST_SCHEME’] https
    $_ENV[‘REQUEST_URI’] /phpinfo.php
    $_ENV[‘SCRIPT_FILENAME’] /home2/donproject/public_html/phpinfo.php
    $_ENV[‘SCRIPT_NAME’] /phpinfo.php
    $_ENV[‘SCRIPT_URI’] https://theopulentinc.com/phpinfo.php
    $_ENV[‘SCRIPT_URL’] /phpinfo.php
    $_ENV[‘SERVER_ADDR’] 162.144.3.112
    $_ENV[‘SERVER_ADMIN’] [email protected]
    $_ENV[‘SERVER_NAME’] theopulentinc.com
    $_ENV[‘SERVER_PORT’] 443
    $_ENV[‘SERVER_PROTOCOL’] HTTP/2.0
    $_ENV[‘SERVER_SIGNATURE’] no value
    $_ENV[‘SERVER_SOFTWARE’] Apache
    $_ENV[‘SSL_TLS_SNI’] theopulentinc.com
    $_ENV[‘UNIQUE_ID’] X3YvDf-HOeOQ9jk4q@PVfQABYSQ
    $_ENV[‘WPR_ENC’] _gzip
    $_ENV[‘WPR_SSL’] -https
    PHP Credits
    PHP Group
    Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski
    Language Design & Concept
    Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger
    PHP Authors
    Contribution Authors
    Zend Scripting Language Engine Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov
    Extension Module API Andi Gutmans, Zeev Suraski, Andrei Zmievski
    UNIX Build and Modularization Stig Bakken, Sascha Schumann, Jani Taskinen, Peter Kokot
    Windows Support Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski, Kalle Sommer Nielsen
    Server API (SAPI) Abstraction Layer Andi Gutmans, Shane Caraveo, Zeev Suraski
    Streams Abstraction Layer Wez Furlong, Sara Golemon
    PHP Data Objects Layer Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
    Output Handler Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner
    Consistent 64 bit support Anthony Ferrara, Anatol Belski
    SAPI Modules
    Contribution Authors
    Apache 2.0 Handler Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)
    CGI / FastCGI Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov
    CLI Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui
    Embed Edin Kadribasic
    FastCGI Process Manager Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet
    litespeed George Wang
    phpdbg Felipe Pena, Joe Watkins, Bob Weinand
    Module Authors
    Module Authors
    BC Math Andi Gutmans
    Bzip2 Sterling Hughes
    Calendar Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong
    COM and .Net Wez Furlong
    ctype Hartmut Holzgraefe
    cURL Sterling Hughes
    Date/Time Support Derick Rethans
    DB-LIB (MS SQL, Sybase) Wez Furlong, Frank M. Kromann, Adam Baratz
    DBA Sascha Schumann, Marcus Boerger
    DOM Christian Stocker, Rob Richards, Marcus Boerger
    enchant Pierre-Alain Joye, Ilia Alshanetsky
    EXIF Rasmus Lerdorf, Marcus Boerger
    FFI Dmitry Stogov
    fileinfo Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans, Anatol Belski
    Firebird driver for PDO Ard Biesheuvel
    FTP Stefan Esser, Andrew Skalski
    GD imaging Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger
    GetText Alex Plotnick
    GNU GMP support Stanislav Malyshev
    Iconv Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi
    IMAP Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky
    Input Filter Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky
    Internationalization Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar
    JSON Jakub Zelenka, Omar Kilani, Scott MacVicar
    LDAP Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas
    LIBXML Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo
    Multibyte String Functions Tsukada Takuya, Rui Hirokawa
    MySQL driver for PDO George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter
    MySQLi Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
    MySQLnd Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schlüter
    OCI8 Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong, Christopher Jones, Oracle Corporation
    ODBC driver for PDO Wez Furlong
    ODBC Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky
    Opcache Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui
    OpenSSL Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar
    Oracle (OCI) driver for PDO Wez Furlong
    pcntl Jason Greene, Arnaud Le Blanc
    Perl Compatible Regexps Andrei Zmievski
    PHP Archive Gregory Beaver, Marcus Boerger
    PHP Data Objects Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky
    PHP hash Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar
    Posix Kristian Koehntopp
    PostgreSQL driver for PDO Edin Kadribasic, Ilia Alshanetsky
    PostgreSQL Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne
    Pspell Vlad Krupin
    Readline Thies C. Arntzen
    Reflection Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter
    Sessions Sascha Schumann, Andrei Zmievski
    Shared Memory Operations Slava Poliakov, Ilia Alshanetsky
    SimpleXML Sterling Hughes, Marcus Boerger, Rob Richards
    SNMP Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne, Boris Lytochkin
    SOAP Brad Lafountain, Shane Caraveo, Dmitry Stogov
    Sockets Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene
    Sodium Frank Denis
    SPL Marcus Boerger, Etienne Kneuss
    SQLite 3.x driver for PDO Wez Furlong
    SQLite3 Scott MacVicar, Ilia Alshanetsky, Brad Dewar
    System V Message based IPC Wez Furlong
    System V Semaphores Tom May
    System V Shared Memory Christian Cartus
    tidy John Coggeshall, Ilia Alshanetsky
    tokenizer Andrei Zmievski, Johannes Schlueter
    XML Stig Bakken, Thies C. Arntzen, Sterling Hughes
    XMLReader Rob Richards
    xmlrpc Dan Libby
    XMLWriter Rob Richards, Pierre-Alain Joye
    XSL Christian Stocker, Rob Richards
    Zip Pierre-Alain Joye, Remi Collet
    Zlib Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner
    PHP Documentation
    Authors Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey
    Editor Peter Cowburn
    User Note Maintainers Daniel P. Brown, Thiago Henrique Pojda
    Other Contributors Previously active authors, editors and other contributors are listed in the manual.
    PHP Quality Assurance Team
    Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra, Stanislav Malyshev, Julien Pauli, Stephen Zarkos, Anatol Belski, Remi Collet, Ferenc Kovacs
    Websites and Infrastructure team
    PHP Websites Team Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Peter Cowburn, Adam Harvey, Ferenc Kovacs, Levi Morrison
    Event Maintainers Damien Seguy, Daniel P. Brown
    Network Infrastructure Daniel P. Brown
    Windows Infrastructure Alex Schoenmaker
    PHP License
    This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact [email protected].

    Deprecated: Directive ‘allow_url_include’ is deprecated in Unknown on line 0

    Thread Starter desertfoothills

    (@desertfoothills)

    Solution:

    I fixed this issue by doing two things.

    1. Remove the following line from the php.ini file.
    allow_url_include = On

    2. Increase memory_limit from 256M to 512M
    This can be done either with the MultiPHP INI Editor, by directly editing the php.ini file, or even by editing the htaccess file.

    My guess is that I could have also rolled back the php version to 7.3 and that would have also worked. Although I didn’t try this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The link you followed has expired – after every page and every edit save.’ is closed to new replies.