Jump to content

havenswift-hosting

Member
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    84

Posts posted by havenswift-hosting

  1. 59 minutes ago, Dirty Butter said:

    Is it still working that shows someone else has commented while you are writing a response?? I've had that NOT warn me several times of late.

    I have seen that still working but also had times when clearly it didnt work - recent upgrades to the forum software appear to have caused lots of irritating little changes / issues 

  2. On 3/7/2017 at 2:12 PM, keat said:

    We have a number of dealings with suppliers in CN, so if I blocked that country code, I dare say it will create a number of email problems.

    lol - I wasnt suggesting that it was a good idea at all, just that CN, UA, VN, RU are all towards the top of the countries where these types of problems come from.  Besides by far the highest number of incidents come from US anyway - there are a lot of script kiddies in US but most people from other countries know that you cannot simply block US like this and route their traffic through proxies in US / UK / DE etc  

  3. 52 minutes ago, keat said:

    07-Mar-2017 14:13:03 UTC] PHP Notice:  Error: Hook 'category_product_options/hooks/class.cubecart.pre_display_category.php' was not found in /home/xxxx/public_html/classes/hookloader.class.php on line 280

    That PHP Notice is 100% from our Category Product Options plugin but as Alec has said, it will not cause any problems at all.  The issue is annoying as it fills up the error_log file but it wont be causing any issues and if you are no longer running that plugin and you are having problems with one of Daren's then that message is not related

  4. 2 hours ago, foz1234 said:

    i will correct the merge choice and set up separately over the coming days now i know what to do with that, i only went with that choice because it was recommended in the drop down menu in Cube cart to start with, i did my best with it as it was. 

    I agree that it shouldnt be the recommended choice https://github.com/cubecart/v6/issues/1543  Using Replace forces you to think more about creating the content and the correct meta data but you do need to know your target keyword phrases.

    Quote

    regarding Point 4, how is this corrected?

    You need to choose whether you want to use www. (we generally setup all our customers this way - if it is good enough for Google to use themselves !) or not and then add the correct 301 directives to your .htaccess file

    Quote

    i have added eg. http://domain.com, https://domain.com, http://www.domain.com,  & https://www.domain.com to google webmasters, is not the correct thing to do? 

    You shouldnt need to do that if you have the 301 directives in place and working correctly.  We also have HSTS configured on our servers which helps with SSL as well.

  5. I have split your posting plus the reply from @bsmither into a new thread.

    There are any number of ways at the server / hosting side of things that should already be preventing this type of thing but it sounds like your hosting company doesn't have these configured. A DDoS attack like this coming from a single IP address should never be allowed through the server security.

    For clarity, are these customer login attempts or attempts to login to admin ?  What version of CubeCart are you running ?

    Ian

  6. Merge is a very poor choice because it uses the same global meta data on every single page and will add that to whatever is entered on each individual page (which many people then dont do leading to every single page having exactly the same meta title and description) but as you are limited to 66 characters for the title, if you enter 66 or more characters in the global setting and use merge, you still end up with the same 66 characters for every single page - meta titles should be unique for every single page on the site and should contain a few selected keywords that are good for your site and relevant to the content of the page.

    Point 2 is also extremely important and something most people dont look at 

    Point 4 - if your site is domain.com then http://www.domain.com ; http://www.domain.com/index.php ; http://domain.com and http://domain.com/index.php will all return the same content but Google treats them as different website pages and hence four duplicate content pages.  Add in incorrectly formatted https behaviour (which should happen with CubeCart now if SSL is switched on but I have seen poorly configured server settings causing problems as well even then) then double that to eight pages.

    You say that when searching for products you have better rankings than the homepage - that totally depends on what search terms you are using (hence the vital importance of point 2 !!) and if you are searching for a product then finding the product page is exactly what you want !

    Did you add a 301 redirect when removing the .html file - unfortunately a massive mistake if you didnt and unless it was done in the last few weeks, then it is probably too late for that.  A lot depends on what content was on that page in comparison the the store homepage now and what searches you are doing (back to point 2 yet again but this is the most important aspect which most people dont even look at !).

  7. This is quite common with PayPal but strangely (!) whenever you speak with them, they will always say their systems are working perfectly and blame everything else (hosting, the application, emails going into spam, your internet).  As much as it is a pain, all stores should always check directly in PayPal (and all payment gateways really) to verify payments, especially when shown as Pending

  8. Almost impossible to say without an in depth examination of your site but a few key pointers :

    1) For good SEO never use Merge - it should not be the recommended method.  Always use "Replace" and then ensure that all documents, categories, products etc have unique meta title and description (dont waste any time on keywords as not used)

    2) Know what your 50 to 100 target keyword phrases are and write content and meta information to suit (this is the hard part !)

    3) Register with Google Search Console (Google Webmaster Tools) and check all errors and warnings and fix where indicated.  Create a good sitemap both for pages and for images on a regular (weekly is fine for most stores) basis and submit to Google and Bing

    4) Ensure you dont have duplicate content - most commonly found on the homepage where most stores have at least four different urls displaying the same content.

    5) Always use a SSL - Google are already ranking SSL sites slightly higher but during this year will increase that even more and are already prominently highlighting sites with logins that arent secure

    6) Ensure your site is using microdata - https://www.cubecart.com/extensions/plugins/google-schema-org-microdata-plugin

    7) Dont create situations where 404 errors are happening - always use 301 redirects - Google doesnt like them and you are losing link juice

  9. 57 minutes ago, keat said:

    I've totally blocked RU (and recently BG) in my server firewall.

    A tad harsh, but I don't need the hassle.

    That is one approach but you could and should also include UA, CN, VN and a few others.  However, it is an option with diminishing returns, as blocking that many IP addresses slows server firewall performance down as much as or more than than allowing script kiddies from these countries through ! It is also trivial to spoof an IP address or route traffic through a constantly changing set of proxy addresses based in countries that you cannot block.  DB connection errors indicate an overload of connections to the MySQL server but how these are dealt with is very specific to each and every incident 

  10. 34 minutes ago, njohn said:

    url is natchezshop.com/shop

    If this because: For the last several weeks we have been having "db connection errors" and coincidentally numerous gibberish contacts with a RUSSIAN ip address. VERY suspicious. Want to simply have a "mail to" link for customers to reach us.  

    If you are having DB connection errors that is probably because the settings on your hosting server are set to reject connections above a certain number - the fact that you are seeing a large number of connections from Russian IP addresses shows you are probably under some sort of attack that your hosting isn't the dealing with very well

  11. The automatic upgrade is totally unreliable at the moment !  However if you do a manual upgrade and ensue that you copy all files from /admin directory to your renamed admin_xxxxxx directory and copy the admin.php file over the admin_xxxxxx.php file them the upgrade works perfectly 

  12. Removing APC is a server level change and not trivial, so for them to not know what happened or have record of changes to your hosting should be very concerning !  While you got your store working again by following the instructions to change which caching method it uses, it didn't actually fix the issue, just by-passed it

  13. 23 minutes ago, KweenBee said:

    OMG!!  THANK YOU!!!!! I changed the file as the link suggested and it worked perfectly!!! You saved my weekend. Thank you so much!!!

    You are very welcome although would be interesting to find it why that suddenly failed.  If it used to work and you haven't changed anything, then it is probable that godaddy either removed APC from your server or moved your account to a different server that didn't have APC installed.  Either way, something they shouldn't have done without notifying you

  14. Did godaddy confirm whether you have APC installed on the server ?  Have you checked which caching method your store is set to use (Store Settings | Advanced tab).  If you edit the includes/global.inc.php file you can change it from using APC to any of the other supported caching methods (https://support.cubecart.com/Knowledgebase/Article/View/235/41/how-do-i-enable-apc-memcached-redis-or-xcache) - "file" will definitely work although is the slowest method by far

    Ian

  15. There are a couple of other threads in these forums asking the same thing but the best way is to use phpMyAdmin to add, delete or correct each one as appropriate to your errors - each site can possibly have different issues so no one set list of corrections

    Ian

  16. If you want to enhance the functionality of manufacturers then take a look at our plugin which is available from our website here : https://www.havenswift-hosting.co.uk/clients/cart.php?gid=19

    The added functionality is as follows

    Enhanced Manufacturers 
    This plugin greatly enhances the very limited built in manufacturers functionality within CubeCart. Specific features include :

    * manufacturers displayed either in a drop down box or displayed as a list in a sidebar box 
    * each manufacturer has their own page, which can be edited to show the manufacturer details and all products assigned to that manufacturer
    * a link to the new manufacture page is displayed on the product page
    * when browsing categories, or in search results, there is a filter by manufacturer which only show manufacturers for products which are actually in stock.

    When adding/editing a manufacturer you can:
    - set the status
    - set the order
    - set a description
    - set an image
    - set SEO fields (title, description, keywords)

    As with all our plugins and skins, this plugin comes with one year of support and access to upgrades included in the price

×
×
  • Create New...