nickgassmann
Forum Replies Created
-
Forum: Plugins
In reply to: [IssueM] Shortcode Not Processed in %CONTENT%@welswebmaster — in the plugin’s code. Do you need the specific file name?
WPRanger — got a favorite? I’ll send them suggestions. Either way, that doesn’t solve my problem here. ??
I’m going to try a new clean install.
WPRanger — No I haven’t. However, if we did that, I’m sure the sysadmin’s that run our mail server and the 600 some-odd employees that depend on that mail server would be a bit upset. ??
I just checked the email sent to us for new user registrations on this website. It is coming from [email protected]. This behavior is no different than any of our other installations. This email does not exist, since our mail server lives at @mydomain.tld. We’ve never had [email protected].
WPRanger — I suppose I can’t verify completely. I just assumed that since this is the only email issue we are having with our WP installations on this server, that they are not being sent. All “forgot pass” emails are being sent on our other websites on this server, the other admin emails from this particular website are being sent as well (new user for example).
Saw that in another thread too. Thanks, but that’s not quite it. They aren’t even being sent. They need to be sent before they can be received. ??
Well that blows. I’ll go ahead and try an uninstall and reinstall then re-indexing. At least that will get us through a few weeks.
Nothing being written in terms of errors because of this today, however, the most recent “relevanssi” errors were thrown a few weeks ago and are pretty much just these:
[17-May-2013 21:44:19] WordPress database error Unknown column 'term_reverse' in 'field list' for query INSERT IGNORE INTO wp_relevanssi (doc, term, term_reverse, content, title, comment, tag, link, author, category, excerpt, taxonomy, customfield, type, taxonomy_detail, customfield_detail, mysqlcolumn) VALUES (3284, 'middle', REVERSE('middle'), 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'post', 'a:1:{s:8:\"category\";i:1;}', '', 0), (3284, 'school', REVERSE('school'), 6, 1, 0, 0, 0, 0, 2, 0, 0, 0, 'post', 'a:1:{s:8:\"category\";i:2;}', '', 0), (3284, 'upper', REVERSE('upper'), 4, 1, 0, 0, 0, 0, 1, 0, 0, 0, 'post', 'a:1:{s:8:\"category\";i:1;}', '', 0), (3284, 'key', REVERSE('key'), 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'post', '', '', 0), (3284, 'club', REVERSE('club'), 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'post', '', '', 0), (3284, 'collaborating', REVERSE('collaborating'), 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'post', '', '', 0) // ... //. made by require_once('wp-admin/admin.php'), do_action('settings_page_relevanssi-premium/relevanssi'), call_user_func_array, relevanssi_options, relevanssi_build_index, relevanssi_index_doc
Nothing I was able to see earlier. I’ll look again tomorrow, but I suppose I can give you a link to test: https://news.harker.org — feel free to try some combos. That was the first one we were able to trigger it on. Two weeks ago it was random combinations of words that were triggering errors. I fixed it by rebuilding the index.
Forum: Plugins
In reply to: [Content Audit] [Plugin: Content Audit] CSV Export?I’m with you. That’d save me a boat load of time. ??
@shawn did you ever get this solved?
Forum: Fixing WordPress
In reply to: Line breaks in functions.phpYea, embarrassing eh? One is a feedburner plugin and it looks like the other is a WP Related Posts plugin. Those two combined make up for over 1k lines of coded in functions.php.
Forum: Fixing WordPress
In reply to: Line breaks in functions.phpWell, yea. I realize that now. I was just doing that for cleanliness for my own sanity.
Some plugins that modify the functions.php file will do something like the following
<?php function some_function(){ if(){... } ?> <?php } function something_else(){...
It’s a mess, really.
Incompatibility was with plugin CDN Tools.
Forum: Plugins
In reply to: [Onswipe] Onswipe Not Loading for iPadOK so the problem was with W3 Total Cache. I had to disable and reload the plugin for it to completely clear the cache. I’m testing by switching the agent string in FF right now, so will do actual testing on an iPad later. So far it looks good, but just doesn’t function on a desktop with a swapped user agent string.