Jump to content

slic535

Member
  • Posts

    287
  • Joined

  • Last visited

Everything posted by slic535

  1. do I erase the other admin folder? error log reads
  2. after the update it put a new string on the admin login and gave me another admin folder. I have two admin folders. I have changed the string in the includes/global.inc.php but it didn't do anything.
  3. I have recently upgraded from 6.1.13 to 6.1.14 and I am unable to login to my admin. I just get a blank white page. anyone know the answer to this one?
  4. when I look at the .com it shows .com but when I touch the address bar it changes to http://www. I never noticed it change. Ok is it working now!
  5. still nothing. I left the coding in it to see if you see something else
  6. I switched from php 5.4 to 5.6. would that have something to do with it? if you got it to work where did you put the coding? ##### START CubeCart .htaccess ##### ## File Security <FilesMatch "\.(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA] </IfModule> ## Default store 404 page ErrorDocument 404 /index.php ##### END CubeCart .htaccess ##### <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$"> ErrorDocument 404 "<html></html> </FilesMatch> ##### END CubeCart .htaccess #####
  7. thank you for trying. I will have to submit a ticket and see what can be done. I tried this and it didn't work RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com$ I chose everything on the page and tried it. nothing had any effect and if it did it doubled the www.name.comwww.name.com. I think it has to do with the coding in the file and a file in the admin htaccess file that restricts it but I don't know because I am not fluent on the php.
  8. I tried every link that was on the page and nothing worked. any ideas?
  9. I updated from 6.1.9 to 6.1.10 and my website isn't redirecting directknifesales.com to www.directknifesales.com. How can this be done? I have been seeing something with the .htaccess file but everything I try doesn't seem to work. do you know what the coding is to make it work?
  10. I upgraded my php to php stable (5.6). will that mess with it? should I put it back to php 5.4. the items add to the basket, that's not what I am saying. whats happening is the picture part wont let me put a picture in it. it will act like it loaded the picture in cubecart for me to checkmark from the list above but it didn't add the picture to the list. so I see the picture below and the list above without the name of the pic in it to be marked for use.
  11. I used to be able to put everything in at once with the picture and heading with description. now I have to put in the heading and description and upload it then go back into it to upload the picture. Some pictures wont show even after I upload them to cubecart to be uploaded online. I cant find them in the picture listing to put a mark on them. Yes my experience is very different on this end to as the way it was. also the heading when I goto an item need to be filled in because there is only half of a heading. I thought the patch was supposed to fix that.
  12. I have updated to 6.1.10 from 6.1.9 using the patch. After I updated it said (the setup part) it was updated to 6.1.10 but in the shopping cart maintenance it says its still 6.1.9. when I add an item, I have to upload the wording and then go back to add the picture. am I missing something for it to do it all at once and then upload? also I have had some people put through an order and it will charge them but not show anything in the shopping cart.
  13. I updated my site from 6.1.2 to 6.1.9 and I get an http 500 error. how do I fix this?
  14. I upgraded from 6.0.12 to 6.1.1. I got it to load a pic but there is an extra step. I upload the pic then I have to go to the list above and put a star in the box of the pic. its not doing it automatically like it used to.
  15. I just uploaded to the new update 6.1.1 and when I upload a picture it wont save the picture. it is around 97kb
  16. I changed the order to processing and it fixed it. very strange.
  17. I tried to print off an invoice and it gave me a 505 bad gateway error. every time I try it does it but only for this one customer. I can print off other customers orders. it give me this string files/print.f3392b2d3b9044e80f020983020efc99.php I am using 6.0.12
  18. I am using the new version 6.0.12. I put 13" SKM/AB >> Automatic Knives, Switchblade Knives in my category heading and it shows off to the side > Automatic Knives, Switchblade Knives"> and at http://directknifesales.com/13-skm/ab-italian-stilettos.html by the banner on the right it gives a link back to my site with the words. why does it do that? is this a bug or does it not take certain signs in the heading area?
  19. I am using the new 6.0.11 update and after I add items to the cart and go to checkout it give me an error and goes to the lookup order section. then when I push the back button or goto the cart the order is erased and if I try to put any of the items I picked back in the cart, it wont add them. The following errors were detected: Something might have gone wrong!? Please check your order and contact us if you require any asstance.
  20. thanks dirty butter, that seemed to have worked. I never noticed that option.
  21. I am using the new update 6.0.10 and I am unable to delete a category. it says failed to delete category, as it contains one or more products. there is nothing in the category.
  22. I am using the new update 6.0.10. i went to login and instead on using /admin i had to use /admin.php . if i use /admin i get a server 404 error. this just happened and not sure why. was working earlier today and suddenly switched. the hosting company could not fix to go back to the /admin and said i had to use /admin.php from now on.
  23. I have a customer who ordered twice on one day. he then ordered 2 days later and the invoice number from the first day he ordered was used on the 3rd day and it erased the order from the first day. I am showing 2 charges with the same invoice #. How can this be? I was unable to send the guy his stuff on time because it didn't show it. is this a bug? I am using 6.0.8 just placed order number 151213-111132-2074 on 13 Dec 2015, 11:11. 151213-111132-2074 15-Dec-2015 10:33:03
×
×
  • Create New...