Jump to content

kurraglen

Member
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    1

kurraglen last won the day on January 21 2020

kurraglen had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Australia

Recent Profile Visitors

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

kurraglen's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later Rare

Recent Badges

1

Reputation

  1. Yes, eventually. My Cubecart site and 2 other websites that I have, as well as a lot of others on the same shared server were infected with malware and kept regenerating files like about.php, lock360.php or radio.php and modifying index and htaccess files. Vodien hosting support was hopeless and they couldn't fix it, so eventually I spent hours finding and removing a lot of files that didn't belong there. I gave Vodien the flick and changed over to VentraIP and the problem no longer exists and the sites load a lot faster. I am not convinced that it was just the malware that was causing the 503 error. I suspect that it was an issue with the server itself that Vodien was having intermittent problems with and seemed that they were incapable of rectifying it.
  2. Thanks very much for your feedback. I'll keep pestering Vodien.
  3. Thanks for that. The last error is showing: [01-Dec-2022 17:07:04 Australia/Sydney] PHP Notice: Possible Phishing attack - Redirection to 'http://kurraglenindustries.com.au/shop/admin_14HXeN.php?_g=login' is not allowed. Please check the value of 'Store URL' in the SSL section of your store settings. in /home/xxxxxxxx/public_html/shop/classes/admin.class.php on line 437 I changed the account to x's for security. I just checked previous errors, which show: [25-Nov-2022 16:46:44 Australia/Sydney] PHP Warning: Security Warning: Illegal array key "bxMY=5800_AND_1=1_UNION_ALL_SELECT_1,NULL,'<script>alert("XSS")</script>',table_name_FROM_information_schema_tables_WHERE_2>1--/**/;_EXEC_xp_cmdshell('cat___/__/__/etc/passwd')#" was detected and was removed. in /home/xxxxxxxx/public_html/shop/classes/sanitize.class.php on line 114 [25-Nov-2022 17:03:23 Australia/Sydney] PHP Warning: Security Warning: Illegal array key "bMIr=1773_AND_1=1_UNION_ALL_SELECT_1,NULL,'<script>alert("XSS")</script>',table_name_FROM_information_schema_tables_WHERE_2>1--/**/;_EXEC_xp_cmdshell('cat___/__/__/etc/passwd')#" was detected and was removed. in /home/xxxxxxxx/public_html/shop/classes/sanitize.class.php on line 114 [25-Nov-2022 17:03:23 Australia/Sydney] PHP Warning: Invalid Security Token in /home/xxxxxxxx/public_html/shop/classes/sanitize.class.php on line 155 [25-Nov-2022 17:03:39 Australia/Sydney] PHP Warning: Invalid Security Token in /home/xxxxxxxx/public_html/shop/classes/sanitize.class.php on line 155
  4. I tried to login in to my shop admin area which shows the login screen but enter the username and password, it returns an error: Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request. Our site is hosted by Vodien and we have had numerous times when it appears that our cPanel password has been changed but not by us. Whether that has anything to do with it, I'm not sure. Any help would be great, as the support at Vodien is hopeless sometimes. They are suggesting that it is my internet connection, which it isn't. Thanks Bruce
  5. Thanks for all of your help and the explanation. Much appreciated. Thanks again, Bruce
  6. The error log file is huge (nearly 20 meg) but the latest few in it are: </scrip in /home/kur49073/public_html/shop/includes/lib/smarty/plugins/function.combine.php on line 163 [13-Sep-2021 19:19:11 Australia/Sydney] PHP Warning: File /home/kur49073/public_html/shop/<script src="https://www.paypal.com/sdk/js?client-id=AbbgN73WS7pChj6Os4nx-zJwvwrMwpFirXmxCvWy3M--ooCJZJ9owtS96z0IqDB-9fvgtAidMAzi2P71&currency=AUD&components=messages"></script> <script> $(document).ready(function() { if ($("#ptp").length) { var amount = parseFloat($('#ptp').attr("data-price")); if($('.product_wrapper #main_content form .row .row').length) { $('<div class="pad-top" data-pp-placement="product" data-pp-message data-pp-amount="'+amount+'" data-pp-style-layout="text" data-pp-style-logo-type="inline" data-pp-style-logo-position="left" data-pp-style-text-color="black" data-pp-style-text-size="12"></div>').insertAfter(".product_wrapper #main_content form .row .row"); } else { console.error("PayPal Message Error: DOM Element '.product_wrapper #main_content form .row .row' - Doesn't exist! Please check your PayPal Commerce settings."); } } }); </scrip in /home/kur49073/public_html/shop/includes/lib/smarty/plugins/function.combine.php on line 163 I can't see any that relates to a skin issue. No I don't have debug turned on.
  7. Thanks Brian, Changing the element.js_head.php to what you suggested has rectified the issue! I had a ini-custom.inc.php file in there already from a previous issue and the error log was huge. I downloaded and then removed the error log file and there is no new log file. Question is, do I leave the element.js_head.php the way it is now, now that it is working or would that cause other issues? On another note, you may remember the issue that I had with the review form not working, - well that also is now working as expected. Thanks, for your time and effort. Bruce
  8. All I can tell for the PHP version is in the cPanel it says version 7.1 The element.js_head.php contents are: {assign var=js_head value=[ 'skins/{$SKIN_FOLDER}/js/vendor/modernizr.js', 'skins/{$SKIN_FOLDER}/js/vendor/jquery.js']} {foreach from=$HEAD_JS item=js} {$js_head[] = $js} {/foreach} {combine input=$js_head output='cache/js_head.{$SKIN_FOLDER}.js' age='604800' debug=false}
  9. I checked the main.php file and it has the element.js_head.php in it. I just tested it with the default skin and it has the same issue.
  10. I have a couple of customers reported that when they go to a product page, the shopping cart won't show when clicked or hovered over. I tested it myself and when I go to the product page and add a product to the cart, the cart won't show unless I go to the main shop index page. However, if the item is added from the main shop index page, the cart shows. The products are added to the cart but won't show on any of the individual product pages. The site is: https://www.kurraglenindustries.com.au/shop/index.php Cubecart version is: 6.4.4 using Noodleman V6 skin. Thanks in advance, Bruce.
  11. Hi Brian, Sorry for the slow reply, had a busy week. I did try what you suggested but no luck unfortunately. There doesn't appear to be any errors related to JS or CSS files either. Not to worry, I really appreciate your help anyway.
  12. Sorry Brian, that didn't do the trick unfortunately.
  13. Thanks Brian. The reviews used to work and I haven't changed any of the files. As far as I know, it is the latest version. I turned on debug mode, but I cannot see any errors relating to js or css files.
  14. Yes the element.js_head.php file is in the templates folder. Code in it is: {assign var=js_head value=[ 'skins/{$SKIN_FOLDER}/js/vendor/modernizr.js', 'skins/{$SKIN_FOLDER}/js/vendor/jquery.js']} {foreach from=$HEAD_JS item=js} {$js_head[] = $js} {/foreach} {combine input=$js_head output='cache/js_head.{$SKIN_FOLDER}.js' age='604800' debug=false} Also there is a file: c40ca.js_head.noodleman_v6_20190831161300.js in the cache folder.
  15. Thanks Brian, Those statements are in the main.php file and I have removed the other 2 additional statements but same thing unfortunately. I did clear the cache just in case. Bruce
×
×
  • Create New...