Re: phpThumb Component causing weird redirects

2008-07-01 Thread Kyle Decot
Nevermind, that was the problem. I just didn't upload the file before testing again. Thanks for the help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@

Re: phpThumb Component causing weird redirects

2008-07-01 Thread Kyle Decot
Well I just looked and it wasn't extending anything, so I put extends Object and it's still redirecting me. Any other suggestions? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group

Re: phpThumb Component causing weird redirects

2008-07-01 Thread [EMAIL PROTECTED]
Check if your phpThumb component extends Object or Component it should extend Object no Component that might be it (I had a similar issue, I think this was the cause) On Jun 30, 8:28 pm, Kyle Decot <[EMAIL PROTECTED]> wrote: > I am using the phpThumb Component on my photos controller.

phpThumb Component causing weird redirects

2008-06-30 Thread Kyle Decot
I am using the phpThumb Component on my photos controller. whenever I navigate to a page that has a route applied to it, for example localhost/admin/delete-photo.php, i get redirected to localhost/admin/ photos/delete. The weird thing is that the photos controller delete() doesn't ev

Re: phpThumb component + redirect(Auth?) problem

2008-03-04 Thread botafogo
On 5 Mar, 01:18, the_woodsman <[EMAIL PROTECTED]> wrote: > As this is line 1 of the file, this sounds like there's white space no, it wasn't. I've checked every involved file at the beginning and the end. But it was something similar, just converted the thumb.php file to windows format and the

Re: phpThumb component + redirect(Auth?) problem

2008-03-04 Thread the_woodsman
> Warning (2): Cannot modify header information - headers already sent > by (output started at D:\Programas\xampp\htdocs\kanja\app\controllers > \components\thumb.php:1) [CORE\cake\libs\controller\controller.php, > line 546] As this is line 1 of the file, this sounds like there's white space bef

phpThumb component + redirect(Auth?) problem

2008-03-04 Thread botafogo
Hi everyone, i'm trying to use ThumbComponent from http://bakery.cakephp.org/articles/view/phpthumb-component (the enhanced version, actually) in my cake1.2 app, but there is some redirect problem: 1) using Auth & Thumb Components in the controller, calling any actions get this error:

Re: phpThumb Component

2007-03-27 Thread mcgordon
I just got the component working last night and I was getting the same error until I changed a couple of the phpThumb config settings. If you're using phpThumb in "object" mode you'll have to make these changes in the phpthumb.class.php file. There is a file in the distribution called phpThumb.c

Re: phpThumb Component

2007-03-26 Thread AzzzY
I just want to note, that I use the phpThumb (with ImageMagick) with Cake 1.2, and it works fine. On Mar 25, 9:20 pm, "dizz" <[EMAIL PROTECTED]> wrote: > Does anyone know if this works with Cake 1.2xxx? I keep on getting the > following error: > > ( > [0] => could not generate thumbnail > ) >

Re: phpThumb Component

2007-03-25 Thread Samuel DeVore
On 3/25/07, dizz <[EMAIL PROTECTED]> wrote: > > Samual, > > Yes, I made sure that phpThumb worked on my server and double checked > the permissions on the folder. > I am wondering if the the problem lies in the version of Cake that I > am using. > I just wanted to say something so you wouldn't fe

Re: phpThumb Component

2007-03-25 Thread dizz
Samual, Yes, I made sure that phpThumb worked on my server and double checked the permissions on the folder. I am wondering if the the problem lies in the version of Cake that I am using. Samuel DeVore wrote: > couple things to check > > gd installed and active in your version of php on that ser

Re: phpThumb Component

2007-03-25 Thread Samuel DeVore
couple things to check gd installed and active in your version of php on that server tmp directories are writable (and all the little subfolders are there too) I'm not sure where the thumbcontroller is trying to write any temp or final files but you should make sure you know where they are, tha

phpThumb Component

2007-03-25 Thread dizz
Does anyone know if this works with Cake 1.2xxx? I keep on getting the following error: ( [0] => could not generate thumbnail ) Any help would be greatly appreciated. Thanks, -Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed