Jump to content

PeteZ

Members
  • Posts

    54
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

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

PeteZ's Achievements

Newbie

Newbie (1/14)

4

Reputation

1

Community Answers

  1. https://imgur.com/hKxVs3t Can't update any products. No error. It just does not change. See link above for screenshot of server configeration
  2. can someone help on this? We also have an issue that if you edit a product eg change description it does not save. This only happens on Win 10 and I am thinking it may be to do with the above error missing file message
  3. I see this message. I replace index.php but it gets removed again when cache is cleared. Using latest version of Prestashop. Some PrestaShop files are missing from your server. (/cache/smarty/compile/index.php)
  4. latest version has a red button saying "Get PrestasShop Support" Yes it's spelt wrong too! But how the hell do I get rid of it? screenshot http://i.imgur.com/qg254gT.png
  5. Thanks to jeevanoss for his great support. He upgraded our Prestashop in a matter of hours and was able to overcome the upgrade issues I had. Very professional and good price. This job is now completed
  6. its ok. Hopefully I have an install specialsit looking at it.
  7. Urgently need upgrade of Prestashop. Please supply price and when you can do.
  8. trying to upgrade 1.5.5.0 but i get a 500 error. when i click on 1 click update configure button I think it could be maybe a php server version issue with this older cart? I see this error in the setting check area Optional parameters: Please fix the following error(s) mbstring Maybe this is an issue because of later php version on server. Also I see this Missing files (1) admin9523/autoupgrade/index.php replaced that file but when I attempt again it adds different files and folder in there. Maybe I should install earlier version of 1 click upgrade?
  9. JOB NOW FOUND Our website gives the wrong responsive view sometimes on iphone 5. It gives this wrong view http://i.imgur.com/XAf65b9.png whereas it should look like this http://i.imgur.com/1n6iECD.jpg We are looking for someone who can fix this at a reasonable price.. Website is here http://cupcakesandcola.com.au/ And this is the orig theme purchased some years ago and modified not by me. http://www.templatemonster.com/demo/45587.html
  10. could it be the google analitics plugin doing this?
  11. htaccess keeps adding redirects. I delete the code and it comes back. No viruses I can find. No cron jobs. Can anyone help?? This is what keeps getting added to htaccess every time I delete it... <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ 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 RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^cupcakesandcola.com.au$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule>
  12. thats right and before it used to go to home. As I said I did not want a custum link as I would have lost all the submenus. In any case its now been fixed by the Template Monster techs and its working as it should again now.. Great service, thanks Template Monster.
  13. Hi, Can anyone solve this prob? When I click home button it goes here http://saltandsoul.com.au/content/category/1-home but it should go here http://saltandsoul.com.au/ I would like to keep all the sublinks as is on the home button so dont want to make a new link for home otherwise I will lose all the other sublinks
  14. this did the trick. it was the delimeter. it was comma instead of semi colon. http://www.howtogeek.com/howto/21456/export-or-save-excel-files-with-pipe-or-other-delimiters-instead-of-commas/
×
×
  • Create New...