Re: I hate CLI

2011-11-01 Thread Daniel Luiz Pakuschewski
chmod -r a+rwX webroot/media/transfer -r lowercase. On Nov 1, 9:27 am, Jeremy Burns | Class Outfit wrote: > OK - odd. Now I can run the original command: > > chmod -R a+rwX webroot/media/transfer > > ...so it seems that not running > > chmod a+rwX webroot/media/transfer > > ... first stopped it

Re: Disable Error On Live Site

2011-09-21 Thread Daniel Luiz Pakuschewski
At core.php, change the value of debug to 0 On Sep 21, 7:51 pm, tubiz wrote: > Please how do i disable cakephp production error from showing on a > live site.  I am getting this error > > Warning (2): mysql_connect() [http://php.net/function.mysql-connect]: > Can't connect to local MySQL server t

Re: Surreal login mandelbug

2011-09-02 Thread Daniel Luiz Pakuschewski
I saw this bug last week but i dont had time to debug and check where is the problem.. but to me, Auth just bug like you said if i try to access app with IP of server.. if o access with domain all work fine... Ex.. 127.0.0.1/app will not work. but localhost/app work fine. On Sep 2, 10:57 am, CaSt

Re: No CSS styling in Cake setup - tried everything

2011-08-17 Thread Daniel Luiz Pakuschewski
At Shell, type in httpd -M OR apachectl -M if u are in OSX. then check if mod_rewrite is loaded. You can check this creating a phpinfo.php. On 16 ago, 12:19, Anja Liebermann wrote: > are all your .htaccess files there? You should have 3 different ones on > the different folder levels. > > Anj