Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webheaded

    (@webheaded)

    Interesting. I have the search setup to prefer AND in the search rather than OR (unless there are no matches) so I had assumed it would prefer words together. Is there a way to have it search for things in quotes and fall back to not using quotes if there are 0 or not enough matches? Or just some way to tell the search to PREFER but not require the words in a phrase somehow?

    By the way, this plugin is fantastic. I am really impressed with the number of features you give out for free. ♥

    If you are still having issues, look for this at the top of your wp-config.php file:

    define( ‘FORCE_SSL_LOGIN’, true );
    define( ‘FORCE_SSL_ADMIN’, true );
    define( ‘DISALLOW_FILE_EDIT’, true );

    This fixed the problem for me. Hopefully it helps. I feel your pain, truly.

    Thread Starter webheaded

    (@webheaded)

    I finally figured it out when looking at the server logs. Last time I looked I apparently didn’t notice but hopefully this serves as a hint for anyone else running into this (it will affect many plugins). I was getting PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) and various messages like that. I was wondering why the entire admin CP wouldn’t load but that was because every time I tried to load it, WordPress was trying to finish the installation of the plugin and there wasn’t enough memory being allocated. I upped my PHP limit to 1GB (my server has 8 to work with) and now we’re good to go but pretty much anything higher than the deafult 32M would be fine.

    So to anyone reading this, if you are getting this error, it is because the PHP memory limit is too low. You’ll need to look that up for whatever server you have or whatever control panel you’re using.

Viewing 3 replies - 1 through 3 (of 3 total)