mwilsonkim
Forum Replies Created
-
Forum: Plugins
In reply to: [B1st Wordpress Ticket System] Updates to settings are not savedIn case that didn’t fix it – to fix I just reinstalled wordpress after backing up my changes and the config.xml file. reinstalled and copied over products data from xml file and all was good to go… sort of (other issues persisted and am fixing those now.
Forum: Plugins
In reply to: [B1st Wordpress Ticket System] Nothing happen on submit messageIf it helps, i tracked down to where my install is failing. It’s failing in public/views/contact.php it’s failing trying to import the recaptcha and akismet php files via require_once. The files don’t exist in the includes folder. Same with the twitter stuff. If you comment out all of those in the contact.php, it seems to work fine. keep in mind you’ll need to keep the declaration of
$message_spam = 0;(around line 124), although the Akismet stuff around there needs to be commented out.Hope this helps you justinajam and whomever else needs it.
Some funky errors to have in a release – maybe developer just forgot to package those include files in the release? Like the ticket system otherwise. I needed the Product attribute included, so this works great.
Forum: Plugins
In reply to: [B1st Wordpress Ticket System] Nothing happen on submit messageI’m having the same issue. I’m running it off my web host in a test environment. mySQL database is “localhost”, but isn’t that pretty common to have mysql database and wordpres hosting with same provider? Does this not work in those scenarios?