Undefined index: savedata in peardrop path

Bug #939059 reported by dk_giuse
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Peardrop CMS
Fix Released
Low
Unassigned

Bug Description

1) My plataform:
   Mips machine, whit openwrt, with lighttpd + php.

opkg list-installed | grep lighttpd
lighttpd - 1.4.30-1
lighttpd-mod-cgi - 1.4.30-1

opkg list-installed | grep php
php-pear - 1.5.4-1
php5 - 5.3.10-1
php5-cgi - 5.3.10-1
php5-cli - 5.3.10-1
php5-fastcgi - 5.3.10-1
php5-mod-gd - 5.3.10-1
php5-mod-session - 5.3.10-1
php5-mod-xml - 5.3.10-1

uname -a
Linux VodafoneStation 3.0.18 #1 Tue Feb 21 10:55:01 CET 2012 mips GNU/Linux

you can see my phpinfo() page here -> http://ciusss.broker.freenet6.net.ipv4.sixxs.org/test.php

PROBLEM: start the installation by install.php:
-This page is not displayed correctly
-Errors are reported:
    Notice: Undefined index: savedata in /home/04_WWW/prova/install.php on line 109
    Notice: Undefined index: m in /home/04_WWW/prova/install.php on line 11
    Notice: Undefined index: mt in /home/04_WWW/prova/install.php on line 12
    Notice: Undefined index: savedata in /home/04_WWW/prova/install.php on line 109
    Peardrop First Run Installer

Revision history for this message
Ron Laws (ron-laws86) wrote :

Thank you for reporting the bug, I have had the same issue when using Peardrop with lighttpd on my ARM5 device.
You can suppress this error by changing the error reporting in the global config to '0'

Change line:
error_reporting(E_ALL);
 to
error_reporting(0);
in to /config/error-reporting.php

If you are using a snapshot or a version where this file does not exsist,
Simple insert the above line in /config/vars.inc.php and that should suppress any warnings.

Changed in peardrop:
importance: Undecided → Low
milestone: none → peardrop-0.2
status: New → Confirmed
Revision history for this message
Ron Laws (ron-laws86) wrote :

This is due to the lack of a php.ini with a session save dir. this has been fixed in version 0.2.1 and instructions on the wiki under the 'preparing your server' for embedded devices now include instructions for solving this issue for the most recent version.

Changed in peardrop:
status: Confirmed → Fix Released
Revision history for this message
Ron Laws (ron-laws86) wrote :

also insure mod-rewrite is installed.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.