hey everyone
so i am having an issue with a supposed widget on my site
when i view the page source this shows up
textwidgettp
the issue iam having is that i can not find the widget in magento 1.9 or cpannel i found the fpc file in pannel but when i open and try to save it it doesnt update.
so iam wondering how i can change it?
iam looking in cms widgets and everything is empty.
below is the view source i found off the site.
div class="textwidgettp"><a href="tel:7728772210">Call Now! (772) 877-2210</a></div
After some file comparison, I found that the following files:
these files were missing - Instance.php, Options.php
from the location: app/code/core/Mage/Widget/Block/Adminhtml/Widget/
Simply uploading these from a working installation of Magento fixed the problem immediately.
no crontab for magento_user
Your crontab tells you the following:
What PHP binary you're using (in some cases, you have more than one)
What Magento cron scripts you're running (in particular, the paths to those scripts)
Where your cron logs are located
See one of the following sections for a solution to your issue.
Thank you!