Re: Custom BBcode tags in BBcode Helper?

2008-02-05 Thread eid
Bump please. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more o

Custom BBcode tags in BBcode Helper?

2008-02-04 Thread eid
Hi. First of all, this is what I'm trying to do: I have a textfield where news can be written. I've included the BBcode Helper and it works fine. However, I'm trying to make my own BBcode tags so when people write [und] (note, no closing tag), a special image is shown. This is what I've tried to

Re: safe mode error

2008-01-16 Thread eid
Thank you so much Max! It works great! :) On 16 Jan., 00:52, Max <[EMAIL PROTECTED]> wrote: > I'm on a shared host too. > > in configure.php > > $path = rtrim($path, DS); > if ( $path=='/usr/local/lib/php') continue;//for SAFE MODE > Restriction > if ( $path=='.' || in_ar

Re: safe mode error

2008-01-15 Thread eid
Sorry to bring this back up, but the error still shows at random moments. eid skrev: > My cake frontpage is throwing me an error: > "Warning (2): realpath() [function.realpath]: SAFE MODE Restriction in > effect. The script whose uid is 1235 is not allowed to access /usr/ > lo

safe mode error

2008-01-13 Thread eid
My cake frontpage is throwing me an error: "Warning (2): realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 1235 is not allowed to access /usr/ local/lib/php owned by uid 0 [CORE/cake/libs/configure.php, line 458]" When I used the pre-beta version this error

Re: Help with database structure

2007-11-22 Thread eid
Thanks a lot, I'll look it over. I promised a friend to do this for him so I kind of have to do it now :P I know it's a large project to start out with, but hopefully it will work out. Again, thank you :-) On 21 Nov., 23:45, Grant Cox <[EMAIL PROTECTED]> wrote: > http://manual.cakephp.org/chapte

Help with database structure

2007-11-21 Thread eid
Hi. I am trying to create an online matchsystem kind of like this one: http://www.ngl-one.com/en/match/629/ Now, I decided to try and do this project in CakePHP, but I can't figure out how my database should be set up. At the moment I've nearly given up because it seems so chaotic, so now I ask