Quote Originally Posted by dharrison View Post
Hi

Going through this, the whole site falls over with the core overrides in functions_general.php

I am doing this on a fresh install and there is no mention of

Code:
  if ( (SEARCH_ENGINE_FRIENDLY_URLS == 'true') && ($search_engine_safe == true) )
          {
// die ('here');
            $get_url .= $key . '/' . rawurlencode(stripslashes($value)) . '/';
          }
          else
          {
In the changes between the end of section 1 and beginning of section 2

Log file displays the following:

Code:
[17-Jul-2013 09:23:52 UTC] PHP Fatal error:  Cannot redeclare zen_create_random_value() (previously declared in ...........\includes\functions\functions_general.php:626) in ...........\includes\functions\password_funcs.php on line 86
Realistically you have to copy from the bof 1 of 3 section until just before

Code:
////
// Wrapper function for round()
I hope this helps. I personally am still trying it.
to which zc version are you referring?