Jump to content

danielpop

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

danielpop's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hm, it appears that the error occurrs only when trying to order a customizable product (you have to add a name) and then add it to the basket... I will try adding the product again, see if that helps. Edit: I've tried deleting the product and adding it again, but the error is still popping up. It appears there's a problem with customizable products... Edit #2: Now any order I try to complete yields that error, regardless of the product I choose. I've made no more changes, I could order the products just fine 15 minutes ago, now it doesn't work. Edit #3: I checked with PHPMyAdmin and it appears to be a column: id_lang. EDIT #4: I was looking inside the wrong database entry. I solved the problem by logging into phpMyAdmin, entering my database, browsing the structure of ps_mailalert_customer_oos and adding a new column called id_lang with INT as type, check the NULL box, and set Unsigned as attribute. This thread helped a lot: http://www.prestashop.com/forums/topic/247485-solved-authentication-unknown-column-id-lang-in-field-list/ Oh, a similar error occurs when trying to change the order status to "canceled"... What is wrong with my database? - nevermind this, the cancelled stage was deactivated, my fault.
  2. Hi! I used to host my shop in a separate folder (domain/presta) but recently moved it to root. After moving it, I tested the ordering capabilities and everything seemed to work fine. But today, out of curiosity I tried again and this error popped up on the very last step: http://pastebin.com/7Y2tXxSq The order does register in the back offfice, but the customer doesn't receive a confirmation email AND gets to see that mess... I recently activated cache on the server and today I also activated the friendly-url feature. Could one of those be the culprit? Any ideas? Thanks!
  3. So I installed a test prestashop and played around until I found a solution: delete the class_index.php file inside the /cache folder. I backed it up first, of course, and everything seems to be fine... A new one was auto-generated. Now, if someone can tell me if there's any problem in deleting that file, I'll be very grateful.
  4. Ok, but I didn't upload anything. I just moved the folder back to its default location - public_html/controllers. Also, can someone confirm that that is indeed the default location?
  5. Well, first of all, sorry for wasting your time for a stupid mistake on my part. I was navigating to a CSS folder in Filezilla and I accidentally dragged and dropped the "controllers" folder into the "CSS" folder. I didn't realize it at first, but when I tried reloading my page, I was greeted with a blank page. I quickly looked in Filezilla's history and noticed the mistake. I moved the folder back, but still nothing. I activated the error reporting, so here's what it says: Fatal error: Class 'IndexController' not found in /home/rkam3050/public_html/classes/controller/Controller.php on line 128 For the admin page it says this: Fatal error: Class 'AdminHomeController' not found in /home/rkam3050/public_html/classes/controller/Controller.php on line 128 Thanks...
  6. Thank you again, everybody. Can I mark this as solved or only mods can?
  7. Ha! That did it! Wow... Thanks a lot! Any explanation on why a lesser permissions setting worked and 777 didn't? You don't have to respond, I'm just glad it works now.
  8. Everything in the modules folder is set to 777. And everything inside the homeslider folder...
  9. I don't.... I didn't mention it, but uploading new slides, changing names and such, all work fine.
  10. vekia, I checked and it does not appear. Nemo1, indeed, I receive 403 Forbidden errors everytime I move the slides. Any ideas how to resolve this? Thanks!
  11. Hello, I can't seem to effectively change the order of the slides in the homeslider module. I drag and drop a slide to the top, but when I hit refresh, the order is back at the default (1,2,3,4,5). I've tried clearing the cache, but to no avail. Any ideas? Thanks!
  12. Thank you for your response, bellini. Yes, I have tried the TLS option as well, didn't work. I'm running on a very limited budget, so purchasing a module is, at this moment, out of the question. Especially since the move to Prestashop is not an urgent matter (the shop I'm building is currently running on Wordpress with an ecommerce theme). Thanks again!
  13. Hello! I have been hunting for a solution to my problem for a few days now, nothing seems to work. I am using a Google Apps email address ([email protected]). I have entered all the details in all possible combinations in the Email configuration, but, when testing it, I receive the very helpful error: "Error: check configuration". If I, on purpose, enter the wrong password, it tells me that it is the wrong password. So my settings are: server: smtp.gmail.com user: my email address password smtp: my password Encryption: SSL Port: 465 This configuration is successfully used and tested in Outlook (IMAP account). The php mail() function is not working at all. What else can I try? I am using PrestaShop version 1.5.5.0. Has anybody else had success using a Google Apps-hosted email address? Thanks a lot!
×
×
  • Create New...