Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ciraklizer

Archived
  • Posts

    30
  • Joined

  • Last visited

Everything posted by ciraklizer

  1. Everyone who's been having that "1064 - You have an error in your SQL syntax near 'xor ld.language_id = '99')' at line 1..." error, here's the solution: I've got PHP 4.3.2 installed. "xor" is I believe some older binary operator. I changed it to "or" and it got rid of the error. ciraklizer
  2. Has anyone figured out the WOE issue that was mentioned a few pages back? The one where many people are not seeing any cart contents. Every once in a while everyone in WOE shows having something in the cart, but in reality it's only one of them, yet they all show the same thing. Then it goes away and you have to refresh repeatedly about 10 times until you get the "everyone has the same stuff in their cart" thing again. thanks ciraklizer
  3. >>> change >>>CODE >>>define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' >>> >>>to >>>CODE >>>define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' yes, i've followed all the directions of various approaches in this thread, nothing solves the problem. why is this happening to so many of us? ciraklizer
  4. >>Folks, >> >>The #1 problem people have with WOE is because of sessions, especially when sessions are stored in files >>as opposed to the database. Here are some troubleshooting things to try. Most of this has been discussed >>earlier in the thread. >> >>1) Make sure that BOTH catalog/includes/configure.php AND admin/includes/configure.php have the >>STORE_SESSIONS definition set to the same thing, either '' for files or 'mysql' for the database. i'm also having this issue. it's terrible. none of the suggestions in POST #835 helped. help! ciraklizer
  5. ME FRUSTRATED This one site just doesn't want to play nice. I've tried every version of Who's Online that I have working on other sites and installed it on the problem site. It's a super-heavy mod'ed site, over 100 mods, but I'm a solid programmer and everything has been tweaked to work just right. However, I cannot get Who's Online to display cart contents. It also doesn't show the color indicators. People online, pages, last click, etc... that all works fine. Now, I've tried pretty much everything. The only difference left is that the problem site has register_globals turned OFF whereas the sites that it works on are all set to ON. Anyone have any idea how that could be affecting Who's Online? MUCH THANKS IN ADVANCE ciraklizer
  6. I'm getting a "Redirection limit for this URL exceeded" error in FF and IE just freezes and I've narrowed it down to this block in catalog/admin/includes/application_top.php: //Admin begin if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN) { tep_admin_check_login(); } //Admin end It throws certain pages into a loop. How? Why? Help! Thanks in Advance Ciraklizer
  7. I'm still having same problem from way back from post #249 & #250 http://www.oscommerce.com/forums/index.php?sho...c=127893&st=249 IE just hangs, FF returns this error: Redirection limit for this URL exceeded. Unable to load the requested page. Has anyone figured out what the problem there is? Thanks in advance for your help! Ciraklizer
  8. Question: can anyone help me sort the subcategory links into columns, instead of the current "separated-by-bullets" format? That way the whole thing would look so much cleaner. Take this link, for example: http://www.123inkjets.com/prodcon.html?gro...rother&frm=tnav See how the sub-category links are sorted into three columns? Can this be done with this contribution? Thanks for all your help!
  9. With free shipping turned on and set to $50 I get this weird text on my checkout_shipping.php page: Only for a order $50.00 minimum I've checked every single php file, the database, all my installed contributions, everything. I don't understand where it's coming from . Anyone have any ideas? Thanks in advance! ciraklizer
  10. sorry about the double post, was too quick to post it in one category, then realized it belonged in the other. won't happen again. re: who's online, I use one of the contributions that has a refresh timer. It's valuable info to watch what's happening in real time in terms of customer behavior. Usually I'm also working on the site, and I look at Who's Online to gauage when it's safe to upload a new file (when no one's on). However, cause I'm working on the site (usually with several windows open) my own IP will show up numerous times. It's just really annoying and was hoping someone had figured out how to exclude your own IP from showing up (or any other for that matter). Thanks.
  11. Seeing my own IP in WHO'S ONLINE is driving me nuts!! How can I exclude my own IP from showing in WHO'S ONLINE??? Thanks in advance! the Ciraklizer
  12. Is the linkpoint payment gateway truly "seamless" in OSCommerce? (i.e. customer never leaves the oscommerce cart) thanks
  13. ciraklizer

    AUTORIZE.NET

    Anyone know of any other payment gateways that are seamless like Authorize.net?
  14. Ha! well nate, you got me thinking again after I had given up and bam - I figured it out. It was that darn old "apostrophe/single quote" problem. When the title has an apostrophe in it the thumb doesn't show up, even though it was clearly in the html. Weird, can't explain it, but that's what was happening. btw, I've got the Cool Menu contribution installed as well, dunno if that has something to do with it. Anyway, much thanks. These forums are invaluabe! Hopefully this will help others. Fabulous contribution, thanks!
  15. Hi, for me about 90% of the images are properly thumbnailed. However, there are some that just won't show. I've tried everything. Images are not corrupt. All my paths are correct. When I look at the source code of the product_info.php page everything looks fine. The thumb should be visible, the html for it is there. But it doesn't show. If I take the thumb's URL from the source and paste it into the browser the thumbnailed image shows up just fine. I'm going crazy! What could it be? :blink:
  16. I had it working just fine. Next thing I know is it's just gone. Disappeared. What could have happened?? Javascript is turned on. I double-checked the code. I hadn't touched it to begin with. Any ideas? Thanks in advance.
  17. You were right! That did the trick. This is what my ISP said: Hello, We have made some modifications in the PHP configurations in the server to do 'chmod' through PHP script. Also, we have added the line #!/usr/local/bin/php at the beginning of the script /home/public_html/catalog/admin/protection.php So I guess that was it. BTW, do you think the "#!/usr/local/bin/php " makes any difference? I've never had to put that at the top of the page before and I'm running a lifetime of PHP stuff on this same server. Thanks again! cc "I love people who love PHP"
  18. Hi, thanks for responding so quickly. I've tried to chmod the two "protection.php" files to 444, 755, and 777. And I've tried to chmod the two "configure.php" files (one in catalog/includes/ the other in catalog/admin/includes) to 444, 755, and 777. And all combinations. I just get that same error over and over. I don't understand the error. What does it mean? Thanks, really appreciate the help. cc
  19. Hi all, I still get this error, no matter what I do: Warning: chmod(): Operation not permitted in /home/public_html/catalog/admin/protection.php on line 12 Warning: chmod(): Operation not permitted in /home/public_html/catalog/admin/protection.php on line 19 Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/catalog/admin/protection.php:12) in /home/public_html/catalog/admin/includes/functions/general.php on line 18 The weird thing is it actually worked the very first time I tried it after install. I got the green strip accross the top confirming that the protection was set. But now nothing I try works anymore. Anyone got any other ideas?
×
×
  • Create New...