CakePHP 1.3 Class Shell Could Not Be Loaded (Linux Server)

2013-05-28 Thread Raven Karamihan
*Hi, i'm using cakephp 1.3 and i have a problem with console on live 
system. The shell run smooth on my machine but when it has been to live it 
always says that Class shell could not be load. Any help?*

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Demo shell could not be loaded

2010-05-23 Thread John Andersen
Please provide more information!
Where have you placed the shell script and what is the name of the
file?
Enjoy,
   John

On May 21, 5:08 pm, dkirzhner dmitykirzh...@googlemail.com wrote:
 I am trying to create and run my first shell script in the cakePHP
 1.3.

 ?php
 class ProbeShell extends Shell {
         function main() {}}

 ?

 When I try to run, I get this:
 cake probe
 Error: Class ProbeShell could not be loaded.

 What am I missing? Thanks!

 Regards,
 Dmitry

 Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
 their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group 
 athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Demo shell could not be loaded

2010-05-21 Thread dkirzhner
I am trying to create and run my first shell script in the cakePHP
1.3.

?php
class ProbeShell extends Shell {
function main() {}
}
?

When I try to run, I get this:
cake probe
Error: Class ProbeShell could not be loaded.

What am I missing? Thanks!

Regards,
Dmitry

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


shell could not be loaded

2008-10-05 Thread Ryan

I am trying to create and run my first shell script. When I try to
run, I get this:

class CloudShell extends Shell {
var $uses = array('Item');
function main() {
  $this-out(test\n);
}
}Error: Class CloudShell could not be loaded

What am I missing? Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP 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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---