Forecast Problem

Asked by Leonel Levette

Hi there
weather module does not load information, I already put the API KEY Forecast, and this works well in the page "https://api.forecast.io/forecast". I put the data troubleshoot here:

--------------------------------------
Environment Checks
--------------------------------------
<table class="table">
    <thead>
        <tr>
                                    <th class="group-false">Item</th>
                        <th class="group-false" data-sorter="tickcross">Estado</th>
                        <th class="group-false">Advice</th>
                                </tr>
    </thead>
    <tbody>
                <tr >
                                                <td>Versión de PHP</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP version 5.3.3 or later required. Detected 5.4.7</td>
                                            </tr>
                <tr >
                                                <td>File System Permissions</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Write access required for settings.php and install.php</td>
                                            </tr>
                <tr >
                                                <td>Base de datos MySQL (PHP MySql)</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>MySQL support must be enabled in PHP.</td>
                                            </tr>
                <tr >
                                                <td>Base de datos MySQL (PDO MySql)</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PDO support with MySQL drivers must be enabled in PHP.</td>
                                            </tr>
                <tr >
                                                <td>Extensión JSON</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Se requiere extensión de la función PHP JSON.</td>
                                            </tr>
                <tr >
                                                <td>Extensiones SOAP</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Se requiere extensión de la función PHP SOAP.</td>
                                            </tr>
                <tr >
                                                <td>Extensión GD</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Extensión PHP GD o función.</td>
                                            </tr>
                <tr >
                                                <td>Sesión</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP session support to function.</td>
                                            </tr>
                <tr >
                                                <td>FileInfo</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Requires PHP FileInfo support to function. If you are on Windows you need to enable the php_fileinfo.dll in your php.ini file.</td>
                                            </tr>
                <tr >
                                                <td>PCRE</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP PCRE support to function.</td>
                                            </tr>
                <tr >
                                                <td>Gettext</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP Gettext support to function.</td>
                                            </tr>
                <tr >
                                                <td>Extensión Calendario</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP Calendar extension to function.</td>
                                            </tr>
                <tr >
                                                <td>Extensión DOM</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP DOM core functionality enabled.</td>
                                            </tr>
                <tr >
                                                <td>Extensión DOM XML</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP DOM XML extension to function.</td>
                                            </tr>
                <tr >
                                                <td>Extensión Mxrypt</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>PHP Mcrypt extension to function.</td>
                                            </tr>
                <tr >
                                                <td>Permitir que PHP abra URLs externas</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>You must have allow_url_fopen = On in your PHP.ini file for RSS Feeds / Anonymous statistics gathering to function.</td>
                                            </tr>
                <tr >
                                                <td>DateTimeZone</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>This enables us to get a list of time zones supported by the hosting server.</td>
                                            </tr>
                <tr >
                                                <td>Large File Uploads</td>
                                                <td><span class="glyphicon glyphicon-ok"></span></td>
                                                <td>Support for uploading large files is recommended.</td>
                                            </tr>
            </tbody>
</table>

--------------------------------------
LOG Dump
--------------------------------------
Date,Page,Function,Message
"2015-02-12 14:44:45","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b475/50.8249287,-0.1423327?units=si&amp;lang=es&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:44:45","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:26","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:34:15","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:33:08","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 14:31:04","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/50.8249287,-0.1423327?units=si&amp;lang=es&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:31:04","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:20:34","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:38","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/50.8249287,-0.1423327?units=si&amp;lang=es&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:19:32","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:18:04","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:22","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=es&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:15:01","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:14:41","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:11:15","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 14:08:46","module","","<errormsg>Declaration of shellcommand::Preview() should be compatible with Module::Preview($width, $height, $scaleOverride = 0)</errormsg>
<errornum>2048</errornum>
<errortype>Runtime Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\shellcommand.module.php</scriptname>
<scriptlinenum>256</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:59:49","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:30","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:22","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:50:16","module","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:40","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[ScheduleManagerThread] ScheduleManager - LoadNewS","Layout invalid: 6"
"2015-02-12 13:48:38","Client","[UI Thread] MainForm - ChangeToNextLayout","Layout Change to failed. Exception raised was: Default layout"
"2015-02-12 13:48:38","Client","[UI Thread] WebMedia","Retrived the data set, stored the document but the media has already expired."
"2015-02-12 13:48:38","Client","[UI Thread] WebMedia","Retrived the data set, stored the document but the media has already expired."
"2015-02-12 13:48:38","Client","[UI Thread] WebMedia","Retrived the data set, stored the document but the media has already expired."
"2015-02-12 13:48:38","Client","[ScheduleManagerThread] ScheduleManager - LoadNewS","Layout invalid: 6"
"2015-02-12 13:48:38","Client","[UI Thread] MainForm - ChangeToNextLayout","Layout Change to failed. Exception raised was: Default layout"
"2015-02-12 13:48:38","Client","[UI Thread] WebMedia","Retrived the data set, stored the document but the media has already expired."
"2015-02-12 13:48:38","Client","[UI Thread] WebMedia","Retrived the data set, stored the document but the media has already expired."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:48:38","Client","[UI Thread] xmds_GetResource","Unable to get Resource: Requested an invalid file."
"2015-02-12 13:46:37","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:46:37","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:35:12","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:23:46","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:12:21","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 13:00:56","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:49:33","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:38:06","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:26:41","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:15:15","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 12:03:50","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:52:26","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:41:00","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:29:34","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:18:09","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 11:06:43","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:55:18","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:43:53","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:32:28","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:21:05","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 10:09:38","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:58:13","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:46:48","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b475/50.8249287,-0.1423327?units=si&amp;lang=es&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:37:37","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>file_get_contents(): Unable to find the wrapper &quot;https&quot; - did you forget to enable it when you configured PHP?</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>file_get_contents(https://api.forecast.io/forecast/0b313389f38bb6d3fb4c782c5e7b4754/-122.423,37.8267?units=si&amp;lang=de&amp;exclude=flags%2Cminutely%2Chourly): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>29</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined variable: http_response_header</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\3rdparty\forecast.php</scriptname>
<scriptlinenum>30</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined property: stdClass::$currently</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Trying to get property of non-object</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Creating default object from empty value</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>656</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined index: daily</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 1</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 2</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 3</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 4</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 5</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"
"2015-02-12 09:35:24","","","<errormsg>Undefined offset: 6</errormsg>
<errornum>8</errornum>
<errortype>Notice</errortype>
<scriptname>C:\xampp\htdocs\cartelera\modules\forecastio.module.php</scriptname>
<scriptlinenum>666</scriptlinenum>
"

--------------------------------------
Display Dump
--------------------------------------
DisplayID: 1
Display: CARTELERA-PC1
Default Layout: Ojo Pelao horizontal Noviembre 2014
Logged In: 1
Last Accessed: 1423750291
Interleave: 0
Licensed: 1

--------------------------------------
Settings Dump
--------------------------------------
Setting: MEDIA_DEFAULT - Value: public

Setting: LAYOUT_DEFAULT - Value: public

Setting: defaultUsertype - Value: Group Admin

Setting: userModule - Value: module_user_general.php

Setting: defaultTimezone - Value: America/Caracas

Setting: mail_to - Value: <email address hidden>

Setting: mail_from - Value: <email address hidden>

Setting: jpg_length - Value: 10

Setting: ppt_length - Value: 10

Setting: swf_length - Value: 10

Setting: audit - Value: error

Setting: LIBRARY_LOCATION - Value: C:\Libreria\

Setting: HELP_BASE - Value: http://www.xibo.org.uk/manual-tuttle/

Setting: PHONE_HOME - Value: Off

Setting: PHONE_HOME_URL - Value: http://www.xibo.org.uk/stats/track.php

Setting: PHONE_HOME_DATE - Value: 0

Setting: SERVER_MODE - Value: Production

Setting: MAINTENANCE_ENABLED - Value: Off

Setting: MAINTENANCE_EMAIL_ALERTS - Value: On

Setting: MAINTENANCE_KEY - Value: changeme

Setting: MAINTENANCE_LOG_MAXAGE - Value: 30

Setting: MAINTENANCE_STAT_MAXAGE - Value: 30

Setting: MAINTENANCE_ALERT_TOUT - Value: 12

Setting: SHOW_DISPLAY_AS_VNCLINK - Value: 0

Setting: SHOW_DISPLAY_AS_VNC_TGT - Value: _top

Setting: MAINTENANCE_ALWAYS_ALERT - Value: Off

Setting: SCHEDULE_LOOKAHEAD - Value: On

Setting: REQUIRED_FILES_LOOKAHEAD - Value: 172800

Setting: REGION_OPTIONS_COLOURING - Value: Permissions Colouring

Setting: LAYOUT_COPY_MEDIA_CHECKB - Value: Unchecked

Setting: MAX_LICENSED_DISPLAYS - Value: 0

Setting: LIBRARY_MEDIA_UPDATEINALL_CHECKB - Value: Unchecked

Setting: USER_PASSWORD_POLICY - Value:

Setting: USER_PASSWORD_ERROR - Value:

Setting: MODULE_CONFIG_LOCKED_CHECKB - Value: Unchecked

Setting: LIBRARY_SIZE_LIMIT_KB - Value: 0

Setting: MONTHLY_XMDS_TRANSFER_LIMIT_KB - Value: 0

Setting: DEFAULT_LANGUAGE - Value: es

Setting: TRANSITION_CONFIG_LOCKED_CHECKB - Value: Unchecked

Setting: GLOBAL_THEME_NAME - Value: default

Setting: DEFAULT_LAT - Value: 51.504

Setting: DEFAULT_LONG - Value: -0.104

Setting: SCHEDULE_WITH_VIEW_PERMISSION - Value: Yes

Setting: SETTING_IMPORT_ENABLED - Value: 1

Setting: SETTING_LIBRARY_TIDY_ENABLED - Value: 1

Setting: SENDFILE_MODE - Value: Off

Setting: EMBEDDED_STATUS_WIDGET - Value:

Setting: PROXY_HOST - Value:

Setting: PROXY_PORT - Value: 0

Setting: PROXY_AUTH - Value:

Setting: DATE_FORMAT - Value: Y-m-d H:i

Setting: DETECT_LANGUAGE - Value: 1

Setting: DEFAULTS_IMPORTED - Value: 1

Setting: FORCE_HTTPS - Value: 0

Setting: ISSUE_STS - Value: 0

Setting: STS_TTL - Value: 600

Setting: MAINTENANCE_ALERTS_FOR_VIEW_USERS - Value: 0

Setting: CALENDAR_TYPE - Value: Gregorian

--------------------------------------
Sessions Dump
--------------------------------------
UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0
RemoteAddress: 10.60.136.18
Session Data
pagename|s:5:"fault";message|s:0:"";token_timeout|i:1423750289;usertype|s:1:"1";layout|a:9:{s:13:"filter_layout";s:0:"";s:13:"filter_userid";i:0;s:14:"filter_retired";i:0;s:20:"filterLayoutStatusId";s:1:"1";s:17:"showDescriptionId";s:1:"2";s:8:"showTags";i:0;s:13:"showThumbnail";i:1;s:11:"filter_tags";s:0:"";s:12:"LayoutFilter";i:0;}gridToken|s:32:"b86c56ccc24a38f96b9d56e03e341793";gridToken_timeout|i:1423746838;content|a:10:{s:11:"filter_type";s:0:"";s:11:"filter_name";s:0:"";s:12:"filter_owner";i:0;s:14:"filter_retired";i:0;s:26:"filter_duration_in_seconds";i:0;s:20:"filter_showThumbnail";i:0;s:8:"showTags";i:0;s:6:"Filter";i:0;s:9:"mediatype";s:5:"flash";s:4:"type";s:7:"webpage";}timeLineView|s:4:"list";display|a:5:{s:14:"filter_display";s:0:"";s:19:"filter_displaygroup";i:0;s:20:"filter_showThumbnail";i:0;s:18:"filter_autoRefresh";i:0;s:13:"DisplayFilter";i:0;}token|s:32:"b3bc7673f8c953adff7c6f432034a2a3";userid|s:1:"1";username|s:5:"admin";log|a:8:{s:6:"Filter";i:0;s:11:"filter_type";i:0;s:15:"filter_function";s:0:"";s:11:"filter_page";s:0:"";s:13:"filter_fromdt";s:0:"";s:14:"filter_display";i:0;s:14:"filter_seconds";s:3:"120";s:21:"filter_intervalTypeId";s:1:"1";}
----

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Dan Garner
Solved:
Last query:
Last reply:
Revision history for this message
Best Dan Garner (dangarner) said :
#1

Dan Garner suggests this article as an answer to your question:
FAQ #2666: “We have moved to Github”.

Revision history for this message
Leonel Levette (llevette-0) said :
#2

Thanks Dan Garner, that solved my question.