weird autocomplete styling problem...

2006-08-04 Thread ax0rz
Hey. I've got an autocomplete form that works great... the problem is that the div.auto_complete is overriding certain stylings. I'm able to set the background color, border etc, but everytime the div is populated, it changes the style to position: absolute; left: 80px; top: 22px; width: 146px;

Re: Integrating Cake phpBB sessions

2006-08-01 Thread ax0rz
Hey nate! Thanks a billion. Setting session.auto_start in php.ini did the trick for me. I would just like to ask if there are any security vulnerabilities in doing this, and if calling session_start() every time would, by any chance, be more secure? @understasis: You're right about phpBB storing

Integrating Cake phpBB sessions

2006-07-31 Thread ax0rz
Hey! I'm having major trouble integrating the sessions between Cake phpBB2. 1) My phpBB2 installation is in /app/webroot/phpBB. 2) The DocumentRoot in httpd.conf is set to /app/webroot. I've tried accessing $_SESSION directly in /phpBB/login.php (ie- when the user logs in successfully,

CakePHP Google TechTalk?

2006-07-14 Thread ax0rz
Why is there are video for Django, but not for CakePHP?!?!?!?!? :( :( :( heheh http://video.google.com/videoplay?docid=-70449010942275062q=django%3F --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group.

Problem with scaffolding in cake_1.1.5.3148 ?!?!?

2006-07-14 Thread ax0rz
hey. i tried scaffolding (for a generic PostsController) with cake_1.1.5.3148 and it ISN'T WORKING at my end. it just creates the index view perfectly, but doesn't let me add, edit or delete posts! can someone else confirm this? i switched back to cake_1.1.3.2967, and scaffolding works

Re: Problem with scaffolding in cake_1.1.5.3148 ?!?!?

2006-07-14 Thread ax0rz
oh shit! it's working now :P sorry about this! wonder what went wrong last time? --~--~-~--~~~---~--~~ 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

Re: Problem with scaffolding in cake_1.1.5.3148 ?!?!?

2006-07-14 Thread ax0rz
kain wrote: ax0rz wrote: hey. i tried scaffolding (for a generic PostsController) with cake_1.1.5.3148 and it ISN'T WORKING at my end. it just creates the index view perfectly, but doesn't let me add, edit or delete posts! can someone else confirm this? i switched back

A very specific question

2006-07-12 Thread ax0rz
Alright... I got everything setup running (but not quite). I'm getting the following errors: Warning: opendir(): open_basedir restriction in effect. File(/app/models/) is not within the allowed path(s): (/home/vistoin1/:/usr/lib/php:/usr/local/lib/php:/tmp) in

Re: A very specific question

2006-07-12 Thread ax0rz
Oh yea I'm on a shared host and have no way of editing php.ini or httpd.conf. My question is specifically about any configuration which is required to make Cake look in /cake/basics.php instead of /home/vistoin1/public_html/cake/basics.php. I hope someone understands my question!??