Logo Troubleshooting Tool

This tool helps diagnose issues with company logos in PDF invoices.

System Information

GD Extension

Installed

Logo Directory

Exists (Writable)

Company Logos

Company Logo Path File Exists File Readable Preview
Zamena Electronics import No logo - - -
Hamlock No logo - - -
Master kitchen machinery trading No logo - - -
Genus machinery No logo - - -
Vital machnarys import No logo - - -
zemen machinary No logo - - -
Top addiss No logo - - -

Troubleshooting Steps

  1. GD Extension: The GD extension is required for image processing. To enable it in XAMPP:
    • Edit C:\xampp\php\php.ini
    • Find ;extension=gd and remove the semicolon
    • Save the file and restart Apache from the XAMPP Control Panel
  2. Check that the logo directory exists and has proper permissions (should be 755).
  3. Verify that logo files exist at the paths stored in the database.
  4. Make sure logo files are readable by the web server (permissions 644).
  5. If using Windows, backslashes in file paths may cause issues - ensure forward slashes are used.
  6. Try uploading a different image format (JPG, PNG, GIF) to see if the issue is format-specific.
  7. Check the web server error logs for any related errors (check C:\xampp\apache\logs\error.log).
Back to Companies