Jump to content

Sorcha

Members
  • Posts

    48
  • Joined

  • Last visited

Profile Information

  • Location
    Ireland
  • Activity
    User/Merchant

Sorcha's Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. Hi all I am having a few problems accessing some of my back office in Prestashop 1.6.0.14 When I try to access "Performance" or "Configuration" in my back office I get a blank page, with the following error. Can anyone give me some advice on how to solve this? Fatal error: Uncaught --> Smarty: unable to write file /hsphere/local/home/tomsqbt/tomsheehy.com/Shop/cache/smarty/compile/62/fb/70/wrt560276197dde72_24862075 <-- thrown in /hsphere/local/home/tomsqbt/tomsheehy.com/Shop/tools/smarty/sysplugins/smarty_internal_write_file.php on line 46
  2. Hi, Today I installed a new theme on my shop. I am still not using this theme, just my original one, but all my products have disappeared from my store. The categories are still there but the header bar is also missing from the front page. Can anyone shed any light on this? I am using Prestashop 1.5.4.1 and I downloaded the new theme from Theme forest. my website is www.tomsheehy.com Thanks Sorcha
  3. Ok. Just to come back on this. Completely a problem with the server. Very bad service I know, so think I will be leaving them Thanks for the help Sorcha
  4. Hi jgamio. I have tried that but it did not work as there is an error when I try to save in PHPmyadmin. EL Patron I think I will have to use backup but also having problems installing back up database. Will definitely need to speak to hosting provider, but its Sunday so will have to wait until tomorrow. Thank you and I will update this post when I have more in info. Sorcha
  5. So I have been having a few problems over the last few days with my site. My minic slider has moved to the middle of the page and my hosting provider's server was down for over a day. But when the server came back up, my store now has the "oops something went wrong" text on the site. When I try to login to my back office I am getting " There is 1 errorThe Employee does not exist, or the password provided is incorrect. Don't know what to do! Can anyone help. I have tried manually changing the password in PHPmyadmin but that is just coming back with error and will not take the new password. Can anyone help me??? PLEASE??? my site is www.tomsheehy.com.
  6. Hi I am currently using Prestashop version 1.5.4.1 and thinking of changing my store theme. I have found a theme that is compatable with this version, but I'm wondering if I change will my google ranking be affected? Is there any way to keep to url's the same within the site? Also if I decide to upgrade to version 1.6 in the future, will this affect me? Thanks Sorcha
  7. I have been trying to speed up my website as it can be at times a bit slow. One of the problems is with a google apis font which cannot load. I have tried making changes to the header.tpl file as suggested on previous forums, but I cannot seem to get this to stop loading. See attached image for pingdom details on this. Any suggestions? Thanks Sorcha
  8. I am using prestashop version 1.5.6.0. When a customer makes a purchase on my store, I cannot view this invoice. The page which opens is simply coming up blank. My website is www.tomsheehy.com/Shop Thanks Sorcha
  9. El Patron, I have been tinkering around with the module and have to say my website seems to have sped up a lot. Thanks!! Just one question maybe you could help me with. My pingdom test found a css code that is missing http://tomsheehy.com/Shop/themes/theme723/css///fonts.googleapis.com/css?family=Henny+Penny I do not know where to find this, or how to fix. Do you have any suggestions? Thanks Sorcha
  10. Hi, my website url is http://www.tomsheehy.com I appreciate what you are saying about metrics, but the only thing I have to go on, apart from my own machine is this. I cannot really tell yet if it is faster. I find that the speed of my site varies a lot between different computers. We have a few different machines at work, generally older one's and I find the site very slow on these. Thanks again for the feedback.
  11. Hi El Patron, I have installed the module, but does not seem to have made any difference. I have used the settings as outlined. According to my gmetrix report there is not change. Is there something I am missing? Sorcha :-(
  12. Hi, I know this is a topic that seems to come up a lot on prestashop but I have yet to find a solution on the existing discussions that work. My site is very slow, most of the time, not always which is strange I think. From one load to the next it seems to change, even if I have made no changes According to gmetrix I need to set an expiration on a number of my files. I have tried adding the recommended text to htaccess but this seems to make no difference. Obviously there are other problems but this is first of the list!!. A long list!! This is code on my htaccess file # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ## <IfModule mod_rewrite.c> SetEnv HTTP_MOD_REWRITE On RewriteEngine on RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule . - [E=REWRITEBASE:/Shop/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ 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} ^tomsheehy.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^tomsheehy.com$ 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} ^tomsheehy.com$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^tomsheehy.com$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/jpg "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" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /Shop/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 my website is http://www.tomsheehy.com. I have attached the full gmetrix report for this. Any help appreciated. This is driving me crazy. GTmetrix-report-www.tomsheehy.com-20140320T072344-buCsQIw2-full.pdf
  13. Ignore last post... Found it!! In global.css. Horray. Thanks Vekia Always so helpful Sorcha
  14. Hi Vekia, Thanks for that. I tried editing this in the product_list.css but it did not seem to make any difference. Any suggestions where I might find this code to edit? Not sure what you mean by 'minified'. Rookie...sorry. Sorcha
  15. Hi I have a template which I purchased from Template monster and I have a strange problem with the layout. On the categories page, the spacing between the subcategories is wrong between subcategory 5 and 6 and subcat 10 and 11 and so on. I've attached an image of what I am talking about. I realise this a very minor problem, but its just bugging me My website is www.tomsheehy.com/Shop If you go into the various categories i.e. bedroom, dining etc, you will see what I am talking about. Just to confuse this further, this problem is not visible on all browsers, on older versions, and on smaller machines i.e tablets and phones, the layout is fine as the subcategory images are smaller. Thanks in advance Sorcha
×
×
  • Create New...