Issue 2: Attempt to run /pika/services/google-queue.php from CLI
Status:  Done
Owner:
Closed:  Oct 2011
Project Member Reported by msaw...@lsnc.net, Jun 9, 2011
What steps will reproduce the problem?
1. run from /pika/services  php -q google-queue.php
2. run from /pika/services  php google-queue.php
3.

What is the expected output? What do you see instead?
Expect Pika/Google Calendar sync
Get following output

PHP Warning:  session_start(): Cannot send session cookie - headers already sent by (output started at /home/pika/services/google-queue.php:4) in /home/pika/services/google-queue.php on line 5
PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent (output started at /home/pika/services/google-queue.php:4) in /home/pika/services/google-queue.php on line 5
<pre>PHP Notice:  Undefined index: SERVER_SOFTWARE in /home/pika/pika-danio.php on line 343
PHP Notice:  Undefined index: HTTP_HOST in /home/pika/app/lib/pl.php on line 843
PHP Notice:  Undefined index: HTTP_HOST in /home/pika/app/lib/pl.php on line 843
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org">
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- <meta http-equiv="MSTHEMECOMPATIBLE" content="no"/> -->
    <link rel="stylesheet" href="css/stylesheet-alt.css" type="text/css">
  </head>

  <body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF">
    <table border="0" cellspacing="20" align="center" width="550">
      <tr valign="top">
        <td colspan="2">
          <h1>Welcome to Pika CMS!</h1>
         
        </td>
      </tr>

      <tr valign="top">
        <td width="60%">
          <p><tt>Legal Notice:</tt></p>

          <p><tt>This system is for the use of authorized users
          only.</tt></p>

          <p><tt>Unauthorized use of this system is
          forbidden.</tt></p>

          <p><tt>Individuals using this computer system without
          authority, or in excess of their authority, are subject
          to having all of their activities on this system
          monitored and recorded by systems personnel.</tt></p>
        </td>

        <td width="40%">
            <form action="index.php" method="get" name="form2">
            <div class="loginlink" align="center">
            <a href="index.php?login=1"><h2>Pika 4.0</h2></a>
            <a href="index.php?login=1"><img src="images/lady-justice.png" width="107" height="107"></a>
        <p>
            <input type="hidden" name="login" value="1">
            <input type="submit" name="b" value="Sign In" style="font-weight: bold;">
        </p>
            </div>
            </form>
        </td>
      </tr>
    </table>

    <p>&nbsp;</p>
   
    <script language="JavaScript" type="text/javascript"><!--
    document.form2.b.focus();
    //--></script>
   
    <div class="small" align="center">
      <a href="http://www.pikasoftware.com"><img src="images/pikasoftware.png" width="131" height="20"></a><br>
       Pika CMS &copy; 2008 Aaron Worley
    </div>
  </body>
</html>

Please use labels and text to provide additional information.


Oct 6, 2011
Project Member #1 michael....@mcplusa.com
(No comment was entered for this change.)
Status: Done