Forum Replies Created

Viewing 15 replies - 76 through 90 (of 99 total)
  • Thread Starter ds123

    (@ds123)

    Artem got the plugin installed thank you!!!! i may have questions soon but that hurdle is accomplished looking forward to working with your software

    amazing i’ve been going at this for the last 3 days and finally got it thanks to you telling me about the compiling flag ..can you please include this information in your directions to install?

    Thread Starter ds123

    (@ds123)

    thank you so much for the reply! i have hope now that i can finally get this working

    i am also getting this error any idea on why ?

    ERROR 1126 (HY000): Can’t open shared library ‘/usr/local/mysql/lib/plugin/ha_clouse-5.5.20.so’ (errno: 13 cannot open shared object file: Permission denied)

    i have this same error and i have spent a ton of time compiling and installing mysql 5.5.24 …32 bit ….

    i am getting these errors on the last step Artem can you please help? would i make a difference if i installed 5.5.20 instead of 5.5.24 ?

    mysql> install plugin clouse soname ‘ha_clouse-5.5.24.so’;
    ERROR 1126 (HY000): Can’t open shared library ‘/usr/local/mysql5/lib/plugin/ha_clouse-5.5.24.so’ (errno: 13 /usr/local/mysql5/lib/
    plugin/ha_clouse-5.5.24.so: undefined symbol: my_pthread_fastmutex_init)

    same thing for me its leaving the paragraph tag … @mariostella did you find a solution or anyone?

    Breezy and Mike have the same issue did you get this working? if so what caused it?

    Thread Starter ds123

    (@ds123)

    thanks so much for the reply … i tried the memcached plugin and it worked for awhile then the site stopped working and started downloading any requested php file instead of executing them…. when i deleted the object-cache.php file my site came back …. i looked at the error logs and i actually opened one of the php files and saw it was inserting a php error before the doctype declaration: is this because of memcached do you think ? i have been scared to use again as i don’t know what caused this and never have seen anything like it …. any ideas would be great i know its not directly related to your plugin but i’m sure others will be wanting to use andy’s memcached plugin with yours. … now i’m thinking about trying the plugin for apc object cache nervous again but maybe worth a try … i was getting great performance from apc using w3 total cache but can’t use that because of hyperdb incompatibility

    <b>Warning</b>: timezone_open() [function.timezone-open]: Unknown or bad timezone (A) in <b>/home/mysite.com/web/public/wp-includes/functions.php</b> on line <b>3875</b>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    ds123

    (@ds123)

    @jeremyclarke is it safe to use this plugin on APC Version 3.0.19
    PHP Version 5.2.6 …wordpress 3 (not 3.1)

    i just had my site crash using ryan’s memcached plugin so am hoping until i can sort that out that i can use this one to at least get apc caching

    any advice would be greatly appreciated!

    this is the error i believe that eventually crashed the site but not sure all i know is that when i removed object-cache.php file my site came back up….PHP Fatal error: Call to a member function get() on a non-object in /home/mydomain.com/web/public/wp-content/object-cache.php on line 53, referer: https://mydomain/members/tegrass/?new
    zend_mm_heap corrupted

    ds123

    (@ds123)

    can anyone please help me with this config … am i supposed to enter any values in for the master? i have entered all the values for the slave but the slave is doing nothing meaning i do show processlist and nothing is happening … any advice would be greatly appreciated …. also i created a user@the-ip-the-master on the slave mysql server and granted permissions to same database the master uses …i don’t get any errors meaning site is running with hyperdb activated but seems to be only using master

    /** Sample Configuration 1: Using the Default Server **/
    /** NOTE: THIS IS ACTIVE BY DEFAULT. COMMENT IT OUT. **/

    /**
    * This is the most basic way to add a server to HyperDB using only the
    * required parameters: host, user, password, name.
    * This adds the DB defined in wp-config.php as a read/write server for
    * the ‘global’ dataset. (Every table is in ‘global’ by default.)
    */
    $wpdb->add_database(array(
    ‘host’ => DB_HOST, // If port is other than 3306, use host:port.
    ‘user’ => DB_USER,
    ‘password’ => DB_PASSWORD,
    ‘name’ => DB_NAME,
    ));

    /**
    * This adds the same server again, only this time it is configured as a slave.
    * The last three parameters are set to the defaults but are shown for clarity.
    */
    $wpdb->add_database(array(
    ‘theprivateipofmyslave’ => DB_HOST, // If port is other than 3306, use host:port.
    ‘myslaveusername’ => DB_USER,
    ‘iputmypasswordhere’ => DB_PASSWORD,
    ‘my_wordpressdatabase_wordpress’ => DB_NAME,
    ‘write’ => 0,
    ‘read’ => 1,
    ‘dataset’ => ‘global’,
    ‘timeout’ => 0.2,
    ));

    /** Sample Configuration 2: Partitioning **/

    Thread Starter ds123

    (@ds123)

    @donncha …. does memcache plugin for wordpress speed up queries for logged in users? i’m thinking your plugin takes care of non logged in users with static html pages …. Ryan borens memcached plugin ..how does that work with wp super cache?

    Thread Starter ds123

    (@ds123)

    thanks i’ve never set up master slave mysql databases before so this is a huge help to me and hopefully others …. i’m a little confused as to what memcached does …it seems like it also caches pages like yours does but stores them in memory instead of disk…. is that right? or is memcache plugin configured just for mysql database caching? (another thing i’m confused about mysql has caching of its own so do i need to even look for database caching plugins for wordpress)

    i have not looked at db cache reloaded but if that will help speep up queries in the master and slave for LOGGED IN users then that’s what i need to do

    my configuration right now is

    1 web server running all php, apache, wordpress …and using its mysql server …then another server which is a bare bones mysql only server that is the slave …. i am running wordpress, buddypress, wp-super cache (page caching and cdn) …. hyperdb for load balancing …..now the piece i seem to be missing is database caching which i’m thinking the memcached plugin OR db cache reloaded iw what i need…. if you were me what would you use?

    thanks!

    PS i just went to the db cache reloaded plugin and lots of people saying its broken for 3.1 https://www.ads-software.com/support/topic/plugin-db-cache-reloaded-plugin-broken-with-wp-31?replies=32

    Thread Starter ds123

    (@ds123)

    thanks @donncha i’m almost ready to try it out …. on w3 total cache i was using opcode caching apc for database …on your plugin you don’t deal with caching any database stuff yes? does that mean i should use memcache plugin with wp super cache and hyperdb?

    thanks so much for the amazing plugin i just used your cdn feature for the first time (used your caching long time now) and cdn is beautiful working with multiple cnames etc

    ds123

    (@ds123)

    on another note i’ve had all sorts of issues with iframe and facebook lately ..even using their like box generator the iframe didn’t work but the xbml did …. another weird thing yesterday i created some simple apps for wordpress to connect to other than yours and if i used one of my old apps meaning an app on facebook i created long time ago and modified it it worked…creating new app then plugin didn’t work

    IFrame tab issues

    Mar 24, 2011 2:16pm
    Most iframe tab issues have been resolved since Thursday afternoon, including on app profile pages.

    IFrame tab issues

    Mar 22, 2011 5:21pm
    We’re seeing issues with some iFrame tabs failing to load. We’re investigating and will follow up further in bug 16102.

    Missing bookmarks for some users

    Mar 18, 2011 2:19pm
    We are seeing reports of missing bookmarks and users having to reauthorize apps. This appears to be happening only for a subset of users. We are currently investigating.

    ds123

    (@ds123)

    @johneckman thanks for the reply … when i click on check permissions it brings up facebook and a totally blank page (other than facebook stuff on the right side)

    i recreated the app following your instructions to make sure i didn’t miss anything

    ds123

    (@ds123)

    i have same problem ..am using andy peatlings facebook connect plugin maybe that is why?

    i commented out those 2 lines you mentioned which got rid of the error when publishing a post ..but no post made it the facebook wall or that apps.facebook.com page

    anything else i can try? really would love to use this to import my facebook comments into wordpress!

Viewing 15 replies - 76 through 90 (of 99 total)