
Originally Posted by
_Vince
No, #777 is the customer ID, as displayed in the admin panel. Nothing to do with file permissions.
Whatever customer I try to delete, the ID is given as 0.
Looking in the logs, I see that somehow, it's trying to use a bad path. Is that right?
[27-Sep-2015 10:54:13 Pacific/Auckland] PHP Warning: session_save_path(): open_basedir restriction in effect. File(/home/ianschof/public_html/new_shop/cache) is not within the allowed path(s): (/var/sentora/hostdata/riobravo/public_html/schofield:/var/sentora/temp/) in /var/sentora/hostdata/riobravo/public_html/schofield/includes/functions/sessions.php on line 155
I have no idea where it's getting "/home/ianschof/public_html/new_shop/cache" from (2nd line, for example).
I'll chase up the open_basedir thing now, but where does Zen Cart set the cache path?
The record in the configuration table (configuration_key SESSION_WRITE_DIRECTORY) doesn't mention that path at all.