Jump to content

Big Spender

Member
  • Posts

    118
  • Joined

  • Last visited

Posts posted by Big Spender

  1. I am using the standard htaccess file as below, if I go back to my host to discuss this in regard to a potential SSL issue what questions should I be asking them? What information would be useful for me to gain to help diagnose this issue?

    ## 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
    
      ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      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
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

     

  2. Hi,

    I have an issue with the basket on my website, I generally get the attached message when the basket is loaded for the first time and then if I go back to the previous page and return the basket then shows until I attempt to add further items and the same happens again.

    I have read all the threads on here but cannot resolve this with their suggestions, my host can't see any issues on their side which would be causing this.

    I am running the latest v5 (5.2.17) - ideally don't want to upgrade to v6.

    PHP Version 5.4.45

    Website does not use SSL.

    SEO friendly URLs are enabled, disabling them makes no difference.Capture.PNG

    I have also noticed that if I try to empty the basket or remove products from it they aren't removed until i go off the page.

    Any help appreciated.

     

  3. Any further help on this would be appreciated, here is a live chat conversation I have had with 123-reg today:

     

    ------------------

     

    User (14:20): Hi,
    123-Reg (14:20): Good afternoon, I'm 123-Reg from 123-reg support team. How may I help you today?
    User (14:21): I have an issue in that any @mydomain.co.uk emails sent from my website automatically (e.g. order emails, etc) aren't being delivered. I have done some research on this but it maybe easier for you to understand this by reading this thread: '?do=embed' frameborder='0' data-embedContent>>
    User (14:22): the jist of the issue is that emails sent from @mydomain.co.uk aren't being received to @mydomain.co.uk
    123-Reg (14:24): Please allow me a few moments as I am looking into this for you.
    123-Reg (14:28): Can you please advise if you experience any issues while sending emails via the webmail service here: https://webmail.123-reg.co.uk/login/
    User (14:30): no thats fine, sending and recieving to/from via the mail server isn't the issue, the issue is when an email is sent from the @mydomain.co.uk domain name on another server and is being recieved by @mydomain.co.uk on your server, at that point it is not being received.
    123-Reg (14:31): My question is if you experience any issues while sending emails to [email protected] for example.
    123-Reg (14:31): Not straight to your website.
    User (14:32): no from/to own mail server is okay
    123-Reg (14:33): On the start of the chat you have mentioned that you experience issues while sending emails from your website.
    123-Reg (14:34): My question is if you send emails from webmail (our platform and not through your website) do you experience any issues?
    123-Reg (14:34): you receive a bounce back message?
    User (14:34): no
    123-Reg (14:37): In this case, can you please elaborate a little your query for example when you say your server, where exactly do you log in to send emails?
    User (14:40): I don't, an example would be if someone fills out a contact form on my website, that contact form then sends an email with the information filled in from [email protected] to my email (which we have tested to send to [email protected] or [email protected]), that email isn't being received. If we change the email in that form to send to any other email address it works fine, it only does not work when it is a @mydomain.co.uk address, therefore I believe that email is being blocked on your end
    123-Reg (14:46): I see. Let me try and send a test email to [email protected] and see if you receive it.
    User (14:47): we will, its purely when sent from a server which is using [email protected] as a sending address
    User (14:47): that the issue occurs
    123-Reg (14:48): I see. In this case, I will send the test email to [email protected] from the webmail service and this way we can check if all is in order with the email service.
    User (14:53): we already know that works, thats all fine. Again, the issue is when a server (not a 123-reg server) sends an email with the sending email as an @mydomain.co.uk address, when that email gets to the 123-reg mail server, it doesn't receive. So to test this you would need to fill out the form @ http://www.mydomain.co.uk/contact-us.htmlwhich in turn emails (or should email) those details to [email protected] from an @mydomain.co.uk address
    123-Reg (14:57): On our end I can only provide you with the settings that need to be added to your website:
    123-Reg (14:57): incoming email server: imap.123-reg.co.uk
    incoming server secure/SSL option: ON
    incoming server port number: 993
    incoming server authentication: ON
    incoming server login name: your email address
    incoming server password: your mailbox password
    authentication type: password/plain
    outgoing email server: smtp.123-reg.co.uk
    outgoing server secure/SSL option: ON
    outgoing port number: 465
    outgoing server authentication: ON
    outgoing server login name: your email address
    outgoing server password: your mailbox password
    authentication type: password/plain
    123-Reg (14:57): Your domain is pointing to the IP Address xxx.xxx.xxx.xxx therefore the best option would be contacting the hosting provider to check if the form is fine on their end.
    User (14:58): we know the form is fine, as it sends to every email address in the world except to @mydomain.co.uk
    123-Reg (14:59): Have you tried sending an email from a gmail account for example or yahoo to [email protected] (not through the website - straight from your email).
    User (14:59): Yes thats fine, again thats not my issue
    123-Reg (15:01): So you can send emails to this address without any issues. The only issue you are experiencing is through the form that you have on your website. Is this correct?
     
    ------------------
     
    One thing I have noticed here is that my CC settings are using phpMail, should I change to something else? As far as the logs are concerned what files should I be looking for on the server? I have FTP/cPanel access.
  4. Latest v5

     

    I have a problem with either the contact form or the server setup.

     

    Store email is [email protected]

     

    The contact form therefore sends an email to and from [email protected]

     

    The emails don't deliver, If I try any other @mydomain.com email address these do not deliver either.

     

    If I try it to any other email other than @mydomain.com it delivers.

     

    The @mydomain.com mail service is hosted by 123-reg.

     

    Maybe the hosting has a local mail exchanger enabled and we need to switch to remote? Any hints?

  5. I have just logged into my CubeCart account since the change over to open source, is there any use for cp.cubecart.com/dashboard anymore other than for archived invoices? Does invoicing for support credits run through this account or are they contained within the support section?

     

    The support page within cp.cubecart.com/dashboard tells me:

     

    Please login or register at our support help desk at https://support.cubecart.com with your email address "[email protected]" (my address removed) which has 5 credits.

     

    When I go there and attempt to login/reset my password it does not recognize the stated email.

  6. I am just doing some work clean up on a CubeCart v5 websites FTP which has been upgraded various times to v5.2.14, what I am noticing is that there are files which must have been removed as CubeCart has grown which remain on the FTP server, e.g.

     

    /ioncube/

    /includes/deprecated.inc.php

     

    I am trying to tidy things up and want to remove things like this, the problem is, how do I know what can be deleted or not - I do not know whether some of these files that don't exist in the CubeCart release which are on the live website aren't just generated by CubeCart after install?

     

    What do you guys do for this type of issue? Or do you just leave them on the server forever...? :/

     

    I am unsure how other software works but shouldn't the install remove things that are no longer needed?

     

    Maybe it does and these folders/files I am seeing are just generated? Therefore great but I am not so sure.

     

    Thanks,

  7. I have been working on a few skins prior to the v6 beta release.  I based them originally from the Crosshatch skin and rewrote all the code around the PHP/SMARTY, so when any update for v5 became available I just merged the old and new Crosshatch templates to see what had changed in the skin folder and added those to my skins.

     

    Now v6 beta is out I need to merge any features/changes from v5 to v6 into my skins.. is there a list of features that won't be included on a v5 skin that are available on v6? What are the new features on the front end? I have noticed an icon on the category page to change views (but is this skin specific or software specific), some files like box.off_canvas.left.php and content.checkout.medium-up.php are now included too...?

     

    The other question is, should I now make a skin for v5 and the exact same for v6? Or is v5 (for the time being) always going to contain the same front end features so I only need one skin for both?

  8. I am manually linking to a few areas using links like index.php?_a=addressbook

     

    Is there an SEO URL associated with these type of links instead? - does anyone have a list? I remember using an older CubeCart (maybe a v3) where using these URLs they would automatically be converted to the SEO URL if available... was that default functionality or was that a plugin/hack doing that?

     

    Looking at the accounts page all the links are like this:

     

    index.php?_a=profile
    index.php?_a=addressbook
    index.php?_a=logout
     
    search, etc.
     
    Just seems a bit messy when all the other links across the whole website are in the nice SEO format.
  9. Purely from a style point of view I prefer the right option. Not sure why the country field would appear at the very top though?

     

    I think placeholders look good on single inputs e.g. a search box (enter keywords or SKU), or the odd (hard to understand) field in between others in a set.

     

    Another option here would be to use the second option but include a '?' next to the label so they have the option of hovering over it/clicking if they need to know what that field is all about.

  10. The answer to this is to add your redirect in this format:

    RewriteRule ^shop/oldcat.html$ http://www.domain.co.uk/newcat.html[L,R=301]

    Directly under here:

     

    <IfModule mod_rewrite.c>
      RewriteEngine On
     
    "The Redirect directive is part of mod_alias, while the rest of your htaccess file is using mod_rewrite. This means your redirect is getting applied along with the rule which matches (.*).html, so 2 things are getting applied to the same request. In this case, it's best to just stick with mod_rewrite."
  11. Okay, so the new category is in the SEO urls table so that is okay.

     

    I made an error inputting the old category name into the htaccess originally which I have fixed, now when I try it redirects to the correct URL but the category shown is still the old category and the URL has the following appended:

     

    /new-category.html?seo_path=old-category

  12. In the latest CC5, I have a variety of categories which need removing, I want to squirt their juice at some other categories using 301 redirects.

     

    I have the standard .htaccess included in CC5, but adding for example:

     

    RewriteEngine On
    Redirect 301 /index.php?_a=category&cat_id=4 http://www.domain.co.uk/new-category-name.html
     
    OR
     
    RewriteEngine On
    Redirect 301 /category-name.html http://www.domain.co.uk/new-category-name.html
     
    To redirect the old URLs just results in the old category being loaded (as I don't want to delete them yet)
     
    I am guessing the initial CubeCart SEO URLs are interfering but .htaccess isn't really my strong point. Maybe I need to rename their SEO URLs to something else first, then try the 301 I have added...? Any pointers?
  13. I am attempting to setup the USPS shipping plugin but I don't have much experience of this method so if anyone can offer any input or advice that would be much appreciated: -
     
    The shipping plugin has a setting for 1 parcel size.
     
    Does this only allow shipping calculations based off of this 1 parcel size? I cannot see a way to do this on a per-item level and then at checkout calculating the combined sizes to produce an overall volume/shipping cost for the order?
     
    Has anyone any solutions for this, maybe an after market plugin or through duplicating the gateway?
  14. Is there some sort of issue with the site name of the website staying as the random one generated on install? I have a few stores which keep the name even after changed via store settings and after flushing the caches?

  15. Just to check - other than the config file edits are there any other changes I need to make?

     

    When doing these on other platforms I usually have to update the URL somewhere?

     

    Anyway I have recreated this to try and find a fix for the future.

     

    This is the PHP log:-

    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `session_id` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `language` is not allowed as a key in 'CubeCart_lang_strings' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `enabled` is not allowed as a key in 'CubeCart_hooks' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `enabled` is not allowed as a key in 'CubeCart_code_snippet' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Warning:  Last ditch skin in /home/g8f9x9j5/public_html/sitemovetest/classes/gui.class.php on line 1256
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_logo' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `module` is not allowed as a key in 'CubeCart_modules' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_modules' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `code` is not allowed as a key in 'CubeCart_currency' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `session_id` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `doc_home` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `doc_status` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `featured` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `active` is not allowed as a key in 'CubeCart_currency' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `cat_parent_id` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `hide` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `doc_parent_id` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `doc_status` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `navigation_link` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `time` is not allowed as a key in 'CubeCart_access_log' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:52:55 UTC] PHP Notice:  `session_last` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `session_id` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `language` is not allowed as a key in 'CubeCart_lang_strings' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `enabled` is not allowed as a key in 'CubeCart_hooks' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `enabled` is not allowed as a key in 'CubeCart_code_snippet' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Warning:  Last ditch skin in /home/g8f9x9j5/public_html/sitemovetest/classes/gui.class.php on line 1256
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_logo' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `module` is not allowed as a key in 'CubeCart_modules' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_modules' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `code` is not allowed as a key in 'CubeCart_currency' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `session_id` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `doc_home` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `doc_status` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `featured` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `active` is not allowed as a key in 'CubeCart_currency' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `cat_parent_id` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `hide` is not allowed as a key in 'CubeCart_category' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `doc_parent_id` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `doc_status` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `navigation_link` is not allowed as a key in 'CubeCart_documents' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_inventory' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `name` is not allowed as a key in 'CubeCart_config' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `time` is not allowed as a key in 'CubeCart_access_log' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    [10-Nov-2014 16:54:56 UTC] PHP Notice:  `session_last` is not allowed as a key in 'CubeCart_sessions' table! in /home/g8f9x9j5/public_html/sitemovetest/classes/db/database.class.php on line 807
    
    As for the database logs, is this something I may have access to myself if I have access to WHM/cPanel?
×
×
  • Create New...