Support

Account

Home Forums Backend Issues (wp-admin) Issue: Field group limited to 20 entries Reply To: Issue: Field group limited to 20 entries

  • I’m getting this in my log:

    [07-Jan-2014 08:06:21 America/Los_Angeles] PHP Warning:  PHP Startup: homeloader: Unable to initialize module
    Module compiled with module API=20060613
    PHP    compiled with module API=20090626
    These options need to match
     in Unknown on line 0
    [07-Jan-2014 08:06:21 America/Los_Angeles] PHP Warning:  PHP Startup: PDO: Unable to initialize module
    Module compiled with module API=20060613
    PHP    compiled with module API=20090626
    These options need to match
     in Unknown on line 0
    [07-Jan-2014 08:06:21 America/Los_Angeles] PHP Warning:  PHP Startup: pdo_sqlite: Unable to initialize module
    Module compiled with module API=20060613
    PHP    compiled with module API=20090626
    These options need to match
     in Unknown on line 0
    [07-Jan-2014 08:06:21 America/Los_Angeles] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: third_arg_force_ref in Unknown on line 0
    [07-Jan-2014 08:06:21 America/Los_Angeles] PHP Warning:  PHP Startup: pdo_mysql: Unable to initialize module
    Module compiled with module API=20060613
    PHP    compiled with module API=20090626
    These options need to match
     in Unknown on line 0

    Google lead me here:
    http://stackoverflow.com/questions/2394532/apache-is-unable-to-initialize-module-because-of-modules-and-phps-api-dont

    I’ll give those suggestions a try and will post back if I get it working.