New Zenner
- Join Date:
- Jan 2009
- Location:
- Charlottesville, VA
- Posts:
- 51
- Plugin Contributions:
- 0
Additional Customers Fields
FrankDeRosa:
I have followed the instructions as supplied in the mod (using the v3.0 and I am getting a fatal error referencing class.base.php being defined already, on the customer side. I have the admin side working, to my knowledge. Any thoughts?
OK, turns out that I created a few extra files as I merged certain things. I had some extra files in the auto_loaders folder. This was bad. I have removed the extra junk and now that error is gone... replaced by a new one!
Fatal error: Class 'addCustomersFields' not found in /home/birchdev/public_html/inbio_dev/includes/autoload_func.php on line 69
This in turn seems to refer back to config.core.php, where the mod has code inserted to load a addCustomerFields object, around line 169. So I double checked in the classes folder, and addcustomersfields.php is there. That leaves me wondering, why can't class addcustomersfields be found? It's in there...
Any thoughts?
Thanks,
Frank