Ticket #377 (closed Bug: fixed)

Opened 3 years ago

Last modified 2 years ago

Installation: check for php-xml: undefined function utf8_decode()

Reported by: jfoster Owned by:
Priority: major Milestone: RobotRock
Component: Core Keywords: fatal error
Cc: Sensitive:

Description

I have installed piwik. It allows me to log in however once logged in, i get the following error message.

Fatal error: Call to undefined function utf8_decode() in /home/mindzplay/massage/commerce/piwik/libs/upgradephp/upgrade.php on line 132

I am not sure what i've missed as I just completed the setup and it all went smooth.

thank you

Change History

Changed 3 years ago by jfoster

our IT guy got it working. Thanks.

Changed 3 years ago by matt

  • milestone changed from Stable release to RobotRock

we should check at installation that you have the required library. It is enabled by default (see  http://uk3.php.net/manual/en/xml.installation.php)

Changed 3 years ago by matt

  • summary changed from atal error: Call to undefined function utf8_decode() to Installation: check for php-xml: undefined function utf8_decode()

Changed 3 years ago by vipsoft

Should be sufficient to check for XML_ERROR_NONE ... it (and other predefined constants) are defined if the module is compiled in or loaded.

Changed 3 years ago by matt

  • status changed from new to closed
  • resolution set to fixed

fixed in [950]

Changed 2 years ago by koteiko

Note: See TracTickets for help on using tickets.