Jump to content

InspectahDeck

Member
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

1,385 profile views

InspectahDeck's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok I did this, and it is not displaying any errors in the file. I typed in the address of the site manually and rechecked the error_log, and it only gave me this error, which isn't a fatal error and shouldn't terminate execution of the rest of the page: PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack.
  2. Thanks for the suggestion. I just checked the Code Snippets tab and there are no code snippets.
  3. Hello, I need assistance in troubleshooting a blank white page that occurs on the homepage. So the odd thing is, the white screen only occurs if you click on the link to the website from google. If you type in the URL manually, it works just fine. I already checked if it was a case of the www, or https://, and tried all variations, it is simply coming from Google that is causing the issue. I turned on the PHP flag display_errors, and the screen is still blank white. Now, if I enter in the text "123" at the top of index.php (or any text for that matter), the site will load with PHP Headers already sent messages. So if I trigger a warning or error specifically in PHP, it will output the warning and the rest of the site will still load. The second I remove that "123" from index.php, and try it again, it's a white screen again. I'm thinking this might be a case of caching, so I cleared the site cache through Advanced > Maintenance, but the blank screen is still occuring. This seems to have started when we did a well overdue upgrade from CubeCart 4 to latest (6.0.10). Any ideas are much appreciated
  4. If anyone is still receiving this error after replacing all the occurrences mentioned, Around line 355 in class.usps.php, there is a conditional statement regarding the container type, just comment out the if statement and the closing brackets: //if(strtoupper($attribs['container'])!=="VARIABLE") { $this->request_xml .= '<Container>' . strtoupper($attribs['container']) . '</Container>'; //}
×
×
  • Create New...