Jump to content

danx88

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

danx88's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. Hi everyone, I really appreciate any help on this, I recently migrated all my /img folder to a VPS server (as a media server), for some reasons I had to delete /img folder from my prestashop installation folder. no the problem is in BO admin > products page I can't see product images in the table rows. I need to chnage the code of that section so is reads the product image from the new server, I can hardcode the media servers IP in the code, so there is no need to necessarily read that data from media servers section. I'm using 1.5.3.1 thanks so much!
  2. I think Bellini is correct, cause I don't have a dedicated IP and they clearly say that they'll kill processes after 5 mins. But I'm gonna try increasing the upload_max_size as well to see whats the difference. my own experience is they'll kill the process after 10 mins other than 5 mins.
  3. Thanks for info. The VPS uses windows 2008 server so I couldn't use htaccess on there, instead I tried to convert the link before they are sent to the VPS by putting an htaccess in the subdirectory of the subdomain, it got me a few tries but finally it worked fine.
  4. Memory limit is set to -1 both local and master values. and my CSV file size is about 3MB for 1000 lines, and about 1MB for each batch of ~300 products.
  5. Yes of course, here is the results: your time limit: 0 seconds new timelimit: 10 seconds sript working time: 5.0003 seconds
  6. Also I have another question, I've tried using media server, copied the /img folder on the VPS and created an redirected the subdomain, however the images won't load, because it looking for the image in this link: http://media1.mysite.com/19609-rect_default/image-name.jpg that is a Friendly URL, but of course the real image is in: http://<that servers IP address>/img/1/5/2/3/image-name.jpg the subdomain will redirect successfully to the VPS IP address and it'll be like: http://<that servers IP address>/19609-rect_default/image-name.jpg which is obviously not true. Disabling Friendly URLs in BO will do the job but I don't really look forward to disabling friendly URLs. Anyone has and idea how to work around this?
  7. Thanks for the info! I think I have to forget about the images on backoffice for now, because if I do not delete all those 700,000 images from my shared hosting they'd deactivate my account for using too much server resources!
  8. Hi, I want to use a new VPS as media server to put my static content on. the problem was I had too many image files on my shared hosting on bluehost (700,000+ images, including thumbnails etc) So as a result, I have to delete the images after I've copied them to the new server, but in the Prestashop wiki it is said that: "Reminder: you must make it so that these folders are always synchronized." So, do I have to keep the images on my shared hosting as well? or I can simply move them to the new VPS? Any piece of info or advice is highly appreciated
  9. Yes I have confirmed all those changes in php.ini file are actually active, making a cron job makes sense but it need some scripting knowledge that I don't have. I found a solution to make import faster though, I've disabled automatic search keyword indexation in "Preferences > Search" as the result the overall load to server decreased cause it doesn't have to both import the products and index them at the same time, I can manually index products later. this way I could manage to import twice as fast, 300~330 products with images in each try.
  10. Thanks for the info, I've made those changes in the php.ini file but unfortunately without success, I can still manage to import only 150~200 product in each try. I've made a phpinfo file and confirmed that the above change in php.ini file were active, so I really don't know what is the issue now!
  11. Hi, I've installed Prestashpo 1.5.3.1 on a Bluehost.com shared hosting account, I'm using a CSV file to import my products (more than 30,000) but I can't upload more than 200 products each time due to timeout error. In the best case, each set of 150~200 products will take about 10 mins to import and then it'll stop and it'll either give me Error 500, or it just freezes without importing any more products. Each product has 4 images (600x600px jpeg) that are uploaded on the same server, and I'm using absolute URLs in my CSV file to import them. It's so hard to keep importing just 150~200 products at a time, I've heard that some guys managed to import products in 1000s or 2000s batches, that's so much better. I believe it's something to do with my php.ini file, here is my exact php.ini file content: max_input_vars = 5000; suhosin.post.max_vars = 3000; suhosin.request.max_vars = 3000; max_execution_time = 10000; memory_limit = 512M; I just have the above lines in my php.ini file. Any piece of info or tip is highly appreciated. thanks sia
  12. سلام، بعد از چند ماه نسخه جدید سایت مادوتا با استفاده از پرستاشاپ 1.3.1 راه اندازی شد. این سایت به عقیده من قدرت و انعطاف پذیری بالای پرستاشاپ رو نسبت به فروشگاه سازهای دیگه نشون میده و امیدوارم نظر خیلی ها رو نسبت به پرستاشاپ عوض کنه. خوشحال میشم ببینید و نظر بدید. امکانات این نسخه: - قالب زیبا و جدید اختصاصی که کاملا از صفر طراحی و اجرا شده فکرمیکنم اولین قالب کاملا ایرانی پرستا باشه. - طرح ها و محصولات جدید زیادی اضافه شده - زوم روی تصویر محصولات و افکت جدید انتخاب رنگ محصولات - استفاده از افکت انیمیشن جاوااسکریپت در برخی قسمت ها - سیستم کاملا جدید و آسان منو ها و دسته بندی ها - جستجوی محصولات با امکانات جدید - سبد خرید جذاب با تصویر محصولات تغییرات خیلی زیادی تو نحوه کارکرد قسمت های مختلف داده شده از جمله سیستم انتخاب رنگ در صفحه محصول و ... آدرس سایت: madotta.ir
  13. خیلی کار خوب و مفیدی رو راه اندازی کردید. امیدوارم شروعی باشه که کاربرای فارسی زبان بیشتر با پرستاشاپ و قابلیتهاش آشنا بشن..
×
×
  • Create New...