After upgrading to PHP5, our school database is out of order. This is due to changed policy of how PHP5 handles xslt tasks (compared to PHP4). I don't have the experience nor the time to fix it.
Is there any PHP wizzard available alist? Cheers, regards Ralf Am Sonntag 03 Februar 2008 schrieb RalfGesellensetter: > Dear list, > > some changes on the server infrastructure have been reported (people > subdomain e.g.) - in the same turn some basic features have been > disabled: > > While PHP can still access the MySQL data base (sample: > http://www.skolelinux.no/slschools/worldmap.php) > > those scripts using XSLT produce error messages, for instance the > form to register new schools: > > http://www.skolelinux.no/slschools/editschool.php > > > Warning: dl() [function.dl]: Unable to load dynamic library > > '/usr/lib/php5/20060613/../../../../home/gildseth/xslt.so' - > > /usr/lib/php5/20060613/../../../../home/gildseth/xslt.so: undefined > > symbol: alloc_globals in > > /org/www.skolelinux.no/htdocs/slschools/editschool.php on line 3 > > > > Warning: session_start() [function.session-start]: Cannot send > > session cache limiter - headers already sent (output started at > > /org/www.skolelinux.no/htdocs/slschools/editschool.php:3) in > > /org/www.skolelinux.no/htdocs/slschools/editschool.php on line 8 > > > > Fatal error: Call to undefined function xslt_create() in > > /org/www.skolelinux.no/htdocs/slschools/editschool.php on line 81 > > Same is the case for the list/table of schools having registered. > Possibly the XSLT-addons for PHP are not installed anymore or have > not been registered correctly? > > Thank you for your efforts > Regards > Ralf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

