![]() |
codex image - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: codex image (/showthread.php?tid=6713) |
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 but error occured Code: A PHP Error was encountered they gave a link to see the modified code for plugins/image.php, but its not accessible i need your help badly codex image - El Forum - 03-09-2008 [eluser]Majd Taby[/eluser] Hey, this is a bug in the RC7 release, it has been fixed for the soon-to-be-released RC8. In the meantime, to fix the bug, replace the code in codex/application/plugins/Image.php with this code. codex image - El Forum - 03-10-2008 [eluser]-spy-[/eluser] jtaby error still occured A PHP Error was encountered Severity: Notice Message: Undefined index: class Filename: libraries/Codexforms.php Line Number: 55 A PHP Error was encountered Severity: Notice Message: Undefined index: class Filename: libraries/Codexforms.php Line Number: 57 An Error Was Encountered Could not find proper plugin. sorry about this jtaby..but i really need your help... codex image - El Forum - 03-10-2008 [eluser]-spy-[/eluser] ok i'll just check my codes.. tnx jtaby for your help..your backend generator is really helpful..n_n codex image - El Forum - 03-10-2008 [eluser]Majd Taby[/eluser] Your YAML file should be: Code: SURNAME: codex image - El Forum - 03-24-2008 [eluser]ocergyNohtna[/eluser] if i want to create my thumbnail proportionally, can I specify only a width or height and have the other be scaled proportionally?? I'm away from my development atm, so I can't test to see myself. Was just curious to know if so, otherwise, I will email my other developer to look into re-writing. codex image - El Forum - 03-24-2008 [eluser]Majd Taby[/eluser] ah, that's a good idea (if you only define width/height, it will keep proportion, otherwise, it will force the proportion). Right now you have to define both width and height, and it'll shrink till the first one is hit. |