Page 1 of 1

Help me!

Posted: Thu Jan 30, 2014 3:55 am
by kadlevent
Hi Folks,

I was wondering if anybody could help me,

I keep getting these errors over and over again and I'm not sure how to solve it. I've searched everywhere to try and work out what the issue might be but don't seem to be any wiser. ???

2014-01-29 16:47:07 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /home/carrielo/public_html/vqmod/vqcache/vq2-admin_controller_sale_order.php on line 8
2014-01-29 16:48:55 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /home/carrielo/public_html/vqmod/vqcache/vq2-admin_controller_sale_order.php on line 1380
2014-01-29 16:48:56 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /home/carrielo/public_html/vqmod/vqcache/vq2-admin_controller_sale_order.php on line 2246

Any body out there had a similar issue?

Im running on 1.5.6

Thanks :)

Re: Help me!

Posted: Thu Jan 30, 2014 9:27 pm
by MarketInSG
one of your extension is using HTTP_IMAGE constant. Add that to your config.php file then.

Re: Help me!

Posted: Sat Feb 01, 2014 6:23 am
by kadlevent
MarketInSG wrote:one of your extension is using HTTP_IMAGE constant. Add that to your config.php file then.
great, thanks for the advice. how do i add that? lol

something like this?

define('HTTP_IMAGE', 'http://www.newhorizonsystems.net/image');

Not sure what to put as the URL...

Thanks for all your help!

Re: Help me!

Posted: Sat Feb 01, 2014 9:15 am
by tacobandito
That looks correct to me! Did it resolve the issue?

Re: Help me!

Posted: Sat Feb 01, 2014 9:41 am
by MarketInSG
that's correct.

Re: Help me!

Posted: Mon Feb 03, 2014 3:12 am
by kadlevent
Thanks for all of your help!

All sorted!