Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

edukes

Pioneers
  • Posts

    149
  • Joined

  • Last visited

Everything posted by edukes

  1. Thanks, Jim! I'm just trying to stay of the game this time. A few year back when my hosting company changed the version php, it took weeks to straighten out all those deprecated functions on a heavily modified shop. This time, I want to keep it simple. When they change to php 5.4x, it will break my shop again. I have a Centos 7 VM with php 5.4 running here at the house on my server and testing opencart, but I don't really like it. Thanks, again!!
  2. Not sure if this is a reply to my post, but I am using the most current version of osCommerce (2.3.4) and the Theme Switcher released in July 2016. What is the Responsive build? Been running rc2a for years. Time for a fresh look.
  3. Trying to install Theme Switcher on a fresh install of OSC 2.3.4. Been working on this since this past Sunday. I'm just not getting it. I have the error, The theme CSS file is the wrong version or missing! Checking the users manual in the troubleshooting section, 4.3 Theme Doesn't Show in Theme Switcher, I copied the themes to catalog/ext/jquery/ui Went back to section 3.2, The selected version of the theme was found. This tells you that the version of your theme matches the version of your jQuery UI file. If you see The theme CSS file is the wrong version or missing! instead, you probably updated the jQuery UI file without updating the theme. Go check that again. In the Theme Switcher package, there are two directories, Boostrap and OsCommerce 2.3.x. I used the files from the 2.3.x directory. The files in Boostrap, break things. Not sure what I'm doing wrong. TIA
  4. I didn't find any diffs in the MVS sections. The hardest is the admin/category file. MVS, Header Tags, SEO URLS and Add More Fields like being in the same places. If you look at the checkout_ files and compare them from the files in 2.3.3 you can see some changes, but I doubt that's what's causing the problem since I have tried using the files from the mvs package and still get the same errors. Pretty sure its on the admin side.
  5. Going to start over from scratch. Did the catalog side today using compare and merge. Saw no diffs except for possible differencies in 2.3x and 2.33. Must be on the admin side. What version is the alpha version based? thanks!!
  6. I checked the products table in the database. Then vendor id is set to 1, My Store. I guessing that the 1 in "Warning: strpos() expects parameter 1 to be string" is the vendor id of My Store.
  7. I may need to do an easy populate download, add the vendor then re-upload?
  8. I have only one, My Store. When I go into a products description, it shows no vendor. I tried changing it to My Store but it won't save. I can do an easy populate download and it shows all products with the vendor name as My Store. Also, I found to tables that were not added by the mvs.sql products_sort_order products_qty_blocks I added them to the products table as VARCHAR. That may not be right.
  9. I must have gotten the memo, but the new easy populate uses the vendor name, not the vendor id. :blush:
  10. Hey Jim, I have flat rate and USPS. I installed the updated USPS package. (Using it on my live, rc2a) site with no problems.) Thanks, Eddie
  11. Thanks, I found the error in the includes/languages/english/checkout_payment.php file. I had an extra ?> at the end of the file I didn't see the first time. I'm getting there. Going through the check out, I get to checkout_confirmation and get Warning: strpos() expects parameter 1 to be string, array given in /......includes/classes/vendor_shipping.php on line 46 Warning: substr() expects parameter 1 to be string, array given in /....../includes/classes/vendor_shipping.php on line 46 Warning: strpos() expects parameter 1 to be string, array given in /....../includes/modules/order_total/ot_shipping.php on line 48 Warning: substr() expects parameter 1 to be string, array given in /....../includes/modules/order_total/ot_shipping.php on line 48 We're getting close!! :) Thanks!!
  12. Have a new problem. Going through the checkout process and I get to checkout_confirmation, then ?> Warning: Cannot modify header information - headers already sent by (output started at /....../includes/languages/english/checkout_payment.php:36) in /....../includes/functions/general.php on line 50 Not sure what's causing the ?> I am using the checkout_confirmation file from the 1.3 package. The only addition to the general.php is the Ultimate SEO URLs 5 Pro TIA
  13. Ooops, I thought I would run into this again. Deprecated: Function ereg() is deprecated in /....../admin/vendor_modules.php on line 229 In my live store I made this change: // if (ereg('->', $use_function)) { if (preg_match('/->/', $use_function)) { Not sure its right but I don't get any errors
  14. Moving xmldocument,php to the admin side worked. I have two errors on the catlog side during checkout but I think that has to do with not having a shipping method specified/setup. Thanks!!
  15. Just installed the 1.3 version on a 2.3.3 test store. Everything went OK. Had some missing files I had to take from the 1.2.3 package, includes/languages/english/modules/vendors_shipping and a ups file that I can't remember the name. Any way, I click on the default vendor, My Store, Manage and it gives me the error: Warning: require(includes/classes/xmldocument.php) [function.require]: failed to open stream: No such file or directory in /....../includes/modules/vendors_shipping/upsxml.php on line 29 Warning: require(includes/classes/xmldocument.php) [function.require]: failed to open stream: No such file or directory in /....../includes/modules/vendors_shipping/upsxml.php on line 29 Fatal error: require() [function.require]: Failed opening required 'includes/classes/xmldocument.php' (include_path='.:/usr/local/php5_3/lib/php') in /....../includes/modules/vendors_shipping/upsxml.php on line 29 Both these are present. Not sure what's going on. The offending line of code in upsxml.php is: require ('includes/classes/xmldocument.php'); TIA
  16. Started getting this error after installing the Store Mode contribution: Fatal error: Call to undefined function StripSID() in /home/....../includes/modules/header_tags_social_bookmarks.php on line 43 in index.php and product_info.php files. So, I started with a fresh copy of index.php made the edits installing only the headertag contribution and re-uploaded the headertag files. I still get the error. I'm thinking the sql from the Store Mode contribution has caused a conflict somewhere. Is that possible? TIA
  17. Thanks, Jack! That fixed it. Will start over with a fresh install. :sweating: Oh, one more thing. I skipped over the parts with the editors since I don't have one installed. Maybe that's where I went wrong. Should I skip over those parts or is it safe to add them? Thanks!!
  18. Hello, I tried upgrading Header Tags from 3.1.8 to 3.2.9, set by step in the upgrade docs. I must have done something wrong. Couldn't figure it out so I decided to uninstall. That didn't work oit to well either. This is a 2rc2a shop. When I click on a category, I get, Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in .../includes/functions/database.php on line 99 From what I've read, its probably not the database.php file but something in index.php or product_info.php. I just can't find it. I hate to post that much code, but can. Anyone know what I need to be looking for? TIA
  19. Hello, Does anyone have easy populate working with MVS installed? My hosting provider upgraded to PHP 5.3. I have a 2rc2a shop and was using EP 2.74 for MVS. After I went through and corrected all the depricated function, I can't get EP to work, 2.74 or 2.77a w/attributes. 2.74 doesn't split the files. 2.77a splits the files but won't strip carrige returns/line feeds from the products_description which causes the file to be mangled Any help would be greatly appreciated.
  20. I really need some help. I think I know whats causing the problem. In the Excel file I receive from one of my vendors. There appears to be carriage returns and/or line feed in the v_products_description. Previously, I had no problems until my hosting provider upgraded to PHP 5.3. Anyone know how to remove these from the the decription column? I have tried every combination in the EP configuration option section but nothing has worked. // **** Field Separator **** // change this if you can't use the default of tabs // Tab is the default, comma and semicolon are commonly supported by various progs // Remember, if your descriptions contain this character, you will confuse EP! // if EP_EXCEL_SAFE_OUTPUT if false (below) you must make EP_PRESERVE_TABS_CR_LF false also. $ep_separator = "\t"; // tab is default //$ep_separator = ','; // comma //$ep_separator = ';'; // semi-colon //$ep_separator = '~'; // tilde //$ep_separator = '*'; // splat // *** Excel safe output *** // this setting will supersede the previous $ep_separator setting and create a file // that excel will import without spanning cells from embedded commas or tabs in your products. // if EP_EXCEL_SAFE_OUTPUT if false (below) you must make EP_PRESERVE_TABS_CR_LF false also. define ('EP_EXCEL_SAFE_OUTPUT', true); // default is: true //define ('EP_EXCEL_SAFE_OUTPUT', false); // default is: true if (EP_EXCEL_SAFE_OUTPUT == true) { if ($language == 'english') { $ep_separator = ','; // comma } elseif ($language == 'german') { $ep_separator = ';'; // semi-colon } else { $ep_separator = ','; // comma // default for all others. } } // if EP_EXCEL_SAFE_OUTPUT if true (above) there is an alternative line parsing routine // provided by Maynard that will use a manual php approach. There is a bug in some // PHP versions that may require you to use this routine. This should also provide proper // parsing when quotes are used within a string. I suspect this should also resolve an issue // recently reported in which characters with a german "Umlaute" like ÄäÖöÜü at the Beginning // of some text, they will disappear when importing some csv-file, reported by TurboTB. define ('EP_EXCEL_SAFE_OUTPUT_ALT_PARCE', true); // default is: false // *** Preserve Tabs, Carriage returns and Line feeds *** // this setting will preserve the special chars that can cause problems in // a text based output. When used with EP_EXCEL_SAFE_OUTPUT, it will safely // preserve these elements in the export and import. define ('EP_PRESERVE_TABS_CR_LF', false); // default is: false // define ('EP_PRESERVE_TABS_CR_LF', true); // default is: false TIA
  21. I have an older store (2rc2a) with too many mods so I'm trying to get it compatible with php 5.3 as my hosting provider decided to upgrade without letting me know. There were a lot of depricated functions and I think I have corrected them all, Everything is working except EP. I can upload a file and it gets split. I then run EP on the split files and it displays the products have been added. However, they are not showing up. If I re-run a file its displays the products have been updated. They must be going somewhere, but not where they should. Any help is greatly appreciated.
  22. Hello, Using EP 2.77a. Not sure what's wrong but when I upload a file, it shows its being added but it does not show up in the catalog. No errors reported. I'm using excel to create the tab delimited file as I have always done, using EP to split it I updated my catalog last month with no problems. As far as I know, I haven't changed anything. Any help or suggestions would be greatly appreciated.
  23. I installed this mod and thought everything was working until I clicked on an order in the admin section. I re-checked the installation and ran the sql files. Here's the error: 1054 - Unknown column 'customers_dummy_account' in 'field list' select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, customers_dummy_account, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from orders where orders_id = '1838' [TEP STOP] Is this the issue with the 'join' where you need to put a '(' after "from" and a ')' before "join"? TIA
  24. UPDATE: The problem has been resolved. There was an image in the manufacturers box that was too large (my fault). Apparently my emails were not being received nor was I receiving the authors emails. The site is working perfectly and the author has gone out of the way in helping get my site working. There was a learning curve to the original OsC layout and there is one if you change the layout/template.
  25. Just wanted to share something I thought would benefit all shop owners. I got tired of the 'same old' look and wanted something better. Not being a creative/design type person, I searched for an OsC template, not a STS or BTS template but a pure OsC template. I found one that I liked. I spent money for this. Not as much as some I had seen. Thought it would be a 'good' investment. For a week now, I have not left my PC trying to get the mods I have installed working correctly. While I was smart enough to back things up and can go back to my 'old' shop in a click, I am challenged to make this work. Here's the problem: http://www.palmettoshopper.com/outlet/moonshine-dring-belt-p-7079.html It appears to be an issue with the template and/or the Attributes Plus contribution. The author has left me high and dry. I haven't heard from her in days. So my tip is this: The grass isn't greener on the other side!! While the basic OsC look isn't all that appealing, it works!!
×
×
  • Create New...