PHP4 Gebruiken ipv PHP5
Ik heb een website verhuist (planomar.nl) naar een server met PHP5. Nu werkt de site niet meer en krijg ik de volgende melding:
Deprecated: Function split() is deprecated in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 16
Warning: include() [function.include]: open_basedir restriction in effect. File(/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php) is not within the allowed path(s): (/home/planomar/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Warning: include(/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php) [function.include]: failed to open stream: Operation not permitted in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Warning: include() [function.include]: Failed opening '/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Fatal error: Call to undefined function genMenuHead() in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 77
Dit ligt waarschijnlijk aan het feit dat de vorige server PHP4 was. Hoe dit op te lossen?
Deprecated: Function split() is deprecated in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 16
Warning: include() [function.include]: open_basedir restriction in effect. File(/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php) is not within the allowed path(s): (/home/planomar/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Warning: include(/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php) [function.include]: failed to open stream: Operation not permitted in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Warning: include() [function.include]: Failed opening '/home/apachePHP/u/v/uv774/htdocs/templates/ja_wistery_artistic/ja_templatetools.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 37
Fatal error: Call to undefined function genMenuHead() in /home/planomar/domains/planomar.nl/public_html/templates/ja_wistery_artistic/index.php on line 77
Dit ligt waarschijnlijk aan het feit dat de vorige server PHP4 was. Hoe dit op te lossen?
Gewijzigd op 26/03/2012 12:18:55 door Chris
Gesponsorde koppelingen:
Bericht staat in de verkeerde categorie, niemand gaat het hier lezen.
De foutmeldingen spreken voor zich, kwestie van lezen en de fouten zoeken. Alleen de bovenste foutmelding is te wijden aan de migratie van Php4 -> Php5, de rest zijn fouten die ook in Php4 voorkomen.
De foutmeldingen spreken voor zich, kwestie van lezen en de fouten zoeken. Alleen de bovenste foutmelding is te wijden aan de migratie van Php4 -> Php5, de rest zijn fouten die ook in Php4 voorkomen.



