Totally Zenned
- Join Date:
- Dec 2009
- Location:
- Amersfoort, The Netherlands
- Posts:
- 2,862
- Plugin Contributions:
- 5
Dynamic Filter [Support Thread]
dharrison:
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
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:
>
> ```
[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
////
// Wrapper function for round()
>
> I hope this helps. I personally am still trying it.
to which zc version are you referring?