CodeIgniter Forums
codex image - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: codex image (/showthread.php?tid=6714)



codex image - El Forum - 03-09-2008

[eluser]-spy-[/eluser]
im using codeextinguisher.. and i have the same problem with this link
http://ellislab.com/forums/viewthread/71566/P40/

faculty_form.yml
Code:
SURNAME:    class: TextBox
FIRST_NAME:    class: TextBox
MIDDLE INITIAL:    class: TextBox
BACHELOR_DEGREE:    class: TextArea
    attributes:
        rows:5        cols:5
MASTERAL_DEGREE:    class: TextArea
    attributes:
        rows:5        cols:5
DOCTORAL_DEGREE:    class: TextArea
    attributes:
        rows:5        cols:5
PROFILE_PICTURE:
    class: Image
    params:
        make_thumbnail: true
        height:100
        width:100
        url_path: uploads/
        upload_path: ./uploads/

but error occured

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: Image::$CI

Filename: plugins/image.php

Line Number: 36
A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: plugins/image.php

Line Number: 36

Fatal error: Call to a member function library() on a non-object in C:\Program Files\xampp\htdocs\pupcommonwealth