[eZ Publish]Insertion d'une page
Bonjour,
Je dois récupérer des information depuis EZpublish pour les envoyer vers un site asp.
Pour celà, j'ai créé un fromulaire pointant vers ma page asp.
le problème est que ce formulaire fait appel à des pages ezpublish (register.php) et que les includes renseignés dans cette page ne sont pas trouvés
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| Warning: main(lib/ezutils/classes/ezhttptool.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 36
Warning: main(): Failed opening 'lib/ezutils/classes/ezhttptool.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 36
Warning: main(kernel/classes/datatypes/ezuser/ezuser.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 37
Warning: main(): Failed opening 'kernel/classes/datatypes/ezuser/ezuser.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 37
Warning: main(lib/ezutils/classes/ezmail.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 38
Warning: main(): Failed opening 'lib/ezutils/classes/ezmail.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 38
Warning: main(kernel/classes/ezcontentclassattribute.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 39
Warning: main(): Failed opening 'kernel/classes/ezcontentclassattribute.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 39
Warning: main(kernel/classes/ezcontentclass.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 40
Warning: main(): Failed opening 'kernel/classes/ezcontentclass.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 40
Fatal error: Undefined class name 'ezhttptool' in c:\program files\easyphp1-8\www\ezpublish\kernel\user\register.php on line 42 |