Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7577119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:06:13+00:00 2026-05-30T17:06:13+00:00

Fatal error: Uncaught exception ‘Zend_Exception’ with message ‘File Mail.php does not exist or class

  • 0
Fatal error: Uncaught exception 'Zend_Exception' with message 'File "Mail.php" does not exist or class "Mail" was not found in the file' in     C:\xampp\htdocs\fyp\plugin\Zend\Loader.php:99 

Stack trace: #0 C:\xampp\htdocs\fyp\report\bounce.php(9): Zend_Loader::loadClass('Mail') #1 {main} thrown in C:\xampp\htdocs\fyp\plugin\Zend\Loader.php on line 99

The structure of my folder is:

root/report/call.php
root/pluign/Zend/Loader/Autoloader.php

The Zend framework seems have some problem in locating files. How to fix that? thank you

call.php:

<?
set_include_path($_SERVER['DOCUMENT_ROOT'].'/fyp/plugin');
require_once 'Zend/Loader/Autoloader.php';
Zend_Loader_Autoloader::getInstance();

//Zend_Loader_Autoloader::getInstance();

//set_include_path('../plugin/ZendFramework-1.11.11-minimal/library/Zend');
Zend_Loader::loadClass('Mail');




$mail = new Zend_Mail_Storage_IMAP(array('host'     => 'imap.gmail.com',
                                         'user'     => 'admin@gmail.com',
                                         'password' => 'pwd',
                                         'ssl'      => 'SSL',
                                         'port'     => 993
                                         ));




echo $mail->countMessages() . " messages found\n";

foreach ($mail as $message) {
    echo "Mail from '{$message->from}': {$message->subject}\n";
}

include("../connection/conn.php");
session_start();

?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:06:14+00:00Added an answer on May 30, 2026 at 5:06 pm

    put the Zend Framework in your php.ini include_path. Which is what include_path='.;C:\xampp\php\PEAR' is pointing to.
    in your php.ini make your include path look something like include_path='.;C:\xampp\php\PEAR;C:\path\to\ZendFramework-1.11.11-minimal/library' then your autoloader should work.

    To address your edit:
    The class name is not ‘Mail’.
    Zend_Loader::loadClass('Zend_Mail');

    With ZF 1.x the classname mimics the path to the file. It’s an adhoc namespacing that was done before PHP had namespaces.

    so for example Zend_Mail_Storage_IMAP would live at /Zend/Mail/Storage/IMAP

    Hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get the following error message: Fatal error: Uncaught exception 'Zend_Exception' with message 'File
[05-Mar-2012 02:38:58] PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be
Fatal error: Uncaught exception 'ImagickDrawException' with message 'The given font is not found in
Fatal error: Uncaught exception 'EppCommandsExceptions' with message 'Required parameter missing' The line in question:
I've got this error: Fatal error: Uncaught exception 'MySQLiQuery_Exception' with message 'Illegal mix of
I encounter this problem Fatal error: Uncaught exception 'PDFlibException' with message 'Couldn't find encoding
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'SQLSTATE[28000] [1045] Access denied for user 'liveaide_dbuser1'@'lynx-u.znetindia.net'
I am getting the following PHP Fatal Error Fatal error: Uncaught exception 'Exception' with
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template ./templates/diet-report.tpl on line
Doctrine_Core::createTablesFromModels() is failing with the following error: Fatal error: Uncaught exception 'Doctrine_Connection_Mysql_Exception' with message

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.