Opencart Installation and Display Errors

Posted by jpoles1 on Stack Overflow See other posts from Stack Overflow or by jpoles1
Published on 2010-03-15T03:07:27Z Indexed on 2010/03/15 3:09 UTC
Read the original article Hit count: 488

Filed under:
|
|

Hello, I need a bit of help installing a copy of Opencart onto my Godaddy hosting. I have had one major problem and that was, after during and after the install, none of the styles or images where appearing. I was able to completely fix the admin panel, but I am now running into problems with the frontend. I was able to fix the styles by editing a couple lines in the index.php file:
define('HTTP_SERVER', 'http://' . $_SERVER['HTTP_HOST'] .'/opencart/');
define('HTTP_IMAGE', 'http://jpoles1.com/image/');
Now the problem is that unless you are on the base url http://jpoles1.com/opencart/, none of the database functionality works. For example the brands dropdown on the left will only be populated on the root page.
Am I going about this problem the wrong way?
What should I do to fix this problem?
--
Thanks,
Jordan

© Stack Overflow or respective owner

Related posts about opencart

Related posts about php