Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

yomama360

Pioneers
  • Posts

    96
  • Joined

  • Last visited

Profile Information

Recent Profile Visitors

8,170 profile views

yomama360's Achievements

  1. Strange, so it must be a server setting somewhere. It's the same server, only thing we changed was the PHP version and it worked on PHP 5.3 but not 5.4. As far as I can tell mod_rewrite is enabled. Do you know what other settings need to be on? Thanks -------- @@Tsimi The catalog is in the root of our public_html directory. My RewriteBase path is: RewriteBase / Anything else breaks it. Again, it works file like this if PHP version is 5.3 Arigato gozaimashita -------------- Upon re-reading PHP.net makes the distinction that "call-time pass-by-reference" is deprecated. So apparently a parameter received by reference by a function is still ok.
  2. Is this not in the latest version of seo.class.php? Do a search in seo.class.php for "passed by reference" or "&$" and there are about 8 or 9 references to it. We would love to be able to use PHP 5.4. Is there something else we're doing wrong? Missing a library perhaps? On the same server we run php 5.4, and it only gives the "yourwebsite.com/-p-27.html" URLs. Switching our php to 5.3 makes it work correctly producing "yourwebsite.com/product-name-p-27.html" URLs. The category URLs also do not work on the new PHP. Thanks
  3. Might have something to do with the PHP version. So if the new server is running PHP 5.4 then you will have problems because it looks like quite a few of the functions in the seo.class.php are doing pass-by-reference which is now deprecated. We rolled our Apache server from PHP 5.4 to PHP 5.3 and it works now. We are going to update the seo.class code and see if we can make it work on PHP 5.4
  4. Update: for anyone in the same boat as me above. I went with the "Ultimate SEO URLs" (by Chemo) mod that this (FWR Media) mod is based on. It's found here: http://addons.oscommerce.com/info/2823 The latest version of Chemo's mod (16 Jan, 2015) installed smoothly on my osC 2.3.4 cart with no conflicts. I'd still be interested if anyone makes this FWR Media work with 2.3.4 in the future.
  5. Searched and scoured this forum and surprised no one else has this question / concern (or I couldn't find it). I have a 2.3.4 cart. On step 5 of the install for catalog/includes/application_top.php it says to find this code: // set php_self in the local scope $PHP_SELF = (((strlen(ini_get('cgi.fix_pathinfo')) > 0) && ((bool)ini_get('cgi.fix_pathinfo') == false)) || !isset($HTTP_SERVER_VARS['SCRIPT_NAME'])) ? basename($HTTP_SERVER_VARS['PHP_SELF']) : basename($HTTP_SERVER_VARS['SCRIPT_NAME']); But in my version all I can find is this: // set php_self in the local scope $req = parse_url($HTTP_SERVER_VARS['SCRIPT_NAME']); $PHP_SELF = substr($req['path'], ($request_type == 'NONSSL') ? strlen(DIR_WS_HTTP_CATALOG) : strlen(DIR_WS_HTTPS_CATALOG)); I did a site wide search and cannot find anything that matches the "find this" code. I do have some mods, but they don't affect this code. I even checked a vanilla install of 2.3.4 and don't see that "find this" code. Should I just override it and move forward, or are there things I need to change so it works with 2.3.4? Anyone got this working error free on 2.3.4? Thanks
  6. @@Tsimi Konnichawa, Thanks for your concern. I am good now. I solicited help in the commercial forums and someone smarter and faster than me got it taken care of.
  7. With Bootstrap Anyone try to install this with Burts Bootstrap version of OSC? http://www.oscommerce.com/forums/topic/396152-bootstrap-3-in-2334-responsive-from-the-get-go/ (were actually using his v2.3.4) Running into a lot of issues. Been trouble shooting since last week. Just wondering if anyone's pulled it off and if you have tips.
  8. I would also be interested in this.
  9. BTW, here is another thread about this mod: http://www.oscommerce.com/forums/index.php?showtopic=318979&st=0&p=1326509entry1326509 Everything is old and unsupported... that's what I get for staying with OSC 2.2
  10. @@ken0306 I know this is not the answer you are looking for, but have you tried replacing the ' marks with this HTML entity: '
  11. Stupid Question: Does this contribution allow users to type their Credit Card info on my website (and Google processes in the background), or will it take them to Google checkout (leave my website)? The reason I ask is that there is a PayPal mod which allows the user to jump to paypal and use their account OR to type their Credit Card info right there on your site. http://www.oscommerce.com/forums/index.php?showtopic=174981 I was wondering if this mod was like that. And if not, Is there a Google mod that can do that?
  12. Thanks for that dynamoeffects and SteveDallas for the info. I guess that makes sense that its basically our system being more strict than the bank. I did finally find the risk controls in PayPal. For future reference of anyone reading this they are here: Profile > Selling Preferences > Risk Controls These must be the ones that cause a "filter decline." You can adjust them but be warned that it exposes you to some fraud liability.
  13. By the way, here is a list of PayPal Error codes / API Error Codes / API Errors: https://www.paypal.com/IntegrationCenter/ic_api-errors.html You may find them useful.
×
×
  • Create New...