Jump to content

MattW

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by MattW

  1. We've moved it to a different server, running Apache, and it was working initially........and it's stopped again, with the same error, where the admin page just times out. 

     

    EDIT: It's randomly started working again. 

  2. 8 minutes ago, Noodleman said:

    Why are you using PHP 5.4?

    You want to be using AT LEAST PHP 5.6. anything prior to PHP 5.6 is insecure.
    http://php.net/supported-versions.php

    Your PHp version is missing libraries, in this case you need top install the PHP Multibyte string functions into PHP.

     

    We switched to PHP5.4 as a test, as that is what the old server was using. PHP Multibyte IS INSTALLED on PHP5.6 (and it also is on PHP5.4), I've already explained that it wasn't originally set up in 5.4 as that version of PHP wasn't initially available. 

     

    [PHP Modules]
    bcmath
    calendar
    Core
    ctype
    curl
    date
    dom
    ereg
    exif
    fileinfo
    filter
    ftp
    gd
    gettext
    hash
    iconv
    imagick
    imap
    ionCube Loader
    json
    libxml
    mbstring
    mcrypt
    memcache
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    readline
    Reflection
    session
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    timezonedb
    tokenizer
    wddx
    xml
    xmlreader
    xmlwriter
    xsl
    Zend Guard Loader
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend Guard Loader
    Zend OPcache
    the ionCube PHP Loader

     

  3. Those errors were from when we switched to PHP 5.4 as this wasn't set up previously on the server. The issue happens in all versions of PHP. The site loads fine, I have created a customer account, can browse around the site etc OK. When you go to the admin section, the page loads initially, allowing you to enter the username and password. If you out the wrong credentials in, it tells you so. However, when you enter the correct credentials, it starts to load, but never completes. It's just times out. This is the actual issue we are seeing. 

     

    The server runs multiple websites, from WordPress, to xenforo to Prestashop, and no other sites on there have any issues. This is a newly migrated site to this server. 

×
×
  • Create New...