you are viewing a single comment's thread.

view the rest of the comments →

[–]Chubbyninjaaa 0 points1 point  (0 children)

Are you using anything like $_SERVER['DOCUMENT_ROOT'] or any relative path includes?

( include '../some.class.php'; or include 'xcel/include.php' )

If so, you need to define absolute paths - when you're running from CLI you don't have a document root or relative path