Excel Import Diagnostics

PHP Environment

PHP Version: 8.1.33
Memory Limit: 1256M
Upload Max Filesize: 512M
Post Max Size: 256M

PHP Extensions

pdo: Loaded ✓
pdo_mysql: Loaded ✓
zip: Loaded ✓
xml: Loaded ✓
gd: Loaded ✓
mbstring: Loaded ✓

Configuration

config.php: File exists ✓

Database Connection

Database connection successful ✓
Clients table exists ✓

Clients Table Structure

Array
(
    [Field] => id
    [Type] => int(11)
    [Null] => NO
    [Key] => PRI
    [Default] => 
    [Extra] => auto_increment
)
Array
(
    [Field] => name
    [Type] => varchar(255)
    [Null] => NO
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => company_name
    [Type] => varchar(255)
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => email
    [Type] => varchar(255)
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => phone
    [Type] => varchar(50)
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => city
    [Type] => varchar(100)
    [Null] => YES
    [Key] => 
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => state
    [Type] => varchar(100)
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => country
    [Type] => varchar(100)
    [Null] => YES
    [Key] => 
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => amount_due
    [Type] => decimal(10,2)
    [Null] => YES
    [Key] => MUL
    [Default] => 0.00
    [Extra] => 
)
Array
(
    [Field] => zip
    [Type] => varchar(20)
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => open_balance
    [Type] => decimal(10,2)
    [Null] => YES
    [Key] => MUL
    [Default] => 0.00
    [Extra] => 
)
Array
(
    [Field] => attachments
    [Type] => int(11)
    [Null] => YES
    [Key] => 
    [Default] => 0
    [Extra] => 
)
Array
(
    [Field] => street_address
    [Type] => text
    [Null] => YES
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => created_by
    [Type] => varchar(255)
    [Null] => NO
    [Key] => MUL
    [Default] => 
    [Extra] => 
)
Array
(
    [Field] => created_at
    [Type] => timestamp
    [Null] => YES
    [Key] => 
    [Default] => current_timestamp()
    [Extra] => 
)
Array
(
    [Field] => updated_at
    [Type] => timestamp
    [Null] => YES
    [Key] => 
    [Default] => current_timestamp()
    [Extra] => on update current_timestamp()
)

PSR SimpleCache Interfaces

CacheInterface.php: File exists ✓
CacheException.php: File exists ✓
InvalidArgumentException.php: File exists ✓

PHPSpreadsheet

IOFactory.php: File exists ✓
Spreadsheet.php: File exists ✓

Autoloader Test

Testing Custom Autoloader

Manually including /home/dannelcv/contact.dannel.co.za/backend/psr/SimpleCache/CacheInterface.php...
Manually including /home/dannelcv/contact.dannel.co.za/backend/psr/SimpleCache/CacheException.php...
Manually including /home/dannelcv/contact.dannel.co.za/backend/psr/SimpleCache/InvalidArgumentException.php...

Testing PhpSpreadsheet IOFactory

Attempting to autoload: PhpOffice\PhpSpreadsheet\IOFactory
Looking for: /home/dannelcv/contact.dannel.co.za/backend/phpoffice/phpspreadsheet/IOFactory.php
Found and loaded ✓
IOFactory class exists ✓

Test File Upload

PHP Info