Piwik 1.3 Update problem

I upgraded my piwik installation to 1.3 following this instruction:

Downloaded latest.zip, unzipped it, backup config.ini, and upload latest to my server, after it replaced config.ini with my one

After what i tried to run php index.php – “module=CoreUpdater” and didn’t have any effect.

Now i have problems like this:


There is an error. Please report the message and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined index: allow_multiple in /var/www/piwik/plugins/Goals/Controller.php on line 136 

An this:


SQLSTATE[42S22]: Column not found: 1054 Unknown column 'allow_multiple' in 'field list'

I think it’s because my DB didn’t updated.

How i can fix it?

Hello

I have the same error

Notice: Undefined index: allow_multiple in /var/www/vhosts/domanin.com/httpdocs/piwik/plugins/Goals/Controller.php on line 136

Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined index: allow_multiple, /var/www/vhosts/rome-airport.net/httpdocs/piwik/plugins/Goals/Controller.php, 136, Array ([view] => Piwik_View Object ([] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/plugins/Goals/templates/overview.tpl,[] => Piwik_Smarty Object ([template_dir] => Array ([0] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/plugins,[1] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/themes/default,[2] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/themes),[compile_dir] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/tmp/templates_c,[config_dir] => configs,[plugins_dir] => Array ([0] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/core/SmartyPlugins,[1] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/libs/Smarty/plugins),[debugging] => ,[error_reporting] => 6143,[debug_tpl] => ,[debugging_ctrl] => NONE,[compile_check] => 1,[force_compile] => ,[caching] => 0,[cache_dir] => /var/www/vhosts/rome-airport.net/httpdocs/piwik/t…ItalianoRiguardo alle traduzioni di PiwikአማርኛالعربيةБеларускаяБългарскиCatalàČeskyDanskDeutschΕλληνικάEnglishEspañolEesti keelEuskaraSuomiFrançaisGalegoעבריתMagyarBahasa IndonesiaÍslenskaItaliano日本語ქართული한국어LietuviųNorsk (bokmål)NederlandsNynorskPolskiPortuguês brasileiroPortuguêsRomânăРусскийSlovenskySlovenščinaShqipSrpskiSvenskaతెలుగుภาษาไทยTürkçeУкраїнська简体中文繁體中文,[_order] => 30,[_hasSubmenu] => )),[debugTrackVisitsInsidePiwikUI] => 0,[isSuperUser] => 1,[graphEvolution] =>

Per vedere i grafici in Piwik è richiesto Flash >= 10.0.0. Maggiori informazioni su come vedere grafici in Piwik.
Sto caricando i dati…
Esporta: CSV | TSV (Excel) | XML |Json |Php|
,[nameGraphEvolution] => GoalsgetEvolutionGraph,[urlSparklineConversions] => ?module=Goals&action=getEvolutionGraph&idSite=1&period=day&date=2011-03-19,2011-04-17&viewDataTable=sparkline&columns=nb_conversions,[urlSparklineConversionRate] => ?module=Goals&action=getEvolutionGraph&idSite=1&period=day&date=2011-03-19,2011-04-17&viewDataTable=sparkline&columns=conversion_rate,[urlSparklineRevenue] => ?module=Goals&action=getEvolutionGraph&idSite=1&period=day&date=2011-03-19,2011-04-17&viewDataTable=sparkline&columns=revenue,[nb_conversions] => 19,[nb_visits_converted] => 0,[conversion_rate] => 3,3%,[revenue] => 0),[_smarty_vars] => ,[_sections] => Array (),[_foreach] => Array (),[_tag_stack] => Array (),[_conf_obj] => ,[_config] => Array ([0] => Array ([vars] => Array (),[files] => Array ())),[_smarty_md5] => f8d698aea36fcbead2b9d5359ffca76f,[_version] => 2.6.26,[_inclusion_depth] => 0,[_compile_id] => ,[_smarty_debug_id] => SMARTY_DEBUG,[_smarty_debug_info] => Array (),[_cache_info…#1 Piwik_Goals_Controller->getOverviewView() called at [/var/www/vhosts/rome-airport.net/httpdocs/piwik/plugins/Goals/Controller.php:105]#2 Piwik_Goals_Controller->widgetGoalsOverview()#3 call_user_func_array(Array ([0] => Piwik_Goals_Controller Object ([] => Array ([nb_conversions] => Goals_ColumnConversions,[conversion_rate] => General_ColumnConversionRate,[revenue] => Goals_ColumnRevenue),[] => Goals,[] => 2011-04-17,[] => Piwik_Date Object ([] => 1303046363,[] => UTC),[] => 1,[] => Piwik_Site Object ([] => 1),[goals] => Array ([1] => Array ([idsite] => 1,[idgoal] => 1,[name] => Arrival-transfer.php,[match_attribute] => external_website,[pattern] => http://ssl.hotelsonline.it/prod/src/arrival-transfer.php,[pattern_type] => exact,[case_sensitive] => 0,[revenue] => 0,[deleted] => 0),[2] => Array ([idsite] => 1,[idgoal] => 2,[name] => Round-trip.php,[match_attribute] => external_website,[pattern] => http://ssl.hotelsonline.it/prod/src/round-trip.php,[pattern_type] => exact,[case_sensitive] => 0,[revenue] => 0,[deleted] => 0),[3] => Array ([idsite] => 1,[idgoal] => 3,[name] => Departure-transfer.php,[match_attribute] => external_website,[pattern] => http://ssl.hotels#4 Piwik_FrontController->dispatch() called at [/var/www/vhosts/rome-airport.net/httpdocs/piwik/index.php:58]

Hi Nabukko!

I’m fixed it: On table “piwik_option” set “version_core” to “1.2” and run in terminal


php /path_to_piwik/index.php -- "module=CoreUpdater"

After what problem will be fixed

it works!

Ciao! :slight_smile: Thanks

The issue with “allow_multiple” is resolved by using the updated global.ini.php.