Jump to content

DigitalTitan

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    Mobile, AL
  • Activity
    Freelancer

DigitalTitan's Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. I have a solution....I think.... It seems that something isn't working on the .htaccess file that is supposed to be automatically modified by PrestaShop when creating the 5th store. It doesn't add a very critical part. (See below) First, I regenerated the .htaccess file by doing this: http://www.templatemonster.com/help/prestashop-1-6-x-how-to-regenerate-htaccess-file.html That didn't fix it, but I feel it is a good baseline step if you made a bunch of changes trying to figure it out. If you are using multistore, do both! It doesn't come right out and say it, but trust me, don't skip to the multistore section and think that is all you have to do. Then I had to add the 4 lines below to the section for the new store in the .htaccess file: RewriteCond %{HTTP_HOST} ^localhost:81$ RewriteRule ^newsite$ /newsite/ [L,R] RewriteCond %{HTTP_HOST} ^localhost:81$ RewriteRule ^newsite/(.*) /$1 [L] It takes a little to find the right section, so before you do ANYTHING, make a backup of the .htaccess file just in case. So far, my local test and production are working again. Thanks for all the help! (Just kidding. Hopefully someone else will find this useful.) At least I was able to use the forum to workout my ideas. Cheers! Rob
  2. I had a similar issue when moving my site to a local instance. What I did was going to Preferences --> Images --> REGENERATE THUMBNAILS. This may be an issue since you can't really see the images. But I clicked on your link, and it seems that you have a problem with the location and the path it is using. You wouldn't happen to be moving from a Linux to Windows environment or vice versa? The big clue for me is the error on the top of the page: Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in /homepages/3/d599412247/htdocs/knoticalbutnice/modules/wpintops/wpintops.php on line 139 Maybe the module didn't make it over. I'm not quite sure, but hopefully this helped? Rob
  3. A little update.....I downloaded a copy of the DB and Site locally running on XAMPP, upgraded to 1.6.1.2 and I have the same problem. I also noticed that with the additional store, this also broke the other subcategories for each store giving me another 500 error. The main URL (Like http://www.domain.com/store1 and http://www.domain.com/store2) worked, but when drilling down to a category, it showed the 500 Error. Now that I have a local copy, I can play around with the settings to see if I come up with a solution. If I do, I will post back here. (But if you have any suggestions, I would appreciate it. ) PM me if you would like the URL. I don't want to post it publicly.
  4. Hello all, I have a site that I've been running for about a year. I'm running a multisite store so that customers can be shared. I have a main site, and 3 other stores running under the same group. Everything was working fine until I wanted to create another store just as I had before, but the new store after I created it shows an Internal Server Error (500). The other shops work fine except the new one. I've been looking for bug reports about this but I haven't found any. Does anyone have any suggestions? Running PrestaShop 1.6.0.9
  5. Oh, I didn't explain how to copy a product. I did this by accident one day and I don't know if it is a bug or not. I have used it a couple of times successfully. Go to the source shop and go into a product. Once you are there, go to the shop dropdown on top and change to the destination shop. Modify a field (I just put in a space somewhere and then remove it) and somehow it get's copied to the new shop. Bug or not, it seems to work.
  6. There really isn't an easy way. Unless there is a 3rd party product, the only way that I can think of doing that is to export the items (images won't be exported or combinations for that matter) and import them into a single shop. You can also copy products to another shop and move them to another category. I did a similar operation when I crashed my site by trying to modify the MySQL backend. I ended up working very, very late on that project. Needless to say, I'm not doing that again! You can also try to manipulate the MySQL backend, but I wouldn't recommend that unless you really, really, know the database structure. Either way, I would make a backup of the site and DB, and play around with it locally before making any changes to the production site. You can use XAMPP to run a site on your local machine (or some other PHP, Apache, and MySQL product) This is what I do now. What might be a good idea is to export products from the production site, and try to import them to your local test site. Then you can see what will happen and what you have to do.
  7. For anyone else looking for a solution, I cleared the site cache and that seems to have fixed the problem (not to mention hitting the keyboard violently. Although I think that clearing the cache actually fixed it. )
  8. Hello all, I have a shop that I created some months ago with multiple stores. They requested another store (I currently have 3 including the main store). I am sharing customers between these stores since they all all in common. I try to create the additional store as I did with the other 3, but I can't. It looks like it is created, but nothing ever shows up under Multistore. I can't find any information about this anywhere. Has anyone seen this before? If so, is it a known issue? And lastly, if yes to previous, what do I do? It's almost like there is a 3 store limit. Any help is greatly appreciated. 1.6.0.8
×
×
  • Create New...