I purchased the template from "Level Ten Hosting", they also provided me with the CRE Loaded software. I've having problems with the software. In the Admin section, when I try to create a new account in the Customer/Orders section, I receive the following error message after I try to submit the form:
"Fatal error: Call to undefined function tep_validate_email() in /home/content/00/5421700/html/bestdiscountpetsupplies/admin/create_account_process.php on line 103"
But if I create a customer on the store front-end, it creates the customer.
When I try to save the changes I made in my "About Me" page I receive the following error message:
"1062 - Duplicate entry '2-1' for key 1 UPDATE pages_to_categories SET categories_id = '1', page_sort_order = '20' WHERE pages_id = '2' [TEP STOP]"
But it still saves the changes to the site.
I just reinstalled CRE Loaded as well as a new MySQL database. I'm still receiving these error messages. "Level Ten Hosting" wants to charge me $60.00 to repair these issues. I explained that they provided me with the software and I installed it per the instructions. It still doesn't work . They will not refund my money and/or help me unless I pay them the $60.00. They also said that if I used them as my hosting company they would support my site for free.
So with that, I've posted about half a dozen posts here to try to get some help with my issues. Anything you guys could do I would appreciate it. I did purchase "ShowMe Guides CRE Loaded User Manual for ALL VERSIONS" which according to UPS's website it should be delivered tonight.
Thank you for any help or suggestions.
datoad_________________________________________________
My version.php:
<?php
/*
CRE Loaded, Open Source E-Commerce Solutions
http://www.creloaded.com Copyright (c) 2008 CRE Loaded
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
// define the project version
define('INSTALLED_VERSION_TYPE', 'Pro');
define('INSTALLED_VERSION_MAJOR', '6');
define('INSTALLED_VERSION_MINOR', '4');
define('INSTALLED_PATCH', '0');
define('INSTALLED_VERSION_REVISION', '2196');
define('PROJECT_VERSION', 'CRE Loaded PCI Pro v'.INSTALLED_VERSION_MAJOR.'.'.INSTALLED_VERSION_MINOR.'.'.INSTALLED_PATCH);
?>