Jump to content

keat

Member
  • Posts

    1,614
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by keat

  1. I changed it back again when it didn't work. The sterling site was the pre-cursor to the cableties upgrade, which went ahead today. I've just restored the modified css if you want to take a look.
  2. I've noticed that I seem to be missing the edit button on posts. Also, it appears to do some sort of time out. ie, I can type my post up, and if I've not hit the submit button within a few minutes, the submit button has no effect, I'm having to refresh the page .
  3. With the 4 lines intact, the image displays, but it's huge https://www.cabletiesonline.co.uk/aerosols-glue/scented-dash-vinyl-polish.html If I view the image info it says that it's scaled to something like 485 x 1023, yet the image will be no where near this size. If I remove those 4 lines, then the image is chopped in half, until I perform a page refresh. I commented out that width line, which didn't help, and I also uploaded those 2 files, which hasn't helped either. These images will probably all have been 500, due to it being a former V3 site, the one mentioned above is 122 x 390px. If I edit the image in photoshop, make it 390 x 390, giving it some white space, it will display OK if I follow the link to the cache, it displays OK.
  4. If I delete the few lines, then it makes matters worse. only if i refresh the browser each time, the image is displayed correctly. This is the same with chrome or firefox. Incidentally, I don't have this issue with Mican I could fix this but I'd have to edit a whole load of images.
  5. I came back this morning and the issue has re-occured, so heaven only knows why it worked last night and doesn't again today. Anyhow, after tinkering with the image, I figured out that it must have something to do with the layout of the image. The image in question was 500 tall by 165 wide, and causes an issue with the display. If I modify the image to be 500 x 500, then it displays correctly. Any thoughts what's causing this ?
  6. Considering I only applied that mod this morning, you'd think I'd have realised where I should be looking. Now having said that, I havn't a clue what I should be looking at, so I may have to contact Daren.
  7. for the time being, i'm using the foundation skin from 6.1.1
  8. Seems to work ok with Foundation from 6.1.1 also but not with 6.1.4
  9. scroll down to the superglue. compare this with https://www.beal.org.uk/lubrication-cleaning/adhesives/superglue-20g.html it's the same image I cleared the lines a.open-clearing #img-preview { width: 100%; height: 100%; } Delete the above. in cubecart.css, but this made things worse I just jumped on to my PC in the office and can confirm that the image is only 165 x 500, so well withing the boundaries as foundation.
  10. I forgot about the password, it's my test domain. try: cubecart forum12345
  11. When I enter in to a product the product image is huge and starting to pixelate. Wondering if was anything to do with the work I've done today, I started to roll back. If I install a clean 6.1.5 foundation skin, the problem is still there. If I imnstall a 6.0.12 foundation skin, the problem goes away. I'm confused ? http://www.sterlingworkshopsupplies.co.uk/superglue.html
  12. I'm using firefox V51. I already used 'Inspector' but all I can gather is the area is called vertical-navigation-box-link-cbd, but I can see any reference to this in any of the css files
  13. I managed to fumble my way around some of the errors by creating a clean copy of cubecart. Copied just the data from my faulty table to the clean table, then copy the newly built table back in to the database. Whether or not I opened up a can of worms, time will tell. Following BSmithers instructions, I sort of figured out the others.
  14. Any ideas how I fix these CubeCart_category.cat_parent_id has no key set. Expecting KEY. There appears to be a few of them
  15. I found this which seems to have moved the column across. Now just need to work out how to reduce the size of the font a little.
  16. I'd like to make a few modifications to foundation skin, but can't for the life of me figure out where. I've installed Semperfi's vertical navigation mod. I'd like to move the nav bars to the left hand side, reduce the size of the text slighlty, and possibly reduce the size of the nav bars. (one text size is reduced) Any pointers please ?
  17. Edit: I've come up with an idea. We can close this ticket
  18. Could you not create a very simple index.html upload this to your stores root folder, and then rename index.php to something like index.php-goneaway, until you return. <html> <head> <meta http-equiv="Content-Language" content="en-gb"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> <p>Our store is offline until the 6th of March.</p> <p>Sorry for any inconvenience.</p> </body> </html>
  19. Zaromnia In public_html, change the admin.whateveritis.php to what you want it to be. Then using ftp open up includes/global.inc.php and change the corresponding line for $glob['adminFile'] = 'your-new-filename.php'; No need to change the admin folder name. As for the GitHub post, suggested by Al, i'd suggest that you could possibly leave this alone for now. I'd imagine that this will be written in to the next update, so might not be an issue moving forward.
  20. Maybe you have this fixed now? The way I would do this would be to manually upload the pdf file to a location somewhere within my cart structure, usually in a new folder named pdfs or similar. Then using the cart editor, create a hyperlink pointing to that file (http://www.mydomain.com/pdfs/myfile.pdf)
  21. I intially though fix (#1508) fixed this, but it still happens. If I search for an item with a small product_code, it fails. (no products found) A second subsequent search for the same product yields results [11] SHOW COLUMNS FROM CubeCart_search; -- (0.000845909118652 sec) [CACHE WRITE] [12] SELECT SQL_CALC_FOUND_ROWS `id`, `hits` FROM `CubeCart_search` WHERE CubeCart_search.searchstr = 'TR4' LIMIT 1; -- (0.00126695632935 sec) [NOT CACHED] [13] SELECT FOUND_ROWS() as Count; -- (0.000113964080811 sec) [NOT CACHED] [14] UPDATE `CubeCart_search` SET `hits` = '197' WHERE CubeCart_search.id = '229'; -- (0.000271081924438 sec) [NOT CACHED] [15] SHOW INDEX FROM `CubeCart_inventory`; -- (0.000421047210693 sec) [CACHE WRITE] [16] SHOW VARIABLES LIKE 'ft_min_word_len' -- (0.00037693977356 sec) [CACHE WRITE] [17] SELECT I.* FROM CubeCart_inventory AS I LEFT JOIN (SELECT product_id, MAX(price) as price, MAX(sale_price) as sale_price FROM CubeCart_pricing_group WHERE group_id = 0 GROUP BY product_id) as G ON G.product_id = I.product_id WHERE I.product_id IN (SELECT product_id FROM `CubeCart_category_index` as CI INNER JOIN CubeCart_category as C where CI.cat_id = C.cat_id AND C.status = 1) AND I.status = 1 AND (I.name RLIKE '[[::]]' OR I.description RLIKE '[[::]]' OR I.product_code RLIKE '[[::]]') ORDER BY Relevance DESC LIMIT 12 OFFSET 0 -- (0.000531196594238 sec) [CACHE WRITE] [18] SELECT I.* FROM CubeCart_inventory AS I LEFT JOIN (SELECT product_id, MAX(price) as price, MAX(sale_price) as sale_price FROM CubeCart_pricing_group WHERE group_id = 0 GROUP BY product_id) as G ON G.product_id = I.product_id WHERE I.product_id IN (SELECT product_id FROM `CubeCart_category_index` as CI INNER JOIN CubeCart_category as C where CI.cat_id = C.cat_id AND C.status = 1) AND I.status = 1 AND (I.name RLIKE '[[::]]' OR I.description RLIKE '[[::]]' OR I.product_code RLIKE '[[::]]') -- (0.0384960174561 sec) [CACHE WRITE] [1] 1: Unknown column 'Relevance' in 'order clause' [ERROR - CACHE WRITE] What I did notice, is that (#1508) when it yielded results, yielded more results. ie searching TR1 also gave TR10, TR11, TR12 etc etc I've gone back to changing $query = $q2.' '.$order_string.' '.$limit; to $query = $q2.' '.$limit; for the time being.
  22. We chose to enter in to this arena for the love of a challange. I remember as a fresh faced 28 year old, lured to a company car with company benefits, relishing the job, loving every minute of new learning, coming to the rescue and being the hero of the day. 25 years later and I wish I'd taken up basket weaving.
  23. I understood the explanation, but not the code, is there a definitive fix for this.
  24. keat

    UTF8 tables

    I already deleted the test install as I'm using the domain, so I've no cubecart error logs, and in the server error logs, I can see me building the database but not much after this.
×
×
  • Create New...