Jump to content

What does this error mean?


Claudia M

Recommended Posts

Since May 27th I have gotten over 5000 of the following error.  What should I do?

[27-May-2019 17:12:27 America/Louisville] PHP Warning:  preg_match() [<a href='http://docs.php.net/manual/en/function.preg-match.php'>function.preg-match.php</a>]: The /e modifier is no longer supported, use preg_replace_callback instead in /home/claudias/public_html/classes/seo.class.php on line 637

 

Also I got this error telling me I can't delete this image folder because it is not empty.  But it is empty.  What should I do?

[25-May-2019 13:56:12 America/Louisville] PHP Warning:  rmdir(/home/claudias/public_html/images/source/tableware-and-glassware) [<a href='http://docs.php.net/manual/en/function.rmdir.php'>function.rmdir.php</a>]: Directory not empty in /home/claudias/public_html/classes/filemanager.class.php on line 475

 

And what should I do about these, if anything?

[27-May-2019 09:06:50 America/Louisville] PHP Warning:  No customer information detected. Order summary was not built or inserted. in /home/claudias/public_html/classes/order.class.php on line 1362
[27-May-2019 09:08:34 America/Louisville] PHP Warning:  Invalid Security Token in /home/claudias/public_html/classes/sanitize.class.php on line 155

 

Thanks in advance,

Claudia

 

 

 

 

 

Link to comment
Share on other sites

PHP 7 has removed something. CubeCart programmer's are on it. (https://github.com/cubecart/v6/pull/2220)

I do not know if one would get a different error message, but it could be the case that the "UID" of the folder does not belong to the "User" trying to delete it. Or, depending what utility you are using to view the contents of this folder, that utility may be configured to not show "hidden" files (files that start with a period, or in Windows that have the hidden attribute set).

No customer information may be caused by a specific method of PayPal not returning customer data from the customer's PayPal account. That's my best guess.

Invalid Security Tokens are when a visitor gets a web page from CubeCart with a form on it. Then opens a second page with a form on it. When either page gets submitted, the Security Token goes with it. When CubeCart processes the form, the Security Token is compared with what it should be, and a new Security Token is generated. When the other page's form is submitted, the now obsolete Security Token goes with it. CubeCart complains because the obsolete token does not match the current token. This happens frequently when the visitor uses their browser's back button.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...