RichKavanagh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search functions not working (ie. no results) after upgrading to 3.8Hey pelaej,
I don’t have the Relevanssi plugin installed on either of my sites.
Maybe I should install it? π
Forum: Fixing WordPress
In reply to: Search functions not working (ie. no results) after upgrading to 3.8As a test, I copied the file wp-includes/query.php from the old version of the site to the new 3.8 version and hey presto, the search functions are now all working again.
Obviously this is not an ideal solution going forwards so I’m still looking for the exact cause / cure if anyone can help?
Unfortunately, running a DB server other than Microsoft SQL isn’t an option in this instance.
Thanks once again for your time and your help mattyrob π
Interesting!
Thanks for your help with this one mattyrob, it would appear that WP_DEBUG has revealed a rather fundamental issue I think.
WordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘wp_subscribe2’.]
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE ‘ N’wp_subscribe2”WordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure ‘SHOW’.]
SHOW TABLESWordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]There is already an object named ‘wp_subscribe2’ in the database.]
CREATE TABLE wp_subscribe2 ( id int NOT NULL IDENTITY(1,1), email NVARCHAR(64) COLLATE database_default NOT NULL default ”, active tinyint default 0, date DATE default ‘2013-05-13′ NOT NULL, time TIME DEFAULT ’00:00:00’ NOT NULL, ip char(64) NOT NULL default ‘admin’, conf_date DATE, conf_time TIME, conf_ip char(64), CONSTRAINT [wp_subscribe2_id] PRIMARY KEY CLUSTERED (id) WITH (IGNORE_DUP_KEY = OFF) ON [PRIMARY] ) ON [PRIMARY];WordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure ‘SHOW’.]
SHOW TABLESThis could explain a lot?
Hi again.
Yup, the table exists, along with the fields you mentioned.
Issuing a quick SELECT * FROM brings back zero results so the table is empty which confirms that what someone submits their email address it’s not actually being inserted in to the database.
Are you aware of any debugging info or log files for Subscribe2 that I could look at? (or maybe even for WP itself?)
Hi there mattyrob,
Confirmed the plugin is set to send from a specific (on-domain) email account.
As mentioned, the plugin can send an email using the “Send email” option on the admin page – not sure if that’s relevant though.
Any other suggestions or things I can look for / test?
Thanks!
If it helps, the web site where the plugin has been installed is at:
http://www.eskathemalamute.com/
Thanks π
Forum: Plugins
In reply to: [WP Db Abstraction] [Plugin: WP Db Abstraction] Not showing postsSorry, ignore my last, I missed the post by amigoccs π
Forum: Plugins
In reply to: [WP Db Abstraction] [Plugin: WP Db Abstraction] Not showing postsErm… But π
Now I can’t view any Users??
Forum: Plugins
In reply to: [WP Db Abstraction] [Plugin: WP Db Abstraction] Not showing postsI signed up to these forums simply to post a THANK YOU!
I’ve no idea how I found this post, but the details here worked perfectly.
Thank you, thank you very much π