Pleiades
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: pre_get_posts meta compare not working in admin list tablesProblem solved: meta_query is an array of arrays
$custom_meta = array( array( 'key' => 'start_date', 'value' => array( $start, $end ), // change to how "event date" is stored 'compare' => 'BETWEEN', 'type' => 'DATE', ) );
Forum: Developing with WordPress
In reply to: pre_get_posts meta compare not working in admin list tables@bcworkz Good catch, thanks, but still not working. Query vars now show:
[meta_query] => Array ( [key] => start_date [value] => Array ( [0] => 20201101 [1] => 20210531 ) [compare] => BETWEEN [type] => DATE )
but I’m still getting all records found.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] New plugin update causes fatal errorThanks @misplon, That did solve the problem.
I’m sorry it took so long to get back to you. The client is currently hosted on Hostgator, who apparently is unable or unwilling to upgrade to PHP 7. We’re in the process of moving them to a new host.
Forum: Installing WordPress
In reply to: Can't get WP to work on a new installIn your cPanel sidebar you should see “Dedicated IP Address”. If you enter that IP along with the Document Root of your Addon domain, you should be able to access WordPress:
e.g. https://123.45.678.90/add-on-domain/wp-admin/
If that works, then there is a problem with your domain, and you need to go back to your Domain Registrar to check the domain forwarding or Name Server.
If that does not work, then WordPress is not installed correctly.
Forum: Plugins
In reply to: [WP eCommerce] can insert product imageserge512,
Got the same error. It didn’t show up for me until 3.2.1.
It is showing up for me in a couple different plugins, so I started a thread at https://www.ads-software.com/support/topic/multiple-plugins-failing-on-reference-to-metadatasizes?replies=1#post-2245466.
The other plugin I had trouble with was scissors-continued (same error).
There is a discussion at https://getshopped.org/forums/topic.php?id=22342&replies=11#post-91630 that helped with that, and some explanation by edwardra3 at https://getshopped.org/forums/topic.php?id=22395#position-11 that might get you started in the right direction.
I tried ralcus’s fix and it worked for me.
Forum: Fixing WordPress
In reply to: htaccess RewriteCond changed to RRewriteCondForgot to mention:
WordPress vers. 2.9.1
The Events Calendar vers. 1.5.4Linux host
PHP 5.2.5
MySQL 5.0.67