sometimes a cigar is just a cigar
Header image

Notice: Use of undefined constant/variable

Posted by ALonon in Php

if you are taking a warning such as;

Notice: Use of undefined constant _HC_PKG_THEME – assumed ‘_HC_PKG_THEME’ in ~\phpcoin\config.php on line 141
Notice: Use of undefined constant DIR – assumed ‘DIR’ in ~\phpcoin\config.php on line 146
Notice: Use of undefined constant _HC_PKG_LANG – assumed ‘_HC_PKG_LANG’ in ~\phpcoin\config.php on line 153

find this in php.ini

error_reporting = E_A

and change with

error_reporting = E_ALL & ~E_NOTICE

than restart apache.

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>