Hello, is there any reason why this line in a CB plugin;
[code:1]include_once($mosConfig_absolute_path . '/components/com_pcchess/include.pcchess.php');[/code:1]
would give an error? I made a Joomla module and this include works, but when using it inside the Hello World CB plugin I get;
[code:1]Warning: getdisplaytab(/components/com_pcchess/include.pcchess.php) [function.getdisplaytab]: failed to open stream: No such file or directory in /home/wac57452/public_html/components/com_comprofiler/plugin/user/plug_pcchess/pcchess.php on line 59
Warning: getdisplaytab() [function.include]: Failed opening '/components/com_pcchess/include.pcchess.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wac57452/public_html/components/com_comprofiler/plugin/user/plug_pcchess/pcchess.php on line 59[/code:1]
Can anyone help me with this one?