Development

Changeset 20411

You must first sign up to be able to contribute.

Changeset 20411

Show
Ignore:
Timestamp:
07/22/09 14:36:35 (4 years ago)
Author:
KRavEN
Message:

bug fix for Zend framework path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfZendMailPlugin/trunk/README

    r19685 r20411  
    2323        symfony plugin:install sfZendMailPlugin 
    2424 
    25 *  Install Zend Framework manually from [Zend's Website](http://www.zend.com/community/downloads) or via pear 
     25*  Install Zend Framework manually from [Zend's Website](http://www.zend.com/community/downloads) or via pear. 
    2626 
    2727        pear channel-discover pear.zfcampus.org 
     
    3232        all: 
    3333          sf_zend_mail: 
    34             #framework_location:                         /usr/local/zend/share/ZendFramework/library/Zend 
     34            #framework_location:                         /usr/local/zend/share/ZendFramework/library #whatever path contains the Zend folder 
    3535            config:     
    3636              charset: utf-8                             # charset to use : utf-8, iso-8859-1, ... 
  • plugins/sfZendMailPlugin/trunk/config/app.yml

    r19685 r20411  
    11all: 
    22  sf_zend_mail: 
    3     #framework_location:                         /usr/local/zend/share/ZendFramework/library/Zend 
     3    #framework_location:                         /usr/local/zend/share/ZendFramework/library #whatever path contains the Zend folder 
    44    config:                             
    55      charset: utf-8                             # charset to use : utf-8, iso-8859-1, ... 
  • plugins/sfZendMailPlugin/trunk/lib/sfZendMailUtil.class.php

    r19685 r20411  
    5959 
    6060    set_include_path(sfConfig::get('app_sf_zend_mail_framework_location') . PATH_SEPARATOR . get_include_path()); 
    61     require_once (sfConfig::get('app_sf_zend_mail_framework_location') . DIRECTORY_SEPARATOR . 'Loader.php'); 
     61    require_once (sfConfig::get('app_sf_zend_mail_framework_location') . 'Zend'. DIRECTORY_SEPARATOR . 'Loader.php'); 
    6262     
    6363    spl_autoload_register(array(