google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

works on wampserver. deploy to live server...does not work #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. creat fresh install of osc in wampserver
2. run v1.5_rc1\install.bat
3. issure does not occur in wampserver only after move to live server.
4. browse to localhost\catalog\admin no problems.
5. browse to domainname.com\catalog\admin and problem occurs.

What is the expected output?
see the admin page for oscommerce

What do you see instead?

Warning: session_start() [function.session-start]: Cannot send session 
cookie - headers already sent by (output started at /home/---
/public_html/catalog/admin/includes/functions/general.php:2520) in /home/--
-/public_html/catalog/admin/includes/functions/sessions.php on line 102

Warning: session_start() [function.session-start]: Cannot send session 
cache limiter - headers already sent (output started at /home/---
/public_html/catalog/admin/includes/functions/general.php:2520) in /home/--
-/public_html/catalog/admin/includes/functions/sessions.php on line 102

Warning: Cannot modify header information - headers already sent by 
(output started at /home/---
/public_html/catalog/admin/includes/functions/general.php:2520) in /home/--
-/public_html/catalog/admin/includes/functions/general.php on line 41

What version of the product are you using? On what operating system?
PHP Version: 5.2.6 (Zend: 2.2.0)
MySQL 4.1.22-standard-log
Apache version 2.2.9 (Unix) 
OScommerce v2.2 RC2

Please provide any additional information below.

When browsing to domainname.com/catalog and clicking "buy now" the 
following is displayed:

1146 - Table 'laserdri_osc1.google_configuration' doesn't exist

select google_configuration_value from google_configuration where 
google_configuration_key=''

[TEP STOP]

NOTE: everything works fine in wampserver

Original issue reported on code.google.com by hilburn...@gannon.edu on 25 Mar 2009 at 8:55

GoogleCodeExporter commented 9 years ago
Solved.  Need to upload php files as text files.  FILEZILA works.

Original comment by hilburn...@gannon.edu on 26 Mar 2009 at 8:23