ice7782 Posted January 1, 2006 Share Posted January 1, 2006 After running this INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Purchase without account', 'PURCHASE_WITHOUT_ACCOUNT', 'yes', 'Do you allow Customers to purchase without an account?', '5', '10', 'tep_cfg_select_option(array(\'no\', \'yes\'), ', now()); With my phpmyadmin all of the pictures and formatting of my shop are completely gone. Its just a blank page with no pictures,frames,boxes,background colors just links! :blink: What could I have done wrong?! The site is here Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2006 Share Posted January 1, 2006 It's not likely that this SQL statement has caused that. It's more likely that a change you made while installing PWA has caused this. Check the recently changes you made, probably either something in includes/configure.php or includes/application_top.php Looking at your site, it looks like you may have changed your URL in configure.php from http://qualityspores.com/shop to https://qualityspores.com/shop/ Your logo is at http://qualityspores.com/shop/images/oscommerce.gif, but is trying to be shown on your main page from https://qualityspores.com/shop/images/oscommerce.gif -jared Link to comment Share on other sites More sharing options...
ice7782 Posted January 1, 2006 Author Share Posted January 1, 2006 The only things I have changed were the files that purchase without account told me to. Everything was fine until I went to phpmyadmin and ran that code. Link to comment Share on other sites More sharing options...
ice7782 Posted January 1, 2006 Author Share Posted January 1, 2006 I also changed all the files I changed when trying to install pwa back to the original files and it is still screwed up. thats what made me think I did somethin wrong in phpmyadmin. Link to comment Share on other sites More sharing options...
ice7782 Posted January 1, 2006 Author Share Posted January 1, 2006 Ok, I just went to my cpanel and deleted the entire Oscommerce program and my mysql database for it. I reinstalled everything and am still having this problem.Also in my oscommerce admin area it is now saying I am "secured by an unknown source" where it tells if you are under an SSL cert or not. Well I dont have one of these certs so wtf is goin on?!?! I deleted oscommerce and syq database again and dont wanna try and install it again till I figure this out. Can someone help me please?! :) Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2006 Share Posted January 2, 2006 You may have SSL enabled with that default cPanel install. Check in includes/configure.php to make sure that SSL is disabled if you don't want it. -jared Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.