Jump to content

jbskaggs

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by jbskaggs

  1. Hi I am setting up a ice cream shop for customer. Usually I can set up prestashop in about an hour but this time there are too many combinations: 28 flavors per scoop with 2 or more scoops that gives me over 2000 combinations. ver 1.7 I increased max_input_vars to 50000 as suggested, I set php for 7.0 deleted cache etc. The CSRF token is invalid. Please try to resubmit the form. I could do this as each scoop as its own product and then packing them as a pack. But the customer gets confused as when you click each scoop and add to cart it does not return to first product but instead goes to cart. I either need a way to handle a product with 2000 combinations or make the flow for packs easy for customer (old people in retirement village in FL) by returning to first product when add to cart is clicked.
  2. Thanks Dave the price tag may very well be worth it if it works. JB
  3. I run a custom wood furniture shop. I used Prestashop for about 3 years. I recently moved to a new state and I am redesigning my site from scratch. My question is how can I walk a customer through choosing associated components of a bedroom group? If I do combinations I can get literally thousands combinations. So what I'd like is a way that a customer can choose a base bed and then choose associated combo parts: IE design thei own bedrooms. Such as: product 1: Bunk bed type (stackable or fixed) and stain color - 2 attributes and 12 values product 2: bunks size and style - 3 attributes and 16 values product 3. Bunk bed headboard style - 1 attributes and 6 values product 4: bunk bed footboard style- 1 attributes and 6 values product 5: bunk bed top rails style - 1 attributes and 6 values product 6: bunk bed stair or ladder style with handrail style - 1 attribute and 12 values product 7. Bunk bed Drawers- 2 attributes and 8 values product 8: bunk bed shelving - 3 attributes and 12 values product 9: bunk bed trundle bed- 1 attributes and 3 values product 10: bunk bed cabinetry- 3 attributes and 6 values product 11: bunk bed lighting- 6 attributes and 18 values product 12: bunk bed slide- 1 attribute and 4 values And this is just for bunkbeds. does not include mirrors, dressers, etc If I do these as values and attributes I get huge amounts of combinations, so I am thinking making them products is better- but what is best way to link them so customer does not miss needed steps? JB Skaggs
  4. I got past the check list thing on the 1 click. I was missing an image. But now it is throwing the [/size] [Ajax / Server Error] textStatus: "error" errorThrown:"Internal Server Error" jqXHR: ""
  5. After 160 hours of work, three different servers I have managed to get from 1.4.5.1 to 1.4.9 but I could not upgrade beyond 1.5.3 on my original server becuase of ajax errors, etc. So I tried going to a new host which gurantees to be a preferred prestahop host. I copied all my files and databse to the new server here is the problems I have now: Here are my issues: 1. On the new copy the image url for a product is listed as "http://skaggswoodworks.com/img/p/1/9/0/190.jpg" which does not exist. In my original site the url for the exact product is "http://skaggswoodbeds.com/img/p/51-190.jpg" which works. Why did it change and How do I fix it! 2. I am receiving error: "Warning: Update notifications are not available Please turn on the "allow_url_fopen" option in your php.ini config file." 3. The error has changed: [Ajax / Server Error] textStatus: "error" errorThrown:"Internal Server Error" jqXHR: "" Please help this is frustrating me so bad.
  6. I asked my hosting company to look into this and they got me upgraded: here is there comments: I investigated the case thoroughly and I found that during the failed upgrade the following error is being produced: Code: PHP Fatal error: Call to undefined method Tools::nl2br() in /home/skaggswo/public_html/modules/autoupgrade/db/Db.php on line 626 I checked line 626 of the aforementioned file and I found that the developers tried to use the PHP system function nl2br() as part of the Tools class, which is incorrect Code: $string = strip_tags(Tools::nl2br($string)); I commented that line and in its place I added Code: $string = strip_tags(nl2br($string)); Then the upgrade was successfully completed: Code: Upgrade Complete, but warnings has been found. [ERROR] SQL 1.4.6.0 1091 in ALTER TABLE `pss_compare_product` DROP `id_compare_product` , DROP `id_guest` , DROP `id_customer`: Can't DROP 'id_compare_product'; check that column/key exists [ERROR] SQL 1.4.6.0 1062 in ALTER TABLE `pss_compare_product` ADD `id_compare` int(10) unsigned NOT NULL, ADD PRIMARY KEY( `id_compare`, `id_product`): Duplicate entry '0-24' for key 'PRIMARY' [ERROR] SQL 1.4.6.0 1068 in ALTER TABLE `pss_address_format` ADD PRIMARY KEY (`id_country`): Multiple primary key defined [ERROR] SQL 1.4.6.0 1091 in ALTER TABLE `pss_address_format` DROP INDEX `country`: Can't DROP 'country'; check that column/key exists Warning detected during upgrade. At this point I believe that you can safely disregard these warnings. After the upgrade the following "To-Do" list was rendered: Code: Don't forget to reactivate your shop ! Please check your front-office theme is functionnal (try to make an order, check theme)
  7. My upgrade runs until it gets to upgrade database then it stops and gives: [Ajax / Server Error] textStatus: "error" errorThrown:"Internal Server Error" jqXHR: " This error occurs whether on my shared hosted site or on my local wamp server. I have tried each of the solutions I found in the forums but either I don't know what I am doing or they dont apply. Following is error log from my wamp apache error log [Thu Feb 14 11:42:33 2013] [notice] Parent: Received shutdown signal -- Shutting down the server. [Thu Feb 14 11:42:33 2013] [notice] Child 7648: Exit event signaled. Child process is ending. [Thu Feb 14 11:42:34 2013] [notice] Child 7648: Released the start mutex [Thu Feb 14 11:42:35 2013] [notice] Child 7648: All worker threads have exited. [Thu Feb 14 11:42:35 2013] [notice] Child 7648: Child process is exiting [Thu Feb 14 11:42:35 2013] [notice] Parent: Child process exited successfully. [Thu Feb 14 11:43:44 2013] [notice] Apache/2.2.22 (Win32) PHP/5.4.3 configured -- resuming normal operations [Thu Feb 14 11:43:44 2013] [notice] Server built: May 13 2012 13:32:42 [Thu Feb 14 11:43:44 2013] [notice] Parent: Created child process 7636 [Thu Feb 14 11:43:44 2013] [notice] Child 7636: Child process is running [Thu Feb 14 11:43:44 2013] [notice] Child 7636: Acquired the start mutex. [Thu Feb 14 11:43:44 2013] [notice] Child 7636: Starting 64 worker threads. [Thu Feb 14 11:43:44 2013] [notice] Child 7636: Starting thread to listen on port 80. [Thu Feb 14 11:43:44 2013] [notice] Child 7636: Starting thread to listen on port 80. [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\classes\\Upgrader.php on line 257, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP Stack trace:, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 1. {main}() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\index.php:0, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 2. checkingTab() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\index.php:41, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 3. AdminSelfUpgrade->__construct() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\functions.php:265, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 4. AdminSelfUpgrade->init() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:383, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 5. UpgraderCore->getApiAddons() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:673, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 6. file_get_contents() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\classes\\Upgrader.php:257, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP Warning: file_get_contents(https://api.addons.prestashop.com): failed to open stream: Invalid argument in C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\classes\\Upgrader.php on line 257, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP Stack trace:, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 1. {main}() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\index.php:0, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 2. checkingTab() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\index.php:41, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 3. AdminSelfUpgrade->__construct() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\functions.php:265, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 4. AdminSelfUpgrade->init() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:383, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 5. UpgraderCore->getApiAddons() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:673, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:45:32 2013] [error] [client ::1] PHP 6. file_get_contents() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\classes\\Upgrader.php:257, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP Warning: require_once(C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\latest\\prestashop\\install\\php\\deactivate_custom_modules.php): failed to open stream: No such file or directory in C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php on line 2075, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP Stack trace:, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 1. {main}() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\ajax-upgradetab.php:0, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 2. AdminSelfUpgrade->ajaxProcessUpgradeDb() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\ajax-upgradetab.php:76, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 3. AdminSelfUpgrade->doUpgrade() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:1843, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP Fatal error: require_once(): Failed opening required 'C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\latest\\prestashop\\install\\php\\deactivate_custom_modules.php' (include_path='.;C:\\php\\pear') in C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php on line 2075, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP Stack trace:, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 1. {main}() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\ajax-upgradetab.php:0, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 2. AdminSelfUpgrade->ajaxProcessUpgradeDb() C:\\wamp\\www\\skaggswoodbeds\\sgadmin\\autoupgrade\\ajax-upgradetab.php:76, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 [Thu Feb 14 11:47:13 2013] [error] [client ::1] PHP 3. AdminSelfUpgrade->doUpgrade() C:\\wamp\\www\\skaggswoodbeds\\modules\\autoupgrade\\AdminSelfUpgrade.php:1843, referer: http://localhost/skaggswoodbeds/sgadmin/index.php?tab=AdminSelfUpgrade&conf=6&token=4bf06d196e951147d96fbf4d7255d176 Thank you JB Skaggs
  8. This whole discussion is what I mean. I have issues I need to fix in 1.4 that 1.5 promises to fix. But 1.5 does not work for me. I cannot afford $400 to hire support to fix it. Prestashop needs to address the 1.5 issues or prestashop could find itself being abandoned for other carts. Because like I said the first time, prestashop should be released for store owners not for programmers. And that is a huge difference.
  9. I may get angry responses but I am venting here: Every single aspect of setting up 1.5 has required intensive research and jumping back and forth to forums, bug posts, and hacks. 1.4 was relatively simple to setup and use. but 1.5 has been a nightmare. I am seriously debating switching to another cart. I need back office capabilities of adding customers and orders easily, which is why I want to switch to 1.5. But after 60 plus hours on 1.5 it is nowhere near production ready. My 1.4 site excluding the ability to add orders back office has worked very well for me. here is my prob's with 1.5: 1. Themes do not work properly. (even those marked 1.5 compatible) 2. Categories do not work properly and are not found by modules 3. live edit does not work properly 4. combination pricing not working properly 5. images had to be hacked 6. color picker seriously messed up 7. attributes not working 8. modules functioning improperly 9. no ability to mass edit etc, etc, etc And in every situation I found "solutions" that required either hacks or complete reinstallations. With many of the problems marked as "will be addressed in ver 1.5xx" yet I have reinstalled these versions and the problems are not addressed. To the staff at prestashop: I appreciate the effort to produce this software, but store owners are not programmers. And every minute I spend hacking my site is a minute it is not up and selling my products. Im sorry but 1.5 is not usable for me now. If I have to spend 60 hours to simply upgrade my store why should I? upgrades should not break your site, they should improve it. I think the proverb "you threw the baby out with the bathwater" applies here.
  10. Okay I want to offer bedroom and living room furniture packages on my website: http://skaggswoodbeds.com Using a bedroom, what I want to be able to do is offer a product with the following options: A bed (choice style, and colors, and chioce of bed sizes) Dresser (choice of style and color) nightstands (choice of style and color and qty) lamps (choice of style and qty) rug (choice of style) mattresses (choice of style and size, and qty) the problem is the number of combinations that soon overwhelm prestashop. Just on a bunkbed with available stains and bed sizes you can end up with 2000 combinations and that doesn't include the other items. Suggestions would be much appreciated.
  11. Any help would be nice! I would like to be able to know which of my products get viewed the most. Any idea why the Product Detail module, best product module, etc none of them work?
  12. Hi I am trying to get stats on products- and Im not getting anywhere. Basic I am trying to use product details stats. product detail always shows zero. I have data mining is enable for customers in modules. Oh this is prestashop 1.4..5.1 I looked in table pss_page_viewed here is the return I got: MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0066 sec ) SELECT * FROM `pss_page_viewed` LIMIT 0 , 30 What am I doing wrong? JB
  13. Hi I am looking for someone to quote the following: 1. to manually upgrade my site from 1.4.5.1 to current I get check sum errors when trying to use autoupgrademodule 2. to create a "make an offer" module to be added to products. I want this module to add a button on product pages that emails me an offer for the product, adds the product to the cart, and gives me the ability to change the price in the cart for that one specific product in that cart, and accept or reject an offer. Jb Skaggs skaggswoodbeds.com
  14. Thanks Whitelighter I deleted products.php from overides and site is back up and I back'd up site as well. thanks
  15. I am going to try and upgrade and disable all modules since my site is down anyway, maybe that will restore any deleted files
  16. Please help me! I uninstalled and deleted two modules from the back office statstrakvisitor and categoryquantitydiscount now none of my products are visible either i back office or front office and the site is broken and gets a blank front screen with word with a link: cart. which if you click it gives the error: The website encountered an error while retrieving http://skaggswoodbed...m/order-opc.php. It may be down for maintenance or configured incorrectly. There are no other error messages I looked at database and it seems all the products are in there but how do I get them to show again? I have access to the back office and can see orders etc- but no products. I disabled my shop for the time being. Oh and all buttons to add, edit, or delete products are gone. I should have backed up the site before messing around with the modules but I didnt think it would cause any damage. Now my store is down and I need help. Please help JB
  17. I fixed the problem somewhat- the module was calling a tab AdminStatsModules which did not exist, So I edited the tab calls in statstackvisits.php to AdminStats which is an actual tab and the module now works except for page next or previous- but goto to actual page number works now. So now I can look at what each visitor is viewing and where the came from.
  18. Hi I found a free module that does what I like, but I keep getting error: Tab not found when I click on any of the buttons in the module. this is on the statstackvisits module I assume it is an incorrect link or such if some could contact me on how to fix this I'd appreciate it. I use presashop ver 1.4.5.1
  19. Same issue here the ssl randomly diables in preferences and I have to manually re- check the box.
  20. LOL That was my new logo! Yeah my [spam-filter] told me it's awful.
  21. on my website http://www.skaggswoodbeds.com I sell furniture I custom build. What I would like to be able to do is initiate a "paper doll" system for my furniture- a customer can click on options that combine and display an updated piece of furniture that they can order. Such as: bunkbed option type one: number of bunks option type two: bunk sizes option type three: color option type four: safety rail type option type five : ladder or stair type etc etc In other words a way to update the display of the product based on the combination of the product's options shown. If anyone knows of a module or a way to do this I'd be appreciative. JB
  22. hi, I build custom furniture and I am reworking my ideas about my website. http://www.skaggswoodbeds.com I would like some feedback about my site on how to do the following: 1. Make it as easy and non technical to use as possible- so what works and doesn't work with my theme 2. How do I do a better job of pulling people into to register as customers vs. guests without losing sales. 3. Over all impression of the site I appreciate the help Jb Skaggs
  23. Hi I build furniture and I have a functioning prestashop website. I need a custom orders report that shows order number, customer name, date ordered, product descriptions that were ordered, and shipping address. I need this so I can print one report to give to my shop guys instead of a stack of delivery slips or invoices. This is particularly important as my orders pile up. I need this ASAP. Contact me with your bid on how much and how long to create this module for me. JB Skaggs j b s k a g g s at s k a g g s w o r l d dot c o m
×
×
  • Create New...