Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shlomoweb1

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Shlomo
  • Gender
    Male

shlomoweb1's Achievements

  1. I downloaded from scratch oscommerce and have it register global off (PHP 5 don't allowed it on my server) the error I get is the following Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 138 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 99 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in C:\Program Files\xampp\htdocs\catalog\admin\includes\functions\sessions.php on line 138 1054 - Unknown column 'products_options_sort_order' in 'order clause' select * from products_options where language_id='1' order by products_options_sort_order [TEP STOP]
  2. <? $str = "שלום"; echo $str."<BR>"; $str = mb_convert_encoding($str, "UTF-8", "ISO-8859-8"); echo $str."<BR>"; ?> You should see latin latters or hebrew in $str. the charest in windows-1255 or ISO-8859-9 to the begining and the code traslate to UTF-8. The string in hebrew is SHALOM, I wrote one a MySql PHP site in UTF-8, I know it works fine on < PHP 4. I have hard time to understand, and I am very busy, so I don't have real time to go over the code. maybe the following weekend when my project is over. The only probloms with mb_convert us far I know it must be done in the headers or it BBUUGG out. sincerly, Shlomo P.S. I forgot to add I am useing Microsoft windows XP home enable edition (Hebrew enable edition, means my Start menu is in Hebrew.....) my site that needs about 7-9K products to be addes is http://www.jewish-shop.net
  3. <? $str = "שלום"; echo $str."<BR>"; $str = mb_convert_encoding($str, "UTF-8", "ISO-8859-8"); echo $str."<BR>"; ?> You should see latin latters or hebrew in $str. the charest in windows-1255 or ISO-8859-9 to the begining and the code traslate to UTF-8. The string in hebrew is SHALOM, I wrote one a MySql PHP site in UTF-8, I know it works fine on < PHP 4. I have hard time to understand, and I am very busy, so I don't have real time to go over the code. maybe the following weekend when my project is over. The only probloms with mb_convert us far I know it must be done in the headers or it BBUUGG out. sincerly, Shlomo my site that needs about 7-9K products to be addes is http://www.jewish-shop.net
  4. Thanks for the replies I've recived, I figure out my probloms: The following steps needed to be done and it work out fine. 1. Download EP txt file. 2. Open the file and SAVE AS a separate ANSI format 2a. change the data in excel (while closing it answer YES to the questions). 3. Open notepad and SAVE AS again to UTF-8 3a. Here is the bug for some reson the "v_products_model" turned into UTF-8 codes and did not stay in English. Sincerly and thanks for this great cont. Shlomo
  5. I save from EP, open in notepad and SAVE AS in the encoding ANSI, then I open it in excel so I may read the hebrew, It do not work for some reason the other way
  6. Hi, I would apprechate if someone will help me with this one. I tested "Easy Populate" with my oscommerce and love it. I run to one small problom, My Hebrew language is in UTF-8 and windows/Excel write it in ascii, I tried to save as in notepad in UTF-8 but the system bug me and refuse to change any data. In PHP there a function iconv to convert from windows1255 => utf-8. I can't figure out where in the script is the download of the populeted and the upload, I got confuse. I know PHP but not PEAR thanks
  7. Hi, I would apprechate if someone will help me with this one. I tested "Easy Populate" with my oscommerce and love it. I run to one small problom, My Hebrew language is in UTF-8 and windows/Excel write it in ascii, I tried to save as in notepad in UTF-8 but the system bug me and refuse to change any data. In PHP there a function iconv to convert from windows1255 => utf-8. I can't figure out where in the script is the download of the populeted and the upload, I got confuse. I know PHP but not PEAR thanks
  8. Ok people, I've addes in the file: (catalog root)\admin\includes\javascript\tiny_mce\plugins\ibrowser2\ibrowser.php on the 25th line: include '../../../../configure.php'; and that solve my configuration problom with oscommerce. notice I did not use barakes.
×
×
  • Create New...