Jump to content

Dee P.

Members
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Location
    US - Pacific NW
  • Activity
    User/Merchant

Dee P.'s Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. Unfortunately, v1.6.7 doesn't have an expert option. And, v3.03 causes the above error. But might try V1.6.7 again in case the site was down for maintenance.
  2. Thought I'd try the suggestion to upgrade to PS v1.6.1.16 with v1.6.7. But, keep getting "Error during download". So, think I will back off for awhile. Any rough ideas or advise on when this might go a little more smoothly?
  3. I am trying to upgrade from 1.6.1.4 to 1.7. When I upload version 3.03 of the 1-Click Upgrade module and try to access the modules pages in BO, I get the following error: [PrestaShop] Fatal error in module file :/home/xxxxxxxx/public_html/testsite/modules/autoupgrade/autoupgrade.php: Call to undefined method Autoupgrade::trans() Works fine when I switch back to version 1.6.7 of the module. Except that doesn't give me the option to upgrade to 1.7.
  4. Cleared cookies, cache and all several times. Scully, this might sound crazy, but after changing it from secure to non-secure site, adding and removing a back slash at the Shop Domain and Secure Shop Domain names (several times), even adding different combinations in the Base URI then removing them, it seems to be working. Well, except for the CMS files. But, I'll take it! Thank you so much for your help!
  5. Cleared the cache and rebooted. Still getting the same problem. What address are you using?
  6. I've just rewrote the .htaccess. Can't see anything out of place in the code. Can you see anything that shouldn't be there? Thanks again!!! <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: ghostdup.angelelegancevintage.com/ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/x-font-woff .woff <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|svg)$"> Header add Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year" </IfModule> <IfModule mod_headers.c> Header unset Etag </IfModule> FileETag none <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript font/ttf application/x-font-ttf font/otf application/x-font-otf font/opentype </IfModule> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
  7. Here it is attached. For some reason, it has reverted back to showing the main site when I click the "my shop" link. The picture sent yesterday is what I get now.
  8. Progress not perfection. Now, when I click the "My Shop" button in the BO of the test site, I get a page from the test site with a 404 error. Snippet of the page is attached. Checking the links take me to pages from the live site. Closer, but not quite there.
  9. Sorry it took so long. Main site is: https://angelelegancevintage.com
  10. I am working on following upgrading from 1.6.1.4 to the latest version. Have followed the Upgrade Tips for creating a test site pinned to the beginning of this forum. I can log into the BO at "testsite.websitename/admin". Have changed Preferences > SEO & URLs to "testsite.websitename". Haven't yet tried upgrading yet. Thought I'd see what it looked like first. Only problem is the live site is what comes up when I click the "My Shop" link. Trying to go directly to "testsite.websitename" doesn't work either. How do I view and check the site before I start working on it? Thanks for your help!!
  11. I tried the same type of search of my shop using my computer at my computer at work. Same type of happening. Over 90 results for a "factory folds" search. Yet, 2 days ago several customers searches only reported as having 20 results on my statistics. This happens for other kinds of searches. Only 20 results tops. Could someone search my shop at AngelEleganceVintage.com and let me know what your results are? Or, maybe explain what is happening? I'm mystified! Dee
  12. Whenever my customers search my site, shop search shows the highest result as being only 20 results for any of the different tags they are searching for. I know I have more results than that. When I checked using the same tags as my customers, I get results from 33 to 140. Why would the results be different for me than for my customers? I'm using Prestashop 1.6.1.4 and Quick Search Block 1.7.0. Thanks for your help! Dee Passmore AngelEleganceVintage.com
  13. I plan on trying to upgrade from 1.4.8.2. I have followed the instructions from 08/29/2013 about creating a test site first. Have setup the subdomain and database. I can access the test site BO and the test site's homepage. Clicking the other pages revert back to the main site. I get the following error message: "Your are currently connected with the following domain name: websitename.com This one is different from the main shop domain name set in "Preferences > SEO & URLs": testsite.websitename.com. Am I leaving out a step and should I add a subdomain in BO/Tools, will this help? Does it matter if I call the test site testsite.websitename.com or websitename.com/testsite in Preferences->SEO&URL's in both the Shop domain name and Shop domain name SSL? I am able to access the home page for the test site by typing the address in the address bar but not by clicking the "view my shop" link. If neither of these works, what could? Dee Passmore
  14. I am trying to backup all of my files before I upgrade Prestashop. I have several files which I keep failing to transfer. They are located in Tools / Smarty / Cache folder. Using Filezilla which says it is unable to open them. Tried to download from the server, but unable to because the file name is too long. All of them seem to be thickbox jpgs. Is it worth worrying about this handful of files? If so, any ideas on shortening their name? Thanks, Dee Passmore
×
×
  • Create New...