nhackett Posted April 27, 2008 Posted April 27, 2008 OCS1409 has uploaded what appears to be a version of Oscommerce with all the main contributions installed. As I plan to start a new shop shortly this seems like the ideal solution. As there appears to be no thread for this contribution - just wanted to see if anyone had tried installing - and with any problems? Also like to say thanks in advance to OCS1409 - great initiative. Nigel
nhackett Posted April 27, 2008 Author Posted April 27, 2008 Just realised - instructions start with "install RC1" - so I guess this is not compatible with RC2a? Shame - will have to start from scratch I guess - or any other suggestions? Nigel
header Posted May 24, 2008 Posted May 24, 2008 Hi! I have some problem: 1054 - Unknown column 'http_referer' in 'field list' insert into whos_online (customer_id, full_name, session_id, ip_address, time_entry, time_last_click, last_page_url, http_referer, user_agent) values ('0', 'Guest', '5b07d8febfd22e6474015d7fbe1654c8', '127.0.0.1', '1211672129', '1211672129', '/test/', 'http://localhost/test/admin/categories.php?cPath=2_19&pID=22&action=new_product', 'Opera/9.50 (Windows NT 5.1; U; en)') Some SQL parts lost?
♥geoffreywalton Posted May 25, 2008 Posted May 25, 2008 Looks like the updates to the db required for a contribution to work have not been applied. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
BlindingLight Posted June 11, 2008 Posted June 11, 2008 Yes, but I have applied all sql files. Well I got the exact same problem and I am afraid that I will have to start over again! Delete and install again OSCommerce... now because I'm not an expert in DB management, this is going to be quite interesting! I should have done some kind of backup! And we should warn other people from downloading this contribution until further development! Just a thought! :blink:
louie Posted March 30, 2009 Posted March 30, 2009 Well I got the exact same problem and I am afraid that I will have to start over again!Delete and install again OSCommerce... now because I'm not an expert in DB management, this is going to be quite interesting! I should have done some kind of backup! And we should warn other people from downloading this contribution until further development! Just a thought! :blink: after moving the files to the ( clean ) root folder, I used the installer, everything seems to be there, except the pictures combined ALL sql files in to one file, and run it on the datatbase. the SPPC has to go before the Price Break sql statement, it looks like, for the rest the sequence does not matter. opened MySql, and manually added the colums to " whos_online ", http_referer and user_agent; VARCHAR 255 the installation shows; osCommerce Online Merchant v2.2 RC1 it appers to work now, up untill the checkout, where I am getting; Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\includes\classes\PriceFormatter.php:1) in C:\xampp\htdocs\includes\functions\general.php on line 37 any ideas, how to fix this? thanks, Louie
germ Posted March 30, 2009 Posted March 30, 2009 Headers Already Sent Click the link above for an explanation. The problem is in \includes\classes\PriceFormatter.php (line 1) Most likely "whitespace(s)" at the beginning. The opening PHP tag: <?php Has to be the very first of the file, no blank lines or spaces permitted. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
louie Posted April 1, 2009 Posted April 1, 2009 Headers Already Sent Click the link above for an explanation. The problem is in \includes\classes\PriceFormatter.php (line 1) Most likely "whitespace(s)" at the beginning. The opening PHP tag: <?php Has to be the very first of the file, no blank lines or spaces permitted. thank you Jim, since then I found several other pages with the same problem, but slowly I am fixing them. looks like, the above package, will have everything I need. thanks to the package poster, and for your help Jim, Louie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.