TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 05-03-2009, 08:04 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Zend_Loader fails.

I'm getting into Zend Framework and so far I'm loving it, but.. I cannot load any classes cause of the Zend_Loader having problems with the inclusion paths, I've tried many different ways of doing this including changing the file's directory location, set inclusion paths, everything, no go.

I fail to see why replacing the underlines with trailing slashes is such a good idea for loading classes..

My current code:
Code:
require_once( "library/Zend/Loader.php" );
Zend_Loader::registerAutoload();

$test = new Zend_Config_Ini();

My Errors:
Code:
Warning: Zend_Loader::include_once(Zend\Config\Ini.php) [zend-loader.include-once]: failed to open stream: No such file or directory in \library\Zend\Loader.php on line 83

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

Warning: Zend_Loader::require_once(Zend/Exception.php) [zend-loader.require-once]: failed to open stream: No such file or directory in \library\Zend\Loader.php on line 87

Fatal error: Zend_Loader::require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.;C:\php5\pear') in \library\Zend\Loader.php on line 87
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 05-03-2009, 10:09 AM   #2 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Nevermind, I fixed it. Apparently I set the inclusion path in set_include_path wrong.

This code fixed it:
Code:
$incArgs[] = "C:/wamp/www/ZendTest/application";
$incArgs[] = "C:/wamp/www/ZendTest/library";

set_include_path(implode(PATH_SEPARATOR, $incArgs));
Apparently need the full path, and I'm on windows so..
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 05-03-2009, 03:51 PM   #3 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
I fail to see why replacing the underlines with trailing slashes is such a good idea for loading classes..
Its the zend framework way of fudging some kind of namespace.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 05-03-2009, 07:02 PM   #4 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
Its the zend framework way of fudging some kind of namespace.
Example? [10 characters]
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:27 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design