Here is what I get highlighted in yellow:
Searching 892 files ... for: mmb_get_zone_class_title
Match Lines found: 0
Error: No matching Configuration Keys were found ... mmb_get_zone_class_title
Here is what I get highlighted in yellow:
Searching 892 files ... for: mmb_get_zone_class_title
Match Lines found: 0
Error: No matching Configuration Keys were found ... mmb_get_zone_class_title
Let's try one more thing ...
Go to your phpMyAdmin for the database that you are using and in the SQL run this:
NOTE: check if you are using database prefixes such as zen_ and if so, you would need to run:Code:SELECT * FROM configuration WHERE use_function LIKE '%get_zone_class_title%';
What comes up that has the:Code:SELECT * FROM zen_configuration WHERE use_function LIKE '%get_zone_class_title%';
mmb_get_zone_class_title
in it?
Then try to see if anything else is using the mmb_
Code:SELECT * FROM configuration WHERE use_function LIKE '%mmb%';
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I don't know how to get to phpMyAdmin. 40 years of woodworking, 0 years of trying to figure zencart problems![]()
You should be able to find phpMyAdmin in the Control Panel for your domain ...
Once there, find the database that you use for your data, the one named in:
/includes/configure.php
If you have trouble finding phpMyAdmin, contact your hosting provider for additional details ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I found the area you wanted me to go to with the help of bluehost but when I ran this in the sql--SELECT * FROM configuration WHERE use_function LIKE '%get_zone_class_title%';-- I got this message--#1146 - Table 'fettaffe_zen1.configuration' doesn't exist.
I also do not see--mmb_get_zone_class_title-- in the list of mmb files.
I have to get to work so I will check back at the end of the day. Thank you so much for your continued help.
When you look at your database in phpMyAdmin, do you see the table:
configuration
or do you see the table:
something_configuration
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
In my database I see mmb_configuration, there is also a mmb_configuration_groups.