Jump to content

Zend configuration problem


gaugeboson

Recommended Posts

Warning: Zend_Loader::include_once(Zend\Config\Ini.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 83

 

Warning: Zend_Loader::include_once() [function.include]: Failed opening 'Zend\Config\Ini.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 83

 

Warning: Zend_Loader::require_once(Zend/Exception.php) [function.Zend-Loader-require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 87

 

Fatal error: Zend_Loader::require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 87

 

This is the output of my index page.  I don't really know where to go from here!

Link to comment
Share on other sites

The Zend folder is located here: C:\xampp\htdocs\phpweb20\include\Zend

 

I started over again and got this error message: 

 

Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpweb20\htdocs\index.php on line 2

 

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\phpweb20\htdocs\index.php on line 2

 

 

<?php

    require_once('Zend/Loader.php');

    Zend_Loader::registerAutoload();

 

I change the file(don't know if it matters) to the full path:  C:\xampp\htdocs\phpweb20\include\Zend\loader.php

 

 

Doing that created this error then: 

 

Warning: Zend_Loader::include_once(Zend\Config\Ini.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 83

 

Warning: Zend_Loader::include_once() [function.include]: Failed opening 'Zend\Config\Ini.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 83

 

Warning: Zend_Loader::require_once(Zend/Exception.php) [function.Zend-Loader-require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 87

 

Fatal error: Zend_Loader::require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\phpweb20\include\Zend\Loader.php on line 87

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.