component hello_world - Joomla! Forum - community, help and support
hello!
i tried geht hello_world exampel on dev.joomla.org joomla 1.5. when open program, e following error:
fatal error: require_once() [function.require]: failed opening required '' (include_path='.:/usr/share/php:/usr/share/pear') in /home/cvallant/joomla15/administrator/components/com_hello/hello.php on line 6
line 6 is:
// require html view class
require_once (japplicationhelper :: getpath('front_html', 'com_hello'));
what wrong, on server there no file or directory /usr/share/pear, wo can do.
best regards
christian
i tried geht hello_world exampel on dev.joomla.org joomla 1.5. when open program, e following error:
fatal error: require_once() [function.require]: failed opening required '' (include_path='.:/usr/share/php:/usr/share/pear') in /home/cvallant/joomla15/administrator/components/com_hello/hello.php on line 6
line 6 is:
// require html view class
require_once (japplicationhelper :: getpath('front_html', 'com_hello'));
what wrong, on server there no file or directory /usr/share/pear, wo can do.
best regards
christian
boutl1981,
did create file hello.html.php??
if didn't... see sample
http://dev.joomla.org/component/option,com_jd-wiki/itemid,31/id,components:hello_world/#separating_logic_from_output_and_including_other_files
regards,
did create file hello.html.php??
if didn't... see sample
http://dev.joomla.org/component/option,com_jd-wiki/itemid,31/id,components:hello_world/#separating_logic_from_output_and_including_other_files
regards,
Comments
Post a Comment