Re: user/group dependent redirect

2009-05-28 Thread draikin
gt; 'otherList'), null, true); break; default: $this->redirect(array ( 'controller' => 'members', 'action' => 'index'), null, true);

Re: user/group dependent redirect

2009-05-26 Thread draikin
default: $this->redirect(array ( 'controller' => 'members', 'action' => 'index'), null, true); } } If I first login as member of group '4', all the redirection is correct. Afte

Re: user/group dependent redirect

2009-05-26 Thread draikin
It seems that the rest of your post has been lost. Could you complete the post? Thank you, draikin brian schrieb: > On Tue, May 26, 2009 at 11:02 AM, Teh Treag wrote: > > > > in your app_controller::beforeFilter(){ > >    $this->Auth->loginRedirect=array > &g

Re: cake php is not installed correctly

2009-05-26 Thread draikin
To help you it is necessary to have some more info about your system and what you have done excatly till now. What version of cake you are using? What operatin system? Is this an (X)lampp installation or something similar? draikin On 26 Mai, 15:21, mona wrote: > can anybody tell me how

user/group dependent redirect

2009-05-26 Thread draikin
don't find anything on this issue. Any help or hint would be appreciated. A code example would be very nice. Thank you for your help, and sorry for my bad English draikin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Creating PDF with cakePHP and TCPDF -> solved

2008-11-13 Thread draikin
I solved the problem. The memory_limit in php.ini of my local testserver was only 8MB. I increase it to 32MB and it works. draikin draikin wrote: > Thank you for your hint. I tried your suggestion. Unfortunately > there's no difference in the output i see. Anymore i see a really &

Re: Creating PDF with cakePHP and TCPDF

2008-11-13 Thread draikin
df/tcpdf.php on line 6925 Any hints why that happens? draikin Marcelius wrote: > Have you tried to check if tcpdf generated errors? Sometimes if you > send headers, and (php)errors occure, you might not always see some > output. So echo something in your controller and then php should at

Creating PDF with cakePHP and TCPDF

2008-11-13 Thread draikin
this topic that give any hint. Has anyone already tested this tutorial and has successfully created an simple PDF? I also had the problem that no comment can be take on the bakery for that article, as already reported in the group. I appreciate any little hint to get the solution for this. dr

Solved -> Re: Create links to navigate back to last visited page

2008-08-28 Thread draikin
Thank you all for posting solutions. I solved the problem with the JS solution from clemos. It works like I want and I will dare that some users of my applikation don't like JS. draikin On 25 Aug., 14:54, "Marcin Domanski" <[EMAIL PROTECTED]> wrote: > The Formhelper do

Re: cakephp Linux

2008-08-22 Thread draikin
Ecxept for many solutions you could find per google I prefer the following. Download and install xampp (http://www.apachefriends.org/en/ xampp.html) and then download cakephp an install as described on many tutorials and manuals. HTH draikin [EMAIL PROTECTED] schrieb: > Hi, I �m trying

Re: Create links to navigate back to last visited page

2008-08-22 Thread draikin
't know if this is so), your solution is the easiest. draikin clemos schrieb: > Maybe I didn't understand your problem, but ... > Why don't you give a try to my good old plain javascript solution ? > > go back > > The link above will get you back just like your &q

Re: Create links to navigate back to last visited page

2008-08-21 Thread draikin
Thank you for your response. Yes, thats what I'm looking for. But the problem is that $this->referer() seems not to work. So I will test the bread crumb feature from the HTML helper. draikin teknoid schrieb: > You are probably looking for something like $this->referer() >

Create links to navigate back to last visited page

2008-08-21 Thread draikin
i describe the problem properly? Can anyone give me a hint? I tried to find a solution, but i can't find what i need. Many thanks, draikin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" grou