helper call crash apache on my component - Joomla! Forum - community, help and support
hi,
i have weird situation on component have developed.
i trying call helper method , crash apache.
i using php 5.3.18, apache 2.2.21 , joomla 2.5.7
i have component folder helpers :
../helpers/infra.php
in class have :
class infrahelper
{
/* log system */
public static function sayhello()
{
echo "helloworld";
}
}
in tpl default php view have call :
infrahelper::sayhello()
and crash apache...
anyone got clues on goes wrong ?
regards
i have weird situation on component have developed.
i trying call helper method , crash apache.
i using php 5.3.18, apache 2.2.21 , joomla 2.5.7
i have component folder helpers :
../helpers/infra.php
in class have :
class infrahelper
{
/* log system */
public static function sayhello()
{
echo "helloworld";
}
}
in tpl default php view have call :
infrahelper::sayhello()
and crash apache...
anyone got clues on goes wrong ?
regards
i using 1.5 way call helper, not normal crashed apache / php. upgrade apache 2.2.23
Comments
Post a Comment