Add Customer in Admin module is installed on a 139h cart
When trying to add a customer a blank page comes up. In the cache folder the debug file says this.
PHP Code:PHP Fatal error: Call to undefined function zen_create_random_value() in /home/username/public_html/admin/add_customers_backend.php on line 547
I've looked through language files for blank lines at the bottom of the file and closed any blank lines that I found. This didn't help.
This is what is on line 547
Any ideas on what to do with this?PHP Code:$customers_password = zen_create_random_value(ENTRY_PASSWORD_MIN_LENGTH);
thanks


Reply With Quote
