Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

question for my OSc design


Guest

Recommended Posts

hi everybody... i was working on my Osc this morning and got a FLASH... it will work when i will upload it on the WEB.. i explain... ALL my development is don on my LOCAL machine. i'm using WAMP5 as a server development. but when i will upload my entire site to my HOST server. ( somewhere on a cumputer server ) do i have file to change?? if yes witch one and what i have to change.

 

yours

 

sebastien lebeau

Link to comment
Share on other sites

includes/configure.php

admin/includes/configure.php

 

You also need to create a blank database, assign a MySQL User and Password to it, and then populate it with a backup of your offline database.

 

Vger

Link to comment
Share on other sites

includes/configure.php

admin/includes/configure.php

 

You also need to create a blank database, assign a MySQL User and Password to it, and then populate it with a backup of your offline database.

 

Vger

 

 

SUPER.. thank you very much...

 

yours

 

sebastien.

Link to comment
Share on other sites

includes/configure.php

admin/includes/configure.php

 

You also need to create a blank database, assign a MySQL User and Password to it, and then populate it with a backup of your offline database.

 

Vger

 

i just do everything.. but when i IMPORT my file in my blank database i receive this message

 

it load 17 of the 47 table after that it put THIS MESSAGE

 

 

 

Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

 

ERROR: Unknown Punctuation String @ 6

STR: />

SQL:

<br />

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in <b>C:\wamp\phpmyadmin\libraries\header_http.inc.php</b> on line <b>13</b><br />

<br />

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in <b>C:\wamp\phpmyadmin\libraries\header_http.inc.php</b> on line <b>14</b><br />

<br />

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in <b>C:\wamp\phpmyadmin\libraries\header_http.inc.php</b> on line <b>15</b><br />

<br />

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in <b>C:\wamp\phpmyadmin\libraries\header_http.inc.php</b> on line <b>16</b><br />

<br />

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in <b>C:\wamp\phpmyadmin\libraries\header_http.inc.php</b> on line <b>19</b><br />

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

<head>

<link rel="icon" href="./favicon.ico" type="image/x-icon" />

<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />

<title>phpMyAdmin</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?token=2e0891ff04e39810a73db8c5f96b842d&js_frame=right&nocache=1219839608" />

<link rel="stylesheet" type="text/css" href="./css/print.css?token=2e0891ff04e39810a73db8c5f96b842d" media="print" />

<script type="text/javascript" language="javascript">

// <![CDATA[

// Updates the title of the frameset if possible (ns4 does not allow this)

if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown'

&& typeof(parent.document.title) == 'string') {

parent.document.title = 'localhost / localhost / inventaire1_24 / db_inventaies | phpMyAdmin 2.10.1';

 

 

SQL query:

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 13

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 14

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 15

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 16

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 19

 

 

 

WHAT's THE problem. i sure i miss something but WHAT ?????

 

yours

 

sebastien

Link to comment
Share on other sites

i just do everything.. but when i IMPORT my file in my blank database i receive this message

 

it load 17 of the 47 table after that it put THIS MESSAGE

 

WHAT's THE problem. i sure i miss something but WHAT ?????

 

yours

 

sebastien

The install process installs the database.

Link to comment
Share on other sites

this is what i have the the warining file at the line it says..

 

 

SQL query:

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 13

 

start from 183 // We export as file - output normally

if ($GLOBALS['output_charset_conversion']) {

$line = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $line);

}

this is line 187 echo $line;

 

and this at ...ries\header_http.inc.php on line 13

 

header('Expires: ' . $GLOBALS['now']); // rfc2616 - Section 14.21

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 14

 

and this at ...ries\header_http.inc.php on line 14

 

header('Last-Modified: ' . $GLOBALS['now']);

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 15

 

and this at ...ries\header_http.inc.php on line 15

 

header('Cache-Control: no-store, no-cache, must-revalidate, pre-check=0,

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 16

 

and this at ...ries\header_http.inc.php on line 16

 

header('Pragma: no-cache'); // HTTP/1.0

 

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\phpmyadmin\export.php:187) in C:\wamp\phpmyadmin\libraries\header_http.inc.php on line 19

 

header('Content-Type: text/html; charset=' . $GLOBALS['charset']);

 

 

 

WHAT's THE problem. i sure i miss something but WHAT ?????

 

yours

 

sebastien

Link to comment
Share on other sites

The install process installs the database.

 

what do you mean by install the database. i made a database in my hosting server.

 

made an export from phpmyadmin of my local data and after that made an import in phpmydmin in my host server.

 

i already d that in the past with out any problem. but today lookike i got some problem... but doesn't know wiitch one. somebody can help me on this??

 

step by step procedure is appreciate. i'm a bit new in this kind of web developping.

 

yours

 

sebastien

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...